-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpaper.tex
52 lines (38 loc) · 1.65 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
\newcount\draft\draft=1 % set to 0 for submission
\documentclass[10pt,preprint,numbers]{sigplanconf}
\input{packages} % package imports
\input{macros} % handy macros
\begin{document}
% conference info %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \conferenceinfo{ASPLOS~'16}{April 2--6, 2016, Atlanta, Georgia, USA}
% \copyrightyear{2016}
% \copyrightdata{978-1-4503-4091-5/16/04}
% \copyrightdoi{2872362.2872406}
% \publicationrights{licensed}
% title & authors %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\title{Life is Good: Graduation is Within Your Reach!}
\authorinfo{Happy Researcher \and Delighted Researcher \and Ecstatic Researcher}
{University of Washington}
{\{happy, delight, ecstatic\}@cs.washington.edu}
\maketitle
% abstract & classification %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\input{abstract}
{\footnotesize
\category{D.3.3}{Programming Languages}{Language Constructs and Features}[Data
types and structures]
\terms % terms are optional
Term One; Term Two; Term Three;
\keywords
Keyword One; Keyword Two; Keyword Three
}
% the actual paper! %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
Immix is excellent, but could be faster~\citep{immix}. Previous efforts have
focused on making Immix faster by making it do less work. This paper proposes
a novel strategy: make Immix faster by making it do \emph{more work}.
\todo{this seems like nonsense!}
After all, more work means more results.
% bibliography %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\bibliographystyle{abbrvnat}
\bibliography{paper}
\end{document}