-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmain.tex
90 lines (55 loc) · 1.63 KB
/
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
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
% !TEX program = pdflatex
\documentclass[12pt]{support/thcolognethesis}
\usepackage{amssymb}
\title{Optimierung von Augmented Reality Anwendungen durch die Berücksichtigung von Tiefeninformationen mit Googles Project Tango}
\degree{Masterthesis}
\author{Steffen Tröster}
\college{
Technischen Hochschule Köln\\
Ingenieurwissenschaftliches Zentrum\\
Fakultät für Informations-,\\
Medien- und Elektrotechnik}
\course{Technische Informatik (Master)}
\company{inovex GmbH}
\firstExaminer{Prof. Dr. Hubert Randerath}
\firstExaminerLocation{Technische Hochschule Köln}
\secondExaminer{Prof. Dr. Martin Eisemann}
\secondExaminerLocation{Technische Hochschule Köln}
\degreedate{Köln, im \monthyeardate\today}
\begin{document}
\baselineskip=18pt plus1pt
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{3}
\maketitle
\include{content/statement}
\include{content/abstract}
\begin{romanpages}
\tableofcontents
\end{romanpages}
\setlength{\parskip}{1em}
% Einleitung
\include{content/introduction}
% Thematische Vorbemerkung
\include{content/theme}
% Theoretische Grundlagen
\include{content/theory}
% Optimierung von AR
\include{content/optimization}
% Umsetzung
\include{content/implementation}
% Tests
\include{content/tests}
% Fazit
\include{content/conclusion}
\setlength{\parskip}{0em}
\appendix
\let\LaTeXStandardClearpage\clearpage
\let\clearpage\relax
\listoffigures
\lstlistoflistings
\let\clearpage\LaTeXStandardClearpage
\input{content/appendix}
\addcontentsline{toc}{chapter}{Literaturverzeichnis}
\bibliography{main}
\bibliographystyle{natdin}
\end{document}