-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.tex
57 lines (45 loc) · 1.08 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
\ifdefined\fullversion
\else
\def\fullversion{1} % 0 = conference version; 1 = full version
\fi
\ifdefined\cameraversion
\else
\def\cameraversion{0} % 0 = long version; 1 = proceedings version
\fi
\def\showoverflow{1} % 1 = show overflows
\def\allow{1} % 0 = remove todo command
\def\anonymous{1} % 1 = anonymous
\documentclass[envcountsame,runningheads,notitlepage]{llncs}
\ifnum\fullversion=1
\usepackage[a4paper, margin=1.1in]{geometry}
\setlength{\marginparwidth}{2.5cm}
\fi
\input{tex/ZZ_header1}
\title{Crypto}
\titlerunning{Crypto}
\date{}
\ifnum\anonymous=0
\author{
Coauthor Name\inst{1} \and
Coauthor Name\inst{2}
}%
\institute{Coauthor University\\
\href{mailto:mail@mail.com}{mail@mail.com} \and
Coauthor University\\
\href{mailto:mail@mail.com}{mail@mail.com}
} % Add institute here
\else
\author{}
\institute{}
\fi
\begin{document}
\maketitle
\input{tex/01_semanticsecurity}
\input{tex/00}
\ifnum\fullversion=0
\bibliographystyle{splncs03}
\else
\bibliographystyle{alpha-short}
\fi
\bibliography{bib/abbrev3,bib/zotero,bib/manual}
\end{document}