-
Notifications
You must be signed in to change notification settings - Fork 0
/
thesis.tex
executable file
·84 lines (58 loc) · 1.54 KB
/
thesis.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
\documentclass[pdftex,a4paper,twoside]{scrbook}
\input{preamble/preamble}
\begin{document}
\include{preamble/cover}
\begingroup
\pagestyle{empty}
\setcounter{page}{1}
\pagenumbering{roman}
\input{preamble/abstract_english}
\addcontentsline{toc}{section}{Abstract (English)}
\pagestyle{empty}
\newpage
\input{preamble/abstract_german}
\addcontentsline{toc}{section}{Abstrakt (Deutsch)}
\pagestyle{empty}
\newpage
\input{preamble/acknowledgement}
\addcontentsline{toc}{section}{Acknowledgements}
\pagestyle{empty}
\newpage
\input{preamble/autonomy}
\addcontentsline{toc}{section}{Selbstst\"andigkeitserkl\"arung (Declaration of Authenticity)}
\pagestyle{empty}
\newpage
\input{preamble/publications}
\addcontentsline{toc}{section}{Publications}
\pagestyle{empty}
\newpage
\listoffigures
\addcontentsline{toc}{section}{List of Figures}
\listoftables
\addcontentsline{toc}{section}{List of Tables}
\input{preamble/glossary}
\addcontentsline{toc}{section}{Glossary}
\pagestyle{empty}
\newpage
\tableofcontents
\cleardoublepage
\endgroup
\setcounter{page}{1}
\pagenumbering{arabic}
% Introduction
\input{chapter1/chapter1}
% Backgroud
\input{chapter2/chapter2}
% Method
\input{chapter3/chapter3}
% Experiments
\input{chapter4/chapter4}
% Results
\input{chapter5/chapter5}
% Conclusion
\input{chapter6/chapter6}
\bibliographystyle{preamble/abbrvnat}
\bibliography{preamble/thesis}
\appendix
\input{appendix/appendix}
\end{document}