When displaying results of a game using chessboard, a mysterious Z shows up. In the following code, I would like to display the result as "1-0", but it shows up as "Z1-0."
How can I avoid this?
\documentclass{amsart}
\usepackage{chessboard}
\usepackage{skak}
\begin{document}
\newgame
\mainline{1. e4 1-0}
\showboard
\end{document}
\showboardis a command from skak. The chessboard command to show a board is\chessboard. – Ulrike Fischer Apr 25 '11 at 9:31