aboutsummaryrefslogtreecommitdiff
path: root/summary/main.tex
blob: 23e50d74bfbab7bfaa0dedae30dbbbe24ecebe26 (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
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
%%
%% This is file `kaucollectiontemplate.tex',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% kauthesis.dtx  (with options: `collectiontemplate')
%% 
%% This is a generated file.
%% 
%% Copyright (c) 2011-2014 Stefan Berthold <stefan.berthold@kau.se>
%% 
%% This file is part of the kauthesis bundle.
%% 
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%%   http://www.latex-project.org/lppl.txt
%% and version 1.3 or later is part of all distributions of LaTeX
%% version 2005/12/01 or later.
%% 
%% This work has the LPPL maintenance status `author-maintained'.
%% 
%% The Current Maintainer and author of this work is Stefan Berthold.
%% 
%% This work consists of all files listed in manifest.txt.
%% 
%% kauthesis.dtx
%% Copyright (c) 2011-2015 Stefan Berthold <stefan.berthold@kau.se>
\documentclass{kaucollection}

%%%
% Template preamble
%%%
\usepackage{xstring}
\usepackage{scrlayer-scrpage}
\pagestyle{scrheadings}
\renewcommand*\headfont{\normalfont\small}
\rehead{\thepaper}
\lohead{\thepapertitle}
\lohead{%
  \IfStrEq{\thepapertitle}{Privacy-Preserving \& Incrementally-Deployable Support for Certificate Transparency in Tor}%
    {Privacy-Preserving \& Incrementally-Deployable Support for Certificate Transpa...}%
    {\IfStrEq{\thepapertitle}{Sauteed Onions: Transparent Associations from Domain Names to Onion Addresses}%
      {Sauteed Onions: Transparent Associations from Domain Names to Onion Add...}%
      {\thepapertitle}%
    }%
}

%%%
% Template metadata
%%%
\title{%
  On Certificate Transparency Verification and\\
  Unlinkability of Websites Visited by Tor Users
}

\author{%
  Rasmus Dahlberg
}
\institute{%
  Department of Mathematics and Computer Science
}
\place{%
  Karlstad University
}

%%%
% Thesis preamble
%%%
\usepackage[sectionbib]{natbib}
\usepackage{chapterbib}

% Better line breaks
\usepackage{microtype}

% Appendix that starts from A for each paper
\usepackage{appendix}
\renewcommand{\restoreapp}{}

% Crypto notation
\usepackage[
    lambda, advantage, operators, sets, adversary, landau, probability, notions,
    logic, ff, mm, primitives, events, complexity, asymptotics, keys
]{cryptocode}

% Tables
\usepackage{booktabs}

% Figures
\usepackage{graphicx}
\usepackage{subcaption}
\usepackage{tikz}
\usepackage{tikz-qtree}
\usetikzlibrary{shapes.misc,positioning,arrows,snakes}

\usepackage{rotating}

% Colors
\usepackage{color}
\usepackage{colortbl}
\definecolor{rgddTeal}{HTML}{009999}
\definecolor{rgddLime}{HTML}{809933}
\definecolor{rgddPurple}{HTML}{993380}
\definecolor{rgddRed}{HTML}{E04644}
\definecolor{rgddGreen}{HTML}{008000}
\definecolor{rgddBlue}{HTML}{2809B2}
\definecolor{rgddBlack}{HTML}{000000}

% Links
\usepackage{hyperref}
\hypersetup{
  colorlinks = true,                              % Color links instead of boxes
  urlcolor   = rgddBlue,                            % Color external hyper links
  linkcolor  = rgddBlue,                                  % Color internal links
  citecolor  = rgddGreen,                                      % Color citations
}
\def\UrlBreaks{\do\/\do-}                       % More flexible line-break rules

% Code listings
\usepackage{listings}

% Theorems with s/openbox/rgddopenbox in rgddamsthm.sty to avoid package class
\usepackage{rgddamsthm}
\theoremstyle{definition}
\newtheorem{definition}{Definition}

% Command to underscore
\usepackage{stackengine}
\newcommand\barbelow[1]{\stackunder[1.2pt]{#1}{\rule{.8ex}{.075ex}}}

%%%
% Document start
%%%
\begin{document}
  \frontmatter

  \begin{abstract}
    \input{src/abstract}
  \end{abstract}

  \section*{Kring verifiering av Certificate Transparency samt länkbarhet av Tor-användare och besökta webbplatser}
  \textsc{Rasmus Dahlberg}\\
  \noindent\textit{Institutionen för matematik och datavetenskap}
  \section*{Sammanfattning}
  \input{src/sammanfattning}
  \cleardoublepage

  \begin{acknowledgements}
    \input{src/acknowledgements}
  \end{acknowledgements}

  \input{src/abbr}\addcontentsline{toc}{section}{List of Acronyms}%
  \cleardoublepage

  {
    \hypersetup{linkcolor=black}
    \listofpapers
  }
  \cleardoublepage

  \input{src/other}\addcontentsline{toc}{section}{List of Other Contributions}%
  \cleardoublepage

  {
    \hypersetup{linkcolor=black}
    \tableofcontents
  }

  \mainmatter
  \include{src/introduction/main}\setcounter{footnote}{0}
  \include{src/lwm/main}\setcounter{footnote}{0}
  \include{src/ctga/main}\setcounter{footnote}{0}
  \include{src/ctor/main}\setcounter{footnote}{0}
  \include{src/sauteed/main}\setcounter{footnote}{0}
  \include{src/cat/main}\setcounter{footnote}{0}
  \include{src/tlwo/main}\setcounter{footnote}{0}
  
\end{document}
\endinput
%%
%% End of file `kaucollectiontemplate.tex'.