-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathegalitarianism.tex
89 lines (68 loc) · 2.41 KB
/
egalitarianism.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
% %!TEX encoding = UTF-8 Unicode
\newif\ifanonymous
\newif\ifshort
\newif\iflncs
\lncstrue
% \anonymoustrue
% \shorttrue
\iflncs
\documentclass[11pt]{llncs}
\usepackage{preamble}
\usepackage{geometry}
\geometry{
a4paper,
total={150mm,247mm},
left=35mm,
right=35mm,
}
\begin{document}
\import{./}{title.tex}
\thispagestyle{plain}
\else
\documentclass[a4paper,UKenglish,cleveref, autoref]{oasics-v2019}
\usepackage{preamble}
\usepackage{longtable}
\bibliographystyle{plainurl}% the mandatory bibstyle
\Copyright{Sara Tucci-Piergiovanni et al.}%TODO mandatory, please use full first names. LIPIcs license is "CC-BY"; http://creativecommons.org/licenses/by/3.0/
\ccsdesc[100]{Security and privacy~Economics of security and privacy}
% \ccsdesc[100]{Security and privacy}%TODO mandatory: Please choose ACM 2012 classifications from https://dl.acm.org/ccs/ccs_flat.cfm
\keywords{blockchain, egalitarianism, cryptocurrency, economics, proof-of-work, proof-of-stake}%TODO mandatory; please add comma-separated list of keywords
\category{}%optional, e.g. invited paper
\relatedversion{}%optional, e.g. full version hosted on arXiv, HAL, or other respository/website
%\relatedversion{A full version of the paper is available at \url{...}.}
\supplement{}%optional, e.g. related research data, source code, ... hosted on a repository like zenodo, figshare, GitHub, ...
\nolinenumbers
\ifanonymous\else
\acknowledgements{Research partially supported by H2020 projects PRIVILEDGE \#780477 and MHMD \#732907.}
\fi
%Editor-only macros:: begin (do not touch as author)%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\EventEditors{Vincent Danos, Maurice Herlihy, Maria Potop-Butucaru, Julien Prat, and Sara Tucci-Piergiovanni}
\EventNoEds{5}
\EventLongTitle{International Conference on Blockchain Economics, Security and Protocols (Tokenomics 2019)}
\EventShortTitle{Tokenomics 2019}
\EventAcronym{Tokenomics}
\EventYear{2019}
\EventDate{May 6--7, 2019}
\EventLocation{Paris, France}
\EventLogo{}
\SeriesVolume{71}
\ArticleNo{5}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
\import{./}{title.tex}
\maketitle
\fi
\import{./}{abstract.tex}
\import{./}{introduction.tex}
\import{./}{related.tex}
\import{./}{preliminaries.tex}
\import{./}{definition.tex}
\import{./}{experiments.tex}
\import{./}{conclusion.tex}
\iflncs
\bibliographystyle{plain}
\fi
\bibliography{pubs,abbrev3,crypto}
\newpage
\import{./}{appendix.tex}
\end{document}