2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

fit chessbort exactly in page

This commit is contained in:
Martin Thoma 2012-09-11 08:57:19 +02:00
parent 147e163dd2
commit 40806db435
5 changed files with 48 additions and 8 deletions

View file

@ -6,13 +6,11 @@
\begin{document}
\begin{preview}
% sets the internal board or a new game
\newgame
\newgame%
% typesets the moves and updates the board
\mainline{1.e4 e5 2. Nf3 Nc6 3.Bb5}\\
% show the current board position
\showboard
\showboard%
\end{preview}
\end{document}