-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
59 lines (41 loc) · 1.29 KB
/
main.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
\documentclass[10pt,sigconf,balance,anonymous,nonacm]{acmart}
\settopmatter{printfolios=true}
\usepackage{graphicx}
\graphicspath{{figures/}}
\usepackage[labelformat=simple]{subcaption}
\renewcommand\thesubfigure{(\alph{subfigure})}
\usepackage[]{todonotes} % "disable" removes existing TODOS
\usepackage{multirow}
%\def\sectionautorefname{\S}
%\def\subsectionautorefname{\S}
%\def\subsubsectionautorefname{\S}
\def\sectionautorefname{Section}
\def\subsectionautorefname{Section}
\def\subsubsectionautorefname{Section}
\def\subfigureautorefname{Figure}
\input{commands}
\begin{document}
\title{Add Paper Title Here}
%add paper number of HotCRP or other paper submission system
\subtitle{Paper \#TODO, \pageref{lastbodypage} pages (excl. references and appendices)}
\input{authors}
%shorten author on running header
%\renewcommand{\shortauthors}{M"ucke, et al.}
\input{sections/abstract}
\maketitle
\input{sections/introduction}
%\input{sections/background}
%\input{sections/method}
%\input{sections/analysis_num}
%\input{sections/analysis_qir}
%\input{sections/analysis_cdn}
%\input{sections/discussion}
\input{sections/conclusion}
%\input{sections/acks}
\label{lastbodypage}
\bibliographystyle{ACM-Reference-Format}
\bibliography{rfcs,ids}
%\appendix
%\input{text/appendix}
\label{lastpage}
\end{document}