-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththesis.tex
69 lines (57 loc) · 1.5 KB
/
thesis.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
59
60
61
62
63
64
65
66
67
68
69
\documentclass[phd,lfcs,fullspacing,logo,normalheadings]{infthesis}
\input{packages}
\usepackage[math-style=TeX,bold-style=TeX]{unicode-math}
\setmainfont{Gill-Sans-MT}[
Path = font/,
UprightFont = *-Book,
ItalicFont = *-Book-Italic,
BoldFont = *-Bold,
BoldItalicFont = *-Bold-Italic,
Extension = .ttf
]
\let\oldparagraph\paragraph
\renewcommand{\paragraph}[1]{\oldparagraph*{#1.}}
\newcommand{\chapternote}[1]{
\begin{quote}
\itshape #1
\end{quote}
\bigskip
}
\newcommand\blankpage{
\null
\thispagestyle{empty}
\addtocounter{page}{-1}
\newpage
}
\title{
Digital Asset Management \\ via \\ Distributed Ledgers
}
\author{
Dimitris Karakostas
}
\submityear{2021}
\input{macros}
\begin{document}
\begin{preliminary}
\maketitle
\input{content/dedication}\clearpage
\input{content/abstract}
\input{content/acknowledgements}
\input{content/copyright}
\input{content/declaration}
\input{content/lay_summary}
\tableofcontents
\afterpage{\blankpage}
\end{preliminary}
\input{content/introduction/main}
\input{content/preliminaries/main}
\input{content/hardware-wallets/main}
\input{content/delegation/main}
\input{content/collective-pools/main}
\input{content/utxo-growth/main}
\input{content/compliance/main}
\input{content/macroeconomics/main}
\input{content/conclusion/main}
\bibliographystyle{alphaurl}
\bibliography{bibliography/additional,bibliography/cryptobib/abbrev0,bibliography/cryptobib/crypto_crossref}
\end{document}