-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpaper.tex
93 lines (64 loc) · 1.68 KB
/
paper.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
\documentclass[english,oneside,color]{htldipl}
\graphicspath{{images/}}
\usepackage[margin=3cm]{geometry} % 3cm border
\usepackage{amsmath}
\usepackage[binary-units=true]{siunitx}
\usepackage{minted}
\usepackage[backend=bibtex,style=verbose,backref=true,sorting=none]{biblatex}
\usepackage[final]{pdfpages}
%\usepackage{footnote}
% \makesavenoteenv{figure}
\renewcommand{\author}[1]{{\bf Author:} #1\\}
\DeclareSIUnit\year{yr}
\makeglossaries
\loadglsentries{text/glossary}
\newcommand{\projectTitle}{Autonomous Soft Landing Rocket Simulator}
\addbibresource{references.bib}
\let\cite\footcite
\begin{document}
\title{\projectTitle}
\abteilung{Informatik}
\schwerpunkt{}
\studienort{Wiener Neustadt}
\schule{HTBLuVA Wiener Neustadt}
\schullogo{htl.jpeg}
\abgabejahr{2017/18}
\betreuerA{MMag.\ Dr.\ Michael Stifter}
\betreuerB{}
\betreuerC{}
\schuelerA{Sebastian SCHAFFLER}
\evidenzA{5CHIF-18}
\subthemaA{Hardware Konstruktion, Entwicklung Kontrollalgorithmen}
\schuelerB{Philip TRAUNER}
\evidenzB{5CHIF-21}
\subthemaB{Hardware Konstruktion, Entwicklung Back-End}
\schuelerC{}
\evidenzC{}
\subthemaC{}
\schuelerD{}
\evidenzD{}
\subthemaD{}
\schuelerE{}
\evidenzE{}
\subthemaE{}
\frontmatter
\maketitle
\tableofcontents
\includepdf[fitpaper=true, pages=-]{Diplomarbeit-Formular-Flat.pdf}
\include{text/summary}
\include{text/abstract}
\include{text/logo}
\mainmatter
\include{text/introduction}
\include{text/project-management}
\include{text/prototypes}
\include{text/end}
\include{text/acknowledgment}
%\appendix
%\printglossaries
%\addcontentsline{toc}{chapter}{\bibname}
%\bibliographystyle{bababbrv}
%\bibliography{references}
\printbibliography
\include{text/messbox}
\end{document}