Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
1
\documentclass[varwidth=true, border=0pt]{standalone}
2
% Source: http://tex.stackexchange.com/a/15278/5645
3
4
\usepackage{chessboard}
5
\storechessboardstyle{4x4}{maxfield=d4}
6
7
\begin{document}
8
% showmover shows which player is to move
9
\chessboard[style=4x4, setwhite={Qa1,Qd2}, showmover=false]
10
\end{document}
11
12