2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-29 07:47:57 +02:00
LaTeX-examples/documents/chess-chessboard-4x4/chess-chessboard-4x4.tex

11 lines
306 B
TeX
Raw Normal View History

2012-09-12 09:52:11 +02:00
\documentclass[varwidth=true, border=0pt]{standalone}
2012-09-11 07:47:28 +02:00
% Source: http://tex.stackexchange.com/a/15278/5645
\usepackage{chessboard}
\storechessboardstyle{4x4}{maxfield=d4}
\begin{document}
% showmover shows which player is to move
2012-09-12 09:52:11 +02:00
\chessboard[style=4x4, setwhite={Qa1,Qd2}, showmover=false]
2012-09-11 07:47:28 +02:00
\end{document}