forked from acmccs/format
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ccs-template.tex
45 lines (32 loc) · 1.54 KB
/
ccs-template.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
\documentclass[sigconf, anonymous]{acmart}
\fancyhf{} % Remove fancy page headers
\fancyhead[C]{Anonymous submission \#9999 to ACM CCS 2019} % TODO: replace 9999 with your paper number
\fancyfoot[C]{\thepage}
\setcopyright{none} % No copyright notice required for submissions
\acmConference[Anonymous Submission to ACM CCS 2019]{ACM Conference on Computer and Communications Security}{Due 15 May 2019}{London, TBD}
\acmYear{2019}
\settopmatter{printacmref=false, printccs=true, printfolios=true} % We want page numbers on submissions
%%\ccsPaper{9999} % TODO: replace with your paper number once obtained
\begin{document}
\title{Template for ACM CCS} % TODO: replace with your title
\begin{abstract}
Your abstract should go here. You will also need to upload a plain-text abstract into the web submission form.
\end{abstract}
% TODO: replace this section with code generated by the tool at https://dl.acm.org/ccs.cfm
\begin{CCSXML}
<ccs2012>
<concept>
<concept_id>10002978.10003029.10011703</concept_id>
<concept_desc>Security and privacy~Usability in security and privacy</concept_desc>
<concept_significance>500</concept_significance>
</concept>
</ccs2012>
\end{CCSXML}
\ccsdesc{Security and privacy~Use https://dl.acm.org/ccs.cfm to generate actual concepts section for your paper}
% -- end of section to replace with generated code
\keywords{template; formatting; pickling} % TODO: replace with your keywords
\maketitle
\input{ccs-body} % TODO: replace with your brilliant paper!
\bibliographystyle{ACM-Reference-Format}
\bibliography{ccs-sample}
\end{document}