-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHausarbeit.tex
38 lines (29 loc) · 940 Bytes
/
Hausarbeit.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Document setup
\documentclass[12pt, a4paper]{article}
\usepackage{settings}
\usepackage{variables}
\title{\getTitle}
\author{\getAuthor}
\begin{document}
\input{pages/title}
\newpage
\tableofcontents
\newpage
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Start the assignment now
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{pages/introduction}
\input{pages/execution}
\input{pages/conclusion}
\clearpage
\stepcounter{section}
\addcontentsline{toc}{section}{\thesection \quad Literaturverzeichnis}
\printbibliography
\input{pages/appendix}
\input{pages/declaration}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%Complete the assignment now
\end{document}