`skak` and `xskak`. Command `continuevariationcurrent` causes compilation error under `xskak`
I understand package xskak
to be an extension of skak
, but that there are some incompatibilities due to overlaps in funcionality. I would like to work with xskak
in the long term, but hoped to be able to include pure skak
code while getting there. Compiling skak
code under xskak
seemed to go well until I came across Torben Hoffmann's Example of the LaTeX-input and output of an annotated chess game using skak.sty
dated January 8, 2018. The command continuevariationcurrent
causes a ! Paragraph ended before FenBoard was complete
error.
documentclass{article}
%=======================
%usepackage{skak}
usepackage{xskak}
%=======================
begin{document}
fenboard{1q3kr1/3rb2p/p3Q3/8/1p6/8/PPP3PP/4R2K w - - 0 26}
showboard
Fischer - Tal after movecomment{25... Kf8!}
mainline{26. Qxd7}
Not variation{26. Rf1+ Kg7 27. Rf7+ Kh8} and if
%continuevariationcurrent{28. Qxd7 Rd8 29. Qg4 Qe5} wins.
mainline{26...Qd6 27. Qb7 Rg6}
Within a handful of moves the game has changed its complexion.
Now it is White who must fight for a draw!
mainline{28. c3}
Black's extra piece means less with each pawn that's exchanged.
mainline{28...a5}
On variation{28...bxc3 29. Qc8+ Bd8 30. Qxc3}=.
end{document}
xskak skak
add a comment |
I understand package xskak
to be an extension of skak
, but that there are some incompatibilities due to overlaps in funcionality. I would like to work with xskak
in the long term, but hoped to be able to include pure skak
code while getting there. Compiling skak
code under xskak
seemed to go well until I came across Torben Hoffmann's Example of the LaTeX-input and output of an annotated chess game using skak.sty
dated January 8, 2018. The command continuevariationcurrent
causes a ! Paragraph ended before FenBoard was complete
error.
documentclass{article}
%=======================
%usepackage{skak}
usepackage{xskak}
%=======================
begin{document}
fenboard{1q3kr1/3rb2p/p3Q3/8/1p6/8/PPP3PP/4R2K w - - 0 26}
showboard
Fischer - Tal after movecomment{25... Kf8!}
mainline{26. Qxd7}
Not variation{26. Rf1+ Kg7 27. Rf7+ Kh8} and if
%continuevariationcurrent{28. Qxd7 Rd8 29. Qg4 Qe5} wins.
mainline{26...Qd6 27. Qb7 Rg6}
Within a handful of moves the game has changed its complexion.
Now it is White who must fight for a draw!
mainline{28. c3}
Black's extra piece means less with each pawn that's exchanged.
mainline{28...a5}
On variation{28...bxc3 29. Qc8+ Bd8 30. Qxc3}=.
end{document}
xskak skak
add a comment |
I understand package xskak
to be an extension of skak
, but that there are some incompatibilities due to overlaps in funcionality. I would like to work with xskak
in the long term, but hoped to be able to include pure skak
code while getting there. Compiling skak
code under xskak
seemed to go well until I came across Torben Hoffmann's Example of the LaTeX-input and output of an annotated chess game using skak.sty
dated January 8, 2018. The command continuevariationcurrent
causes a ! Paragraph ended before FenBoard was complete
error.
documentclass{article}
%=======================
%usepackage{skak}
usepackage{xskak}
%=======================
begin{document}
fenboard{1q3kr1/3rb2p/p3Q3/8/1p6/8/PPP3PP/4R2K w - - 0 26}
showboard
Fischer - Tal after movecomment{25... Kf8!}
mainline{26. Qxd7}
Not variation{26. Rf1+ Kg7 27. Rf7+ Kh8} and if
%continuevariationcurrent{28. Qxd7 Rd8 29. Qg4 Qe5} wins.
mainline{26...Qd6 27. Qb7 Rg6}
Within a handful of moves the game has changed its complexion.
Now it is White who must fight for a draw!
mainline{28. c3}
Black's extra piece means less with each pawn that's exchanged.
mainline{28...a5}
On variation{28...bxc3 29. Qc8+ Bd8 30. Qxc3}=.
end{document}
xskak skak
I understand package xskak
to be an extension of skak
, but that there are some incompatibilities due to overlaps in funcionality. I would like to work with xskak
in the long term, but hoped to be able to include pure skak
code while getting there. Compiling skak
code under xskak
seemed to go well until I came across Torben Hoffmann's Example of the LaTeX-input and output of an annotated chess game using skak.sty
dated January 8, 2018. The command continuevariationcurrent
causes a ! Paragraph ended before FenBoard was complete
error.
documentclass{article}
%=======================
%usepackage{skak}
usepackage{xskak}
%=======================
begin{document}
fenboard{1q3kr1/3rb2p/p3Q3/8/1p6/8/PPP3PP/4R2K w - - 0 26}
showboard
Fischer - Tal after movecomment{25... Kf8!}
mainline{26. Qxd7}
Not variation{26. Rf1+ Kg7 27. Rf7+ Kh8} and if
%continuevariationcurrent{28. Qxd7 Rd8 29. Qg4 Qe5} wins.
mainline{26...Qd6 27. Qb7 Rg6}
Within a handful of moves the game has changed its complexion.
Now it is White who must fight for a draw!
mainline{28. c3}
Black's extra piece means less with each pawn that's exchanged.
mainline{28...a5}
On variation{28...bxc3 29. Qc8+ Bd8 30. Qxc3}=.
end{document}
xskak skak
xskak skak
asked 2 mins ago
Reinhard NeuwirthReinhard Neuwirth
1,56611322
1,56611322
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%2f474805%2fskak-and-xskak-command-continuevariationcurrent-causes-compilation-error%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%2f474805%2fskak-and-xskak-command-continuevariationcurrent-causes-compilation-error%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