30 lines
410 B
TeX
30 lines
410 B
TeX
|
%
|
||
|
% Hauptdatei
|
||
|
%
|
||
|
|
||
|
\input{header}
|
||
|
|
||
|
\begin{document}
|
||
|
\input{kapitel/titel}
|
||
|
\input{kapitel/selbstständigkeitserklärung}
|
||
|
|
||
|
% Inhaltsverzeichnis
|
||
|
\include{tocdex}
|
||
|
|
||
|
% Abbildungsverzeichnis
|
||
|
\include{imagedex}
|
||
|
|
||
|
% Tabellenverzeichnis
|
||
|
\include{tabledex}
|
||
|
|
||
|
% Abkürzungsverzeichnis
|
||
|
\include{acrodex}
|
||
|
|
||
|
% Include all the pages
|
||
|
\input{kapitel/foobar}
|
||
|
\input{kapitel/fazit}
|
||
|
|
||
|
% Include the footer
|
||
|
\input{footer}
|
||
|
\end{document}
|