41 lines
378 B
TeX
41 lines
378 B
TeX
\input{definitions}
|
|
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
|
|
\fontsize{9.5pt}{11.4pt}\selectfont
|
|
|
|
|
|
\input{Voraussetzung.tex}
|
|
|
|
|
|
\AddSpecialHeader{11}{L 1}
|
|
\AddSpecialHeader{13}{L 2}
|
|
|
|
|
|
|
|
\begingroup
|
|
\let\clearpage\relax % deaktiviert erzwungenen Umbruch
|
|
\let\cleardoublepage\relax
|
|
\tableofcontents
|
|
\endgroup
|
|
|
|
\newpage
|
|
|
|
|
|
\input{A.tex}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
\end{document}
|
|
|