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

added chess examples

This commit is contained in:
Martin Thoma 2012-09-11 07:47:28 +02:00
parent 8a8a9f3bd7
commit 147e163dd2
6 changed files with 144 additions and 0 deletions

View file

@ -0,0 +1,14 @@
\documentclass{article}
\usepackage[pdftex,active,tightpage]{preview}
\setlength\PreviewBorder{2mm}
\usepackage{chessboard}
\begin{document}
\begin{preview}
\chessboard[setfen=5rk1/pp3N1p/4P3/2P5/3Q1PK1/P7/1Pr3pq/R3R3 w - - 0 0,
showmover]
\end{preview}
\end{document}