-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
57 lines (42 loc) · 1.31 KB
/
main.tex
File metadata and controls
57 lines (42 loc) · 1.31 KB
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
\documentclass[format=a4-sdq]{sdqdiss}
%\documentclass[format=a5-ksp]{sdqdiss}
\RequirePackage{scrhack}
\usepackage[a-1b]{pdfx}
\hypersetup{hidelinks, final}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{csquotes}
\usepackage{customizations/misc}
\usepackage{customizations/bibliography}
\usepackage{customizations/acronyms}
\usepackage{customizations/custom}
\newcommand{\Abstract}[1][Abstract]{\chapter*{#1}\addcontentsline{toc}{chapter}{#1}\markboth{#1}{#1}}
\addbibresource{bibliography/own.bib} % has to be imported first in order to make the label magic work
\addbibresource{bibliography/main.bib}
\input{metadata}
\begin{document}
\selectlanguage{ngerman}
\maketitle
\frontmatter
\input{content/part1/00-abstract}
\selectlanguage{english}
\tableofcontents
\listoffigures
\listoftables
\mainmatter
\part{Prologue}
\input{content/part1/10-introduction}
\input{content/part1/20-foundations}
\part{Contributions}
\input{content/part2/30-threat-model}
\input{content/part2/40-modelling-plagiarism}
\input{content/part2/44-approach}
\input{content/part2/50-defense-mechanisms}
\part{Evaluation}
\input{content/part3/60-eval}
\part{Epilogue}
\input{content/part4/100-related-work}
\input{content/part4/110-future-work}
\input{content/part4/120-conclusion}
\printbibliography[heading=bibintoc]
\end{document}