-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
123 lines (104 loc) · 2.85 KB
/
main.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
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
\documentclass[12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[nopatch=eqnum]{microtype}
\usepackage[hyphens]{url}
\usepackage[hidelinks]{hyperref}
\usepackage{amsmath}
\usepackage{mathtools}
\usepackage{parskip}
\usepackage{titling}
\usepackage{titlesec}
\usepackage{fancyhdr}
\usepackage{etoolbox}
\usepackage{sectsty}
\usepackage{relsize}
\usepackage{geometry}
\usepackage{upgreek}
\usepackage{setspace}
\usepackage{tocloft}
\usepackage{listings}
\usepackage{setspace}
\usepackage{fontspec}
\usepackage{hyperref}
\usepackage{newpxtext}
\usepackage{newpxmath}
\usepackage{enumitem}
\geometry{
a4paper,
left=30mm,
right=30mm,
top=25mm,
bottom=20mm
}
\hypersetup{breaklinks=true}
\urlstyle{same}
\Urlmuskip=0mu plus 3mu\relax
\setlength{\headheight}{15pt}
\addtolength{\cftsecnumwidth}{12pt}
% enable for word export
% \tolerance=1
% \emergencystretch=\maxdimen
% \hyphenpenalty=10000
% \hbadness=10000
% Custom font import
% \setmainfont{Calluna}[
% Path=./Calluna/,
% Extension = .otf,
% UprightFont=*-Regular,
% BoldFont=*-Bold,
% ItalicFont=*-It,
% BoldItalicFont=*-BoldIt
% ]
% Header and footer.
\fancyhead[L]{\nouppercase\leftmark}
\fancyhead[R]{\thepage}
\fancyfoot[R]{\hfill}
\fancyfoot[C]{}
% Custom header-less plain first page.
\fancypagestyle{plain}{
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\fancyfoot[R]{\hfill}
}
% Body styling.
%\renewcommand{\thepart}{\Roman{part}}
\sectionfont{\centering\textsc}
\subsectionfont{\centering}
\subsubsectionfont{\textit}
\renewcommand{\thesection}{\Roman{section}}
\renewcommand\thesubsection{\normalfont\textbf\Alph{subsection}}
\renewcommand\thesubsubsection{\normalfont\textbf{\textit{\arabic{subsubsection}}}}
\onehalfspacing
\newcommand{\Star}[1]{#1\ensuremath{^*}\kern-\scriptspace}
\newcommand{\PStar}[1]{\ensuremath{^*}\kern-\scriptspace #1}
\newcommand{\Cross}[1]{#1\ensuremath{^\dagger}\kern-\scriptspace}
\newcommand{\PCross}[1]{\ensuremath{^\dagger}\kern-\scriptspace #1}
\newcommand{\CCross}[1]{#1\ensuremath{^\mathsection}\kern-\scriptspace}
\newcommand{\PCCross}[1]{\ensuremath{^\mathsection}\kern-\scriptspace #1}
% ----------------------------------------------------------
\begin{document}
\thispagestyle{plain}
\thispagestyle{plain}
\renewcommand\footnotemark{}
\setlength\thanksmarkwidth{0.3em}
\setlength\thanksmargin{0.8em}
\title{\vspace{-25mm}\large{\textbf{\uppercase{Privacy in Central Bank Digitial Currencies}}}}
\date{}
\author{Jarrod Li$^*$}
\thanks{$^*$\ \ z519806. BSc/LLB (UNSW Sydney).}
\maketitle
\input{abstract.tex}
\newpage
\tableofcontents
\newpage
\pagestyle{fancy}
\input{Sections/1_INTRODUCTION}
\input{Sections/2_BACKGROUND}
\input{Sections/3_PREVIOUS_WORK}
\input{Sections/4_AUSTRALIA}
\input{Sections/5_SWEDEN}
\input{Sections/6_COMPARATIVE_ANALYSIS}
\input{Sections/7_CONCLUSION}
\newpage
\input{Sections/8_REFERENCES}
\end{document}