Minor edits

This commit is contained in:
2023-12-06 20:02:32 -08:00
parent e4ebdac31a
commit 361f9e694f
5 changed files with 84 additions and 26 deletions

View File

@ -10,24 +10,24 @@
vlabelformat=\Alph{filelabel}
}
\long\def\manyboards#1{
\if@solutions
\chessboard[setpieces = {#1}]
\hfill
\chessboard[setpieces = {#1}]
\else
\vfill
\chessboard[setpieces = {#1}]
\hfill
\chessboard[setpieces = {#1}]
\vfill
\chessboard[setpieces = {#1}]
\hfill
\chessboard[setpieces = {#1}]
\fi
\long\def\twoboards#1{
\chessboard[setpieces = {#1}]
\hfill
\chessboard[setpieces = {#1}]
}
\makeatletter
\long\def\manyboards#1{
\if@solutions
\twoboards{#1}
\else
\vfill
\twoboards{#1}
\vfill
\twoboards{#1}
\fi
}
\cbDefineNewPiece{white}{U}
{\raisebox{1.75mm}{\cfss@whitepiececolor
$\odot$}}