Better formatting for printing with doublepages.

Fixes issue #19
This commit is contained in:
Günther Hutter 2022-03-29 11:11:20 +02:00
parent 98af8bb82b
commit 1d8a60920f

View File

@ -503,10 +503,10 @@ $for(da-betreuer)$$da-betreuer.name$$sep$\\ $endfor$
\par\end{center} \par\end{center}
\end{titlepage} \end{titlepage}
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% EIDESSTATTLICHE ERKLAERUNG % EIDESSTATTLICHE ERKLAERUNG
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\cleardoublepage{}
\section*{\translate{authorship}} \section*{\translate{authorship}}
\translate{oath} \translate{oath}
@ -531,6 +531,7 @@ $endfor$
% KURZFASSUNG % KURZFASSUNG
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
$if(da-kurzfassung-de)$ $if(da-kurzfassung-de)$
\cleardoublepage{}
\section*{Kurzfassung} \section*{Kurzfassung}
$da-kurzfassung-de$ $da-kurzfassung-de$
$endif$ $endif$
@ -539,6 +540,7 @@ $endif$
% ABSTRACT % ABSTRACT
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
$if(da-kurzfassung-en)$ $if(da-kurzfassung-en)$
\cleardoublepage{}
\section*{Abstract} \section*{Abstract}
$da-kurzfassung-en$ $da-kurzfassung-en$
$endif$ $endif$
@ -547,6 +549,7 @@ $endif$
% DANKSAGUNG % DANKSAGUNG
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
$if(da-danksagung)$ $if(da-danksagung)$
\cleardoublepage{}
\section*{\translate{noteofhanks}} \section*{\translate{noteofhanks}}
$da-danksagung$ $da-danksagung$
$endif$ $endif$