-
Notifications
You must be signed in to change notification settings - Fork 1
/
main.tex
73 lines (59 loc) · 979 Bytes
/
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
\newif\ifanonymous
\newif\iflncs
\newif\ifccs
\newif\iftoday
\newif\ifonecolumn
\newif\iftwocolumn
\todaytrue
%% uncomment next line for anonymization
%\anonymoustrue
% pick one: \ccstrue or \lncstrue; don't forget to `make clean`
% \ccstrue
\lncstrue
\iflncs
\onecolumntrue
\fi
\ifccs
\twocolumntrue
\fi
\iflncs
\documentclass{llncs}
\fi
\ifccs
%%% uncomment next line for anonymous template
%\documentclass[sigconf, anonymous]{acmart}
\documentclass[sigconf]{acmart}
\fi
\iflncs
\usepackage[colorlinks=true,citecolor=blue,linkcolor=magenta]{hyperref}
\fi
\usepackage{preamble}
\ifccs
\input{ccs-metadata}
\fi
\iflncs
\pagestyle{plain}
\fi
%\iflncs
%\usepackage{geometry}
%\geometry{
% a4paper,
% textwidth=15cm,
% textheight=21.5cm,
% heightrounded,
% hratio=1:1,
% vratio=4:5,
%}
%\fi
\begin{document}
\import{./}{title.tex}
\import{./}{abstract.tex}
\ifccs
\input{ccs-keywords}
\maketitle
\fi
\iflncs
\thispagestyle{plain}
\fi
\input{body}
\end{document}