-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
114 lines (88 loc) · 2.06 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
%%**************************************************************
%% Vorlage fuer Bachelorarbeiten (o.ä.) der DHBW
%% https://github.com/dhbw-horb/latexVorlage
%%
%% Autor: Tobias Dreher, Yves Fischer
%% Datum: 06.07.2011
%%
%% Autor: Michael Gruben
%% Datum: 15.05.2013
%%
%% Autor: Markus Barthel
%% Datum: 22.08.2014
%%**************************************************************
\input{ads/header}
\makeglossaries
\input{ads/08_glossary}
\begin{document}
% Vorwerk Einstellungen
\pagenumbering{Roman}
\pagestyle{plain} % nur Seitenzahlen im Fuß
\RedeclareSectionCommand[beforeskip=\kapitelabstand]{chapter} % stellt Abstand vor Kapitelüberschriften ein
% Deckblatt
\begin{spacing}{1}
\input{ads/01_cover}
\clearpage
\end{spacing}
% % Sperrvermerk
% \input{ads/02_confidentiality}
% \clearpage
% Erklärung
\input{ads/03_authorship}
\clearpage
% % Vorwort
% \input{ads/04_preface}
% \clearpage
% Abstract
\cleardoublepage
\input{ads/05_abstract}
% Inhaltsverzeichnis
\begin{spacing}{1.1}
\begingroup
\cleardoublepage
\setcounter{tocdepth}{2}
\tableofcontents
\endgroup
\end{spacing}
% Abkürzungsverzeichnis
\cleardoublepage
\input{ads/06_acronyms}
% Abbildungsverzeichnis
\cleardoublepage
\listoffigures
% Tabellenverzeichnis
\cleardoublepage
\listoftables
% % Quellcodeverzeichnis
% \cleardoublepage
% \lstlistoflistings
% Hauptteil Einstellungen
\cleardoublepage
\pagenumbering{arabic}
\pagestyle{headings} % Kolumnentitel im Kopf, Seitenzahlen im Fuß
% Inhalt
\cleardoublepage
\input{content/01_introduction}
\cleardoublepage
\input{content/02_theoretical_framework}
\cleardoublepage
\input{content/03_concept}
\cleardoublepage
\input{content/04_architecture}
\cleardoublepage
\input{content/07_conclusion}
\cleardoublepage
\input{content/08_summary}
% \cleardoublepage
% \input{content/09_outlook}
% Literaturverzeichnis
\cleardoublepage
\printbibliography
\clearpage
% Glossar
\printglossary[style=altlist,title=\langglossar]
\clearpage
% Anhang
\input{ads/07_appendix}
\clearpage
\end{document}