-
Notifications
You must be signed in to change notification settings - Fork 98
/
paper.tex
67 lines (50 loc) · 1.32 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
64
65
66
67
\documentclass[sigconf]{acmart}
\usepackage[english]{babel}
\usepackage{blindtext}
% Copyright
\renewcommand\footnotetextcopyrightpermission[1]{} % removes footnote with conference info
\setcopyright{none}
%\setcopyright{acmcopyright}
%\setcopyright{acmlicensed}
%\setcopyright{rightsretained}
%\setcopyright{usgov}
%\setcopyright{usgovmixed}
%\setcopyright{cagov}
%\setcopyright{cagovmixed}
\settopmatter{printacmref=false, printccs=false, printfolios=true}
% DOI
\acmDOI{}
% ISBN
\acmISBN{}
%Conference
%\acmConference[Submitted for review to SIGCOMM]{}
%\acmYear{2018}
%\copyrightyear{}
%% {} with no args suppresses printing of the price
\acmPrice{}
\begin{document}
\title{A \LaTeX\ Template for SIGCOMM 18}
%\titlenote{Produces the permission block, and copyright information}
%\subtitle{Extended Abstract}
\author{Paper \# XXX, XXX pages}
% \author{Firstname Lastname}
% \authornote{Note}
% \orcid{1234-5678-9012}
% \affiliation{%
% \institution{Affiliation}
% \streetaddress{Address}
% \city{City}
% \state{State}
% \postcode{Zipcode}
% }
% \email{[email protected]}
% The default list of authors is too long for headers}
\renewcommand{\shortauthors}{X.et al.}
\begin{abstract}
\blindtext
\end{abstract}
\maketitle
\input{body}
\bibliographystyle{ACM-Reference-Format}
\bibliography{reference}
\end{document}