diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/skak/refman.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/skak/refman.tex | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/skak/refman.tex b/Master/texmf-dist/doc/latex/skak/refman.tex index d3d5cac6198..e715ac05b56 100644 --- a/Master/texmf-dist/doc/latex/skak/refman.tex +++ b/Master/texmf-dist/doc/latex/skak/refman.tex @@ -95,7 +95,16 @@ engine, but it is updated to stay in sync with external programs.} % possible to describe moves in the running text. \command{variation}{SAN moves} -{This will typeset \Arg{SAN moves} using the current \Cmd{variationstyle}.} +{This will typeset \Arg{SAN moves} using the current \Cmd{variationstyle}. This command undoes the last move so you have to start one ply back.} + +\command{variationcurrentt}{SAN moves} +{Like \Cmd{variation}, but does not undo the last move.} + +\command{continuevariation}{SAN moves} +{Continues the variation but undoes the last move first.} + +\command{continuevariationcurrent}{SAN moves} +{Continues the variation without undoing the last move first.} \command{wmove}{SAN move} {Typesets \Arg{SAN move} using the current \Cmd{variationstyle}. @@ -170,7 +179,7 @@ but doesn't check for move numbers like \Cmd{variation} does.} \simpleCommand{showmoverOn} {The \Cmd{showboard} commands indicate --- with a small box --- which - player has to move.} + player has to move. Note: this only works when the ps option is used.} \simpleCommand{showmoverOff} {The dual of \Cmd{showmoverOn}.} @@ -194,12 +203,12 @@ but doesn't check for move numbers like \Cmd{variation} does.} \command{showonly}{piece names} {The argument \Arg{piece names} is a comma separated list of names of pieces to be shown using the \Cmd{showboard} commands. White pieces - are named \Arg{K,Q,R,B,N,P} and black's \Arg{k,q,r,b,n,p}.} + are named \Arg{K,Q,R,B,N,P} and black's \Arg{k,q,r,b,n,p}. Note: called with no arguments all pieces are showed!} \command{showallbut}{piece names} {The argument \Arg{piece names} is a comma separated list of names of pieces which will \emph{not} be shown when using the \Cmd{showboard} - commands.} + commands. Note: called with an empty list no pieces are shown!} %\newpage |