initial commit
This commit is contained in:
29
main.tex
Normal file
29
main.tex
Normal file
@@ -0,0 +1,29 @@
|
||||
%
|
||||
% 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}
|
||||
Reference in New Issue
Block a user