Skip to content

Commit

Permalink
Optimize includes
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 5, 2021
1 parent 3accc71 commit 4c8e98e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions erstiheft.tex
Original file line number Diff line number Diff line change
Expand Up @@ -89,13 +89,11 @@
\setcounter{page}{1}

%Begrüßung
\input{content/1-begruessung}
\newpage
\include{content/1-begruessung}

\input{content/2-studiengaenge}
\newpage
\include{content/2-studiengaenge}

\input{content/3-anhang}
\include{content/3-anhang}

% Leere Seiten erzeugen, damit der farbige Einband nicht bedruckt wird.
\whiledo{\intcalcMod{\value{page} + 2}{4} > 0}{
Expand Down

0 comments on commit 4c8e98e

Please sign in to comment.