-
Notifications
You must be signed in to change notification settings - Fork 16
/
paper.tex
61 lines (47 loc) · 1.38 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
\def\systemnameRaw{SYSTEMNAME}
\def\systemname{\systemnameRaw\xspace}
%\input{style/head-acm}
%\input{style/head-ieee}
\input{style/head-usenix}
%\input{style/head-plain}
\input{style/head-common}
\input{macros}
\begin{document}
%\date{}
%make title bold and 14 pt font (Latex default is non-bold, 16 pt)
\title{\Large \bf \systemname{}: Awesome Jawesome System}
%\input{author-acm}
%\input{author-ieee}
\input{author-usenix}
\maketitle
% Use the following at camera-ready time to suppress page numbers.
% Comment it out when you first submit the paper for review.
%\thispagestyle{empty}
\input{sections/abstract}
\input{sections/introduction}
\input{sections/background}
\input{sections/design}
\input{sections/implementation}
\input{sections/evaluation}
\input{sections/discussion}
\input{sections/related}
\input{sections/conclusion}
%\section*{Acknowledgments}
\clearpage
\renewcommand{\baselinestretch}{1.0}
% Use the following at camera-ready time to suppress page numbers.
% Comment it out when you first submit the paper for review.
%\thispagestyle{empty}
%%% ACM Bibliography Style
%\bibliographystyle{style/ACM-Reference-Format}
%\bibliography{paper}
%%% IEEE Bibliography Style
%\bibliographystyle{abbrv}
%\bibliography{paper}
%%% USENIX Bibliography Style
{\footnotesize \bibliographystyle{acm}
\bibliography{paper}}
%\theendnotes
\appendix
\input{sections/appendix}
\end{document}