-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththesis.tex
More file actions
45 lines (36 loc) · 1.15 KB
/
thesis.tex
File metadata and controls
45 lines (36 loc) · 1.15 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
\documentclass[phd,lfcs,logo,normalheadings]{infthesis}
\usepackage{hyperref}
\usepackage[default]{lato}
\let\temp\rmdefault
\usepackage{sansmathfonts}
\let\rmdefault\temp
\usepackage{CJKutf8}
\usepackage{float}
\usepackage{ccicons}
\title{Timing and Fairness Considerations\\in Blockchain Systems}
\author{Yu Shen\\\begin{CJK*}{UTF8}{gbsn}沈俞\end{CJK*}}
\submityear{2025}
\input{macros}
\begin{document}
\begin{preliminary}
\maketitle
\input{content/dedication}
\input{content/abstract}
\input{content/lay-summary}
\input{content/acknowledgements}
\input{content/copyright}
\input{content/declaration}
\tableofcontents
\end{preliminary}
\input{content/introduction/main}
\input{content/preliminaries/main}
\input{content/permissionless-clock-sync/main}
\input{content/bounded-unfairness/main}
\input{content/pow-in-constant-time/main}
\input{content/uc-sender-fairness/main}
\input{content/smr-stranger/main}
\input{content/uc-receiver-fairness/main}
\input{content/conclusion}
\bibliographystyle{bibliography/ccc-alphaurl}
\bibliography{bibliography/cryptobib/abbrev0,bibliography/cryptobib/crypto,bibliography/cite}
\end{document}