-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain_jf.tex
58 lines (51 loc) · 1.38 KB
/
main_jf.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
\documentclass[a4paper,10pt]{article}
\usepackage[a4paper,left=2.5cm,right=2.5cm,top=2.5cm,bottom=2cm]{geometry}
\usepackage{graphicx}
\usepackage{svg}
\usepackage[nottoc,notlof,numbib]{tocbibind}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[ngerman]{babel}
\usepackage{titlesec}
\usepackage{lipsum}
\usepackage[onehalfspacing]{setspace}
\usepackage{hyperref}
\usepackage{caption}
\usepackage{titling}
\bibliographystyle{ieeetr}
\counterwithin{figure}{section}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\captionsetup[figure]{font=small,labelfont=small}
\emergencystretch=1cm
\pagenumbering{arabic}
\pretitle{\begin{center}\Large Jugend forscht\par}
\title{\LARGE Vergleich von anonymen Kommunikationssystemen}
\posttitle{\par\Large Mixnet, Tor und VPN\end{center}}
\author{Karl Zschiebsch}
\begin{document}
\parindent0.4cm
% Titelblatt und Abstrakt
\maketitle
\input{chapter/abstract_jf}
% Verzeichnis
\tableofcontents
\listoffigures
% Inhalt
\clearpage
\input{chapter/introduction_jf.tex}
\input{chapter/overlay_network.tex}
\input{chapter/vpn.tex}
\input{chapter/tor.tex}
\input{chapter/mixnet.tex}
\input{chapter/evaluation_jf.tex}
\input{chapter/discussion_jf.tex}
\clearpage
% Literatur
\bibliography{references.bib}
\end{document}