-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathacm_preprint.tex
More file actions
39 lines (31 loc) · 873 Bytes
/
acm_preprint.tex
File metadata and controls
39 lines (31 loc) · 873 Bytes
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
\documentclass[sigconf,natbib=false,nonacm]{acmart}
\RequirePackage{filecontents}
\PassOptionsToPackage{dvipsnames}{xcolor}
\RequirePackage[acm]{comgipp}
\RequirePackage{amsfonts}
\RequirePackage{amsmath}
\RequirePackage{authblk}
%%
%% \BibTeX command to typeset BibTeX logo in the docs
\AtBeginDocument{%
\providecommand\BibTeX{{%
\normalfont B\kern-0.5em{\scshape i\kern-0.25em b}\kern-0.8em\TeX}}}
%%\citestyle{acmauthoryear}
\input{header.tex}
\input{07_reference.tex}
\addbibresource{references.bib}
%%
%% end of the preamble, start of the body of the document source.
\begin{document}
\input{04_keywords.tex}
\input{05_acm_authors.tex}
\begin{abstract}
\input{02_abstract.tex}
\end{abstract}
\maketitle
\thispagestyle{firststyle}
\input{03_mainmatter.tex}
\input{06_acm_acknowledgements.tex}
\printbibliography[keyword=primary]
\end{document}
\endinput