2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00
LaTeX-examples/documents/chess-chessboard-shortest-game/chess-chessboard-shortest-game.tex
2012-09-11 08:57:19 +02:00

14 lines
414 B
TeX

\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\setlength\PreviewBorder{2mm}
\usepackage{chessboard}
\begin{document}
\begin{preview}
% get FEN notation with http://www.chess-poster.com/fen/epd_fen.htm
% see also http://www.chessgames.com/fenhelp.html
\chessboard[setfen=rnb1kbnr/pppp1ppp/8/4p3/6Pq/5P2/PPPPP2P/RNBQKBNR b - - 0 0,
showmover=false]
\end{preview}
\end{document}