-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaper.tex
63 lines (43 loc) · 1.53 KB
/
paper.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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%-- Choose the template between ACM and USENIX:
% ACM tempalte prelude
% ====================
\input{lib/acm/prelude.tex}
% USENIX template prelude
% =======================
%\input{lib/usenix/prelude.tex}
% IEEE template prelude
% =======================
% \input{lib/ieee/prelude.tex}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%-- Add as many bib files as you want
\addbibresource{bibs.bib}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%-- Optional things.
% if you want to see the comments, press 1
\newcommand{\showcomments}{1}
% last minute change to save space
%\usepackage[subtle,leading=normal]{savetrees}
%\microtypecontext{spacing=nonfrench}
% % macro for project name
% \newcommand{\proj}{Project X\xspace}
% \hyphenation{Rumpelstiltskin}
\newcommand{\sysname}{MyProject\xspace}
\newcommand{\postfigspace}{\vspace{-1.5em}}
%-------------------------------------------------------------------------------
\begin{document}
\input{std_commands}
%-------------------------------------------------------------------------------
% title info
\input{titleinfo-acm}
% \input{titleinfo-usenix}
% \input{titleinfo-ieee}
% \input{abstract}
% only for IEEE
% \input{lib/ieee/keywords}
% TO CHANGE: probably you want to change this into separate sections as tex file
\input{body}
\paragraph{\textbf{Ethics: This work does not raise any ethical issues.}}
% \printbibliography[heading=bibnumbered]
\printbibliography
\end{document}