Okay so I used to do a table for chess moves and import a picture from
some online service to write chess stuff in LaTeX.
Now I found xskak, and that is really a lot nicer and easier.
But I can't trick xskak into accepting 0-0 for a move, why is that?
It gives me a ZZ directly before the move in the output and my later diagram
shows up without that move.
Is ther some other notation for castling?
Tell me more
×
TeX - LaTeX Stack Exchange is a question and answer site for
users of TeX, LaTeX, ConTeXt, and related typesetting systems. It's 100% free, no registration required.
|
|
||||
|
According to Wikipedia, castling is denoted in Portable Game Notation (PGN) by O-O and O-O-O rather than 0-0 and 0-0-0 (the former are letters "O", the latter digits "0"). Apparently So the answer is "use O-O and O-O-O". |
|||
|
O-O(letter "O", not zero). – egreg Oct 22 '12 at 15:24