37 lines
614 B
TeX
Raw Normal View History

2023-12-06 14:03:22 -08:00
\setchessboard{
showmover=false,
borderwidth=0.5mm,
label=false,
labelleft=true,
labelbottom=true,
normalboard,
hlabelformat=\arabic{ranklabel},
vlabelformat=\Alph{filelabel}
}
2023-12-06 20:02:32 -08:00
\long\def\twoboards#1{
\chessboard[setpieces = {#1}]
\hfill
\chessboard[setpieces = {#1}]
}
\makeatletter
2023-12-06 14:03:22 -08:00
\long\def\manyboards#1{
\if@solutions
2023-12-06 20:02:32 -08:00
\twoboards{#1}
2023-12-06 14:03:22 -08:00
\else
\vfill
2023-12-06 20:02:32 -08:00
\twoboards{#1}
2023-12-06 14:03:22 -08:00
\vfill
2023-12-06 20:02:32 -08:00
\twoboards{#1}
2023-12-06 14:03:22 -08:00
\fi
}
\cbDefineNewPiece{white}{U}
{\raisebox{1.75mm}{\cfss@whitepiececolor
$\odot$}}
{\BlackEmptySquare%
\makebox[0pt][r]{\cfss@whitepiececolor
\raisebox{1.75mm}{\makebox[1em]{$\odot$}}}}
\makeatother