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_chess3.tex

20 lines
341 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,a3-c3,e3-h3},
pgfstyle=cross,
color=red,
markareas={b1-b1,c2-c2,e4-e4,f5-f5,g6-g6,h7-h7},
]
\end{document}