-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
60 lines (38 loc) · 1.09 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
\documentclass[envcountsect]{llncs}
\pagestyle{headings}
\bibliographystyle{splncs04}
% = = = = = Packages = = = = = %
\usepackage{multirow}
\usepackage[table,xcdraw]{xcolor}
\usepackage{enumitem}
\setcounter{secnumdepth}{3}
\input{setup/packages}
\input{setup/macros}
\input{setup/table}
\newcommand{\sys}{\textsf{TokenHook}\xspace}
\newcommand{\erc}{ERC-20\xspace}
\newcommand{\num}{82\xspace}
\newcommand{\prct}{99.5\%\xspace}
\newcommand{\blue}{\color{blue}}
% = = = = = Title = = = = = %
\begin{document}
\frontmatter
\mainmatter
\title{\Large \bf \sys : Secure \erc smart contract}
\author{Reza Rahimian, Jeremy Clark}
\institute{Concordia University}
\maketitle
% = = = = = Abstract = = = = = %
\input{sections/abstract}
% = = = = = Main Body = = = = = %
\input{sections/introduction}
\input{sections/vulnerabilities}
\input{sections/bestpractices}
\input{sections/proposal}
\input{sections/audits}
\input{sections/comparison}
\input{sections/conclusion}
% = = = = = Bibliography = = = = = %
{\footnotesize\bibliography{bib/references}}
% = = = = = End Notes = = = = = %
\end{document}