-
Notifications
You must be signed in to change notification settings - Fork 1
/
sigplanconf-template.tex
294 lines (166 loc) · 4.13 KB
/
sigplanconf-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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
%-----------------------------------------------------------------------------
%
% Template for sigplanconf LaTeX Class
%
% Name: sigplanconf-template.tex
%
% Purpose: A template for sigplanconf.cls, which is a LaTeX 2e class
% file for SIGPLAN conference proceedings.
%
% Guide: Refer to "Author's Guide to the ACM SIGPLAN Class,"
% sigplanconf-guide.pdf
%
% Author: Paul C. Anagnostopoulos
% Windfall Software
% 978 371-2316
%
% Created: 15 February 2005
%
%-----------------------------------------------------------------------------
\documentclass{sigplanconf}
% The following \documentclass options may be useful:
% preprint Remove this option only once the paper is in final form.
% 10pt To set in 10-point type instead of 9-point.
% 11pt To set in 11-point type instead of 9-point.
% authoryear To obtain author/year citation style instead of numeric.
\usepackage{amsmath}
\begin{document}
\special{papersize=8.5in,11in}
\setlength{\pdfpageheight}{\paperheight}
\setlength{\pdfpagewidth}{\paperwidth}
\conferenceinfo{CONF 'yy}{Month d--d, 20yy, City, ST, Country}
\copyrightyear{20yy}
\copyrightdata{978-1-nnnn-nnnn-n/yy/mm}
\doi{nnnnnnn.nnnnnnn}
% Uncomment one of the following two, if you are not going for the
% traditional copyright transfer agreement.
%\exclusivelicense % ACM gets exclusive license to publish,
% you retain copyright
%\permissiontopublish % ACM gets nonexclusive license to publish
% (paid open-access papers,
% short abstracts)
\titlebanner{banner above paper title} % These are ignored unless
\preprintfooter{short description of paper} % 'preprint' option specified.
\title{Title Text}
\subtitle{Subtitle Text, if any}
\authorinfo{Name1}
{Affiliation1}
{Email1}
\authorinfo{Name2\and Name3}
{Affiliation2/3}
{Email2/3}
\maketitle
\begin{abstract}
This is the text of the abstract.
\end{abstract}
\category{CR-number}{subcategory}{third-level}
% general terms are not compulsory anymore,
% you may leave them out
\terms
term1, term2
\keywords
keyword1, keyword2
\section{Introduction}
The text of the paper begins here.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
More text.
Lots of text.
\appendix
\section{Appendix Title}
This is the text of the appendix, if you need one.
\acks
Acknowledgments, if needed.
% We recommend abbrvnat bibliography style.
\bibliographystyle{abbrvnat}
% The bibliography should be embedded for final submission.
\begin{thebibliography}{}
\softraggedright
\bibitem[Smith et~al.(2009)Smith, Jones]{smith02}
P. Q. Smith, and X. Y. Jones. ...reference text...
\end{thebibliography}
\end{document}
% Revision History
% -------- -------
% Date Person Ver. Change
% ---- ------ ---- ------
% 2013.06.29 TU 0.1--4 comments on permission/copyright notices