summaryrefslogtreecommitdiff
path: root/doc/thesis/thesis.tex
blob: 538200746b4d3d531cab6e7cf762ab09eb8c44d7 (plain)
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
\documentclass[11pt,a4paper,parskip=full]{report}


\include{settings/settings}

\begin{document}

\title{\Huge\textsf{\textbf{DONAU}}\\
\vspace{30px}
\huge{Tax-deductable Donations}}
\author{Johannes Casaburi \and Lukas Matyja\\
\vspace{5px}
\and Advisor: Prof. Dr. Christian Grothoff \and Advisor: Prof. Dr. Emmanuel Benoist \\ Expert: Daniel Voisard}

\maketitle

\input{chapters/intro/abstract}

\tableofcontents

\chapter{Introduction}
\input{chapters/intro/introduction}

\chapter{Overview}
\input{chapters/overview/overview}

\chapter{Cryptographic Preliminaries}
\input{chapters/crypto/crypto}

\chapter{Protocol}
\input{chapters/protocol/definitions}
\input{chapters/protocol/details}

\chapter{Implementation}
\input{chapters/implementation/implementation}

\chapter{Results and Outlook}
\input{chapters/conclusion/conclusion}

\bibliography{bibliography}
\addcontentsline{toc}{chapter}{Bibliography}

\end{document}