68 lines
1.3 KiB
TeX
68 lines
1.3 KiB
TeX
% Makros
|
|
\newcommand{\dokumententyp}{Dokumententyp}
|
|
\newcommand{\abgabedatum}{\today}
|
|
\newcommand{\ort}{Ort}
|
|
\newcommand{\dokumententitel}{Titel}
|
|
\newcommand{\dokumentenuntertitel}{Untertitel}
|
|
\newcommand{\dokumentenautor}{Autor}
|
|
\newcommand{\matrikelnr}{Matrikel-Nr.}
|
|
\newcommand{\dokumentenautoradresse}{Adresse}
|
|
\newcommand{\dokumentenpruefer}{Prüfer}
|
|
\newcommand{\studiengang}{Studiengang}
|
|
\newcommand{\studiengruppe}{Studiengruppe}
|
|
\newcommand{\institution}{Institution}
|
|
|
|
% Config
|
|
\input{config/config.tex}
|
|
|
|
\begin{document}
|
|
%%%%%%%%%%%%%%%
|
|
%% Deckblatt %%
|
|
%%%%%%%%%%%%%%%
|
|
\input{additionals/title.tex}
|
|
|
|
%%%%%%%%%%%%%%%%%%%
|
|
%% Verzeichnisse %%
|
|
%%%%%%%%%%%%%%%%%%%
|
|
\pagenumbering{Roman}
|
|
|
|
% Inhaltsverzeichnis
|
|
\tableofcontents
|
|
\newpage
|
|
|
|
% Abkürzungsverzeichnis
|
|
\input{additionals/acronyms.tex}
|
|
\newpage
|
|
|
|
% Abbildungsverzeichnis
|
|
\listoffigures
|
|
\newpage
|
|
|
|
% Tabellenverzeichnis
|
|
\listoftables
|
|
\newpage
|
|
|
|
% Listingverzeichnis
|
|
\lstlistoflistings
|
|
\newpage
|
|
|
|
%%%%%%%%%%%%
|
|
%% Inhalt %%
|
|
%%%%%%%%%%%%
|
|
\pagenumbering{arabic}
|
|
|
|
% insert chapter files here like this:
|
|
% \input{chapter/myfile}
|
|
% \newpage
|
|
|
|
%%%%%%%%%%%%%
|
|
%% Schluss %%
|
|
%%%%%%%%%%%%%
|
|
% Quellenverzeichnis
|
|
\input{config/references.tex}
|
|
\newpage
|
|
|
|
% Ehrenwörtliche Erklärung
|
|
\input{additionals/affirmation.tex}
|
|
|
|
\end{document} |