-
Notifications
You must be signed in to change notification settings - Fork 15
/
paper.tex
44 lines (33 loc) · 804 Bytes
/
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
\documentclass[10pt,sigconf,letterpaper,anonymous]{acmart}
\usepackage[english]{babel}
\usepackage{blindtext}
%Conference Info
\acmYear{2018}
\copyrightyear{2018}
\setcopyright{acmcopyright}
\acmConference{CoNEXT '18}{December 4--7, 2018}{Heraklion/Crete, Greece}
\acmPrice{TBA}
\acmDOI{TBA}
\acmISBN{TBA}
\begin{document}
\title{A \LaTeX\ Template for CoNEXT 2018}
\subtitle{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@domain.com}
\begin{abstract}
\blindtext
\end{abstract}
\maketitle
\input{body}
\bibliographystyle{ACM-Reference-Format}
\bibliography{reference}
\end{document}