-
Notifications
You must be signed in to change notification settings - Fork 10
/
thesis.tex
85 lines (62 loc) · 2.47 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
85
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SSE Thesis Document Template (Thomas Dietrich) %%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{header}
\begin{document}
%\input{content/Nomenclature}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Title Page and Abstracts
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pdfbookmark{\thesistype{} \autor}{\thesistype{} \autor}
\include{content/CoverPage}
\cleardoublepage{}
\pdfbookmark{Acknowledgement}{Acknowledgement} %LANGUAGE
%\pdfbookmark{Danksagung}{Danksagung} %LANGUAGE
\include{content/Acknowledgement}
\cleardoublepage{}
\pdfbookmark{Abstract}{Abstract}
\include{content/Abstract}
\cleardoublepage{}
\pagenumbering{roman}
\pdfbookmark{Table of Content}{Table of Content} %LANGUAGE
%\pdfbookmark{Inhaltsverzeichnis}{Inhaltsverzeichnis} %LANGUAGE
\tableofcontents
\cleardoublepage{}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% content
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagenumbering{arabic}
\include{content/Thesis_1_Introduction}
\include{content/Thesis_2_Background}
\include{content/Thesis_3_Desing}
\include{content/Thesis_4_Implementation}
\include{content/Thesis_5_Results}
\include{content/Thesis_6_Conclucions}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Appendix and Lists
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%\cleardoublepage
\pagenumbering{Roman}
\begin{appendix}
\include{content/Appendix}
\end{appendix}
\KOMAoptions{open=any}
\include{content/CDStructure}
%\markboth{\nomname}{\nomname}
%\printnomenclature % list of abbreviations
\listoftables % List of tables
\listoffigures % List of figures
\lstlistoflistings % List of sourcecode
\KOMAoptions{open=left}
\nocite{*} % all sources
\bibliography{bibliography} % list the sources
\KOMAoptions{open=right}
\listoftodos % TODOs, nicht im final Dokument!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% Declaration of Autonomy
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\include{content/DeclarationOfAuthorship}
\end{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% SSE Thesis Document Template (Thomas Dietrich) %%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%