-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
54 lines (36 loc) · 944 Bytes
/
main.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
% !TeX document-id = {2ddbd1b4-2891-40ba-b701-110b740c7454}
% !TeX root = main.tex
% !TeX TXS-program:compile = txs:///pdflatex/[--shell-escape]
% Dokumenteneinstellungen
\input{miscellaneous/preambel}
\begin{document}
% Titelseite
\input{chapters/titlepage}
% Abstract
%\input{chapters/abstract}
% Inhaltsverzeichnis
\input{chapters/directories/contents}
% Abbildungsverzeichnis
\input{chapters/directories/figures}
% Tabellenverzeichnis
\input{chapters/directories/tables}
% Quellcodeverzeichnis
\input{chapters/directories/listings}
% Abkuerzungsverzeichnis
\input{chapters/directories/abbreviations}
\pagestyle{fancy}
% Einleitung
\input{chapters/chapter1}
% Grundlagen
\input{chapters/chapter2}
% Performance
\input{chapters/chapter3}
% Kompatibilität
\input{chapters/chapter4}
% Schlussbetrachtung
\input{chapters/chapter5}
%Bibliography
\input{chapters/bibliography}
%Appendix
\input{chapters/appendix}
\end{document}