change the back page to be a Greaber quote instead

This commit is contained in:
Kevin Harrington 2026-04-03 12:54:18 -04:00
parent b3913b1044
commit 59e0352195
3 changed files with 24 additions and 1 deletions

View file

@ -2,6 +2,7 @@
\newcommand{\AddCornerImage}{%
\AddToShipoutPictureBG{%
\ifnum\value{page}>1 % Only add corners if page number > 1
\ifnum\value{page}<12
% === Bottom Corner ===
\AtPageLowerLeft{%
\ifodd\value{page}
@ -31,6 +32,7 @@
\fi
}%
\fi % End of page number check
\fi % End of page number check
}%
}