Added "extras" mode
This commit is contained in:
@ -14,17 +14,28 @@
|
||||
\chessboard[setpieces = {#1}]
|
||||
\hfill
|
||||
\chessboard[setpieces = {#1}]
|
||||
\par
|
||||
}
|
||||
|
||||
\long\def\sixboards#1{
|
||||
\twoboards{#1}
|
||||
\vfill
|
||||
\twoboards{#1}
|
||||
\vfill
|
||||
\twoboards{#1}
|
||||
}
|
||||
|
||||
\makeatletter
|
||||
\long\def\manyboards#1{
|
||||
\if@solutions
|
||||
\twoboards{#1}
|
||||
\ifextras
|
||||
\sixboards{#1}
|
||||
\else
|
||||
\vfill
|
||||
\twoboards{#1}
|
||||
\vfill
|
||||
\twoboards{#1}
|
||||
\if@solutions
|
||||
\twoboards{#1}
|
||||
\else
|
||||
\twoboards{#1}
|
||||
\twoboards{#1}
|
||||
\fi
|
||||
\fi
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user