mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-26 06:48:04 +02:00
10 lines
306 B
TeX
10 lines
306 B
TeX
\documentclass[varwidth=true, border=0pt]{standalone}
|
|
% Source: http://tex.stackexchange.com/a/15278/5645
|
|
|
|
\usepackage{chessboard}
|
|
\storechessboardstyle{4x4}{maxfield=d4}
|
|
|
|
\begin{document}
|
|
% showmover shows which player is to move
|
|
\chessboard[style=4x4, setwhite={Qa1,Qd2}, showmover=false]
|
|
\end{document}
|