Skip to content

Commit 7574f01

Browse files
committed
changed bibliography style in example, removed copyrightbox in 1st submission
1 parent efa3c59 commit 7574f01

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

oopsla2016-template.tex

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
%-----------------------------------------------------------------------------
2222

2323

24-
\documentclass[10pt]{sigplanconf}
24+
\documentclass[10pt,nonatbib]{sigplanconf}
2525
\usepackage[1stsubmission]{oopsla2016}
2626

2727
% The following oopsla2016 options are available:
@@ -249,7 +249,7 @@ \section{Introduction}
249249

250250
More text.
251251

252-
Lots of text.
252+
Lots of text \cite{smith02}.
253253

254254
\appendix
255255
\section{Appendix Title}
@@ -269,7 +269,7 @@ \section{Appendix Title}
269269
\begin{thebibliography}{}
270270
\softraggedright
271271

272-
\bibitem[Smith et~al.(2009)Smith, Jones]{smith02}
272+
\bibitem{smith02}
273273
P. Q. Smith, and X. Y. Jones. ...reference text...
274274

275275
\end{thebibliography}

oopsla2016.sty

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
\fi
4242
}
4343
\@setflag \@preprint = \@true
44+
\@setflag \@copyrightwanted = \@false
4445

4546
\sigplanfooter
4647

0 commit comments

Comments
 (0)