mirror of
https://github.com/fsr/nopanic
synced 2024-11-15 17:03:13 +01:00
ensure campusplan is always on a double page
This commit is contained in:
parent
c698f4223e
commit
506ce83b0d
|
@ -1,3 +1,20 @@
|
||||||
|
%\cleardoubleevenemptypage
|
||||||
|
|
||||||
|
% ensure we are on a double page
|
||||||
|
\ifcase\numexpr \modulo{\value{page}}{2} \relax
|
||||||
|
% don't add any extra pages
|
||||||
|
\or
|
||||||
|
\hbox{}
|
||||||
|
\vspace{5mm}
|
||||||
|
\begin{center}
|
||||||
|
\tiny
|
||||||
|
--- This page is unintentionally left blank ---
|
||||||
|
\vfill
|
||||||
|
:P
|
||||||
|
\end{center}
|
||||||
|
\newpage
|
||||||
|
\fi
|
||||||
|
|
||||||
\addchap[Campusplan]{}
|
\addchap[Campusplan]{}
|
||||||
\thispagestyle{empty} %keine Seitenzahl
|
\thispagestyle{empty} %keine Seitenzahl
|
||||||
\AddToShipoutPicture*{\put(0,0){%
|
\AddToShipoutPicture*{\put(0,0){%
|
||||||
|
|
Loading…
Reference in a new issue