How to get period after move number for chess game with xskak and chessboardHow to use mainline with...
How do I reattach a shelf to the wall when it ripped out of the wall?
The Defining Moment
Document starts having heaps of errors in the middle, but the code doesn't have any problems in it
How come there are so many candidates for the 2020 Democratic party presidential nomination?
Reducing vertical space in stackrel
What language was spoken in East Asia before Proto-Turkic?
Who is the Umpire in this picture?
Is there any limitation with Arduino Nano serial communication distance?
how to find the equation of a circle given points of the circle
Controversial area of mathematics
Fizzy, soft, pop and still drinks
Pulling the rope with one hand is as heavy as with two hands?
Adjust deraillers after changing chain?
Do I have to worry about players making “bad” choices on level up?
Are Boeing 737-800’s grounded?
how to sum variables from file in bash
Realistic Necromancy?
Phrase for the opposite of "foolproof"
How exactly does Hawking radiation decrease the mass of black holes?
Examples of subgroups where it's nontrivial to show closure under multiplication?
Don’t seats that recline flat defeat the purpose of having seatbelts?
How can I practically buy stocks?
Was there a Viking Exchange as well as a Columbian one?
Does holding a wand and speaking its command word count as V/S/M spell components?
How to get period after move number for chess game with xskak and chessboard
How to use mainline with chessboard and skak packages on large chess boards?Chess diagramm with arrows in skak, xskakxskak and NAGs/Chess Informant symbolsUsing xskak to move a piece in a non-chess gameimport data chess dat for xskak with input commandxskak displaying board after a certain moveChess-oriented packages [skak and similar ones] – One pair of moves for every lineSpace between mdframed text and chessboard / chess lineHow to type a specific chess move?Constrain chess moves to board width with xskak and chessboard
I'm using xskak and chessboard to typeset a game. I would like to have a period after each move number such as "1. e4" rather than just "1 e4"
How can I achieve this with xskak and chessboard? My current output and MWE are shown below
Here is the MWE for this game:
documentclass{article}
usepackage[pdftex,active,tightpage]{preview}
setlengthPreviewBorder{5mm}
usepackage{xskak}
usepackage{chessboard}
begin{document}
begin{preview}
newchessgame
mainline{1. e4 c5 2. Nf3 d6 3. d4 cxd4 4. Nxd4 Nf6 5. Nc3 a6 6. Be3 e6
7. g4 e5 8. Nf5 g6 9. g5}\
chessboard[label=False]
end{preview}
end{document}
Thanks!
chess chessboard xskak skak
add a comment |
I'm using xskak and chessboard to typeset a game. I would like to have a period after each move number such as "1. e4" rather than just "1 e4"
How can I achieve this with xskak and chessboard? My current output and MWE are shown below
Here is the MWE for this game:
documentclass{article}
usepackage[pdftex,active,tightpage]{preview}
setlengthPreviewBorder{5mm}
usepackage{xskak}
usepackage{chessboard}
begin{document}
begin{preview}
newchessgame
mainline{1. e4 c5 2. Nf3 d6 3. d4 cxd4 4. Nxd4 Nf6 5. Nc3 a6 6. Be3 e6
7. g4 e5 8. Nf5 g6 9. g5}\
chessboard[label=False]
end{preview}
end{document}
Thanks!
chess chessboard xskak skak
add a comment |
I'm using xskak and chessboard to typeset a game. I would like to have a period after each move number such as "1. e4" rather than just "1 e4"
How can I achieve this with xskak and chessboard? My current output and MWE are shown below
Here is the MWE for this game:
documentclass{article}
usepackage[pdftex,active,tightpage]{preview}
setlengthPreviewBorder{5mm}
usepackage{xskak}
usepackage{chessboard}
begin{document}
begin{preview}
newchessgame
mainline{1. e4 c5 2. Nf3 d6 3. d4 cxd4 4. Nxd4 Nf6 5. Nc3 a6 6. Be3 e6
7. g4 e5 8. Nf5 g6 9. g5}\
chessboard[label=False]
end{preview}
end{document}
Thanks!
chess chessboard xskak skak
I'm using xskak and chessboard to typeset a game. I would like to have a period after each move number such as "1. e4" rather than just "1 e4"
How can I achieve this with xskak and chessboard? My current output and MWE are shown below
Here is the MWE for this game:
documentclass{article}
usepackage[pdftex,active,tightpage]{preview}
setlengthPreviewBorder{5mm}
usepackage{xskak}
usepackage{chessboard}
begin{document}
begin{preview}
newchessgame
mainline{1. e4 c5 2. Nf3 d6 3. d4 cxd4 4. Nxd4 Nf6 5. Nc3 a6 6. Be3 e6
7. g4 e5 8. Nf5 g6 9. g5}\
chessboard[label=False]
end{preview}
end{document}
Thanks!
chess chessboard xskak skak
chess chessboard xskak skak
asked 3 mins ago
CanaryyellowCanaryyellow
274
274
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488000%2fhow-to-get-period-after-move-number-for-chess-game-with-xskak-and-chessboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to TeX - LaTeX Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f488000%2fhow-to-get-period-after-move-number-for-chess-game-with-xskak-and-chessboard%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown