-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReport.tex
44 lines (35 loc) · 842 Bytes
/
Report.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
\input{preamble}
\include{glossary}
\makeglossaries
\begin{document}
% Titelei
\include{titlepage}
\pdfbookmark[1]{\abstractname}{abstract}
\include{abstract}
\pdfbookmark[1]{\contentsname}{toc}
\tableofcontents
\listoffigures
\listoftables
\lstlistoflistings
\printglossaries
% Hauptinhalt der Arbeit
\include{chapters/01-introduction}
\include{chapters/02-background}
\include{chapters/03-current-defense-mechanisms}
\include{chapters/04-attack-vectors}
\include{chapters/05-improvements}
\include{chapters/06-further-reading}
\include{chapters/07-conclusion}
% Anhang
\include{appendix}
% Literaturverzeichnis
\begin{otherlanguage}{british}
\printbibliography[heading=bibintoc]
\end{otherlanguage}
% Declaration of Academic Honesty
\include{honesty}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: t
%%% End: