This repository has been archived on 2025-03-06. You can view files and clone it, but cannot push or open issues or pull requests.
dekker-phd-thesis/assets/img/src/back_chess2.tex

20 lines
305 B
TeX

\documentclass{standalone}
% Drawing chessboards (background)
\usepackage{chessboard}
\setchessboard{showmover=false}
\begin{document}
\chessboard[
setwhite={Qd3},
pgfstyle=cross,
color=red!35!white,
markareas={d1-d2,d4-d8},
pgfstyle=cross,
color=red,
markareas={a3-c3,e3-h3},
]
\end{document}