| 1 | | \documentclass[preprint]{sigplanconf} |
| 2 | | |
| 3 | | % The following \documentclass options may be useful: |
| 4 | | % |
| 5 | | % 10pt To set in 10-point type instead of 9-point. |
| 6 | | % 11pt To set in 11-point type instead of 9-point. |
| 7 | | % authoryear To obtain author/year citation style instead of numeric. |
| 8 | | |
| 9 | | \usepackage{amsmath} |
| 10 | | \usepackage[usenames]{color} |
| 11 | | \usepackage{graphicx} |
| 12 | | |
| 13 | | \newcommand{\code}[1]{\texttt{#1}} |
| 14 | | \newcommand{\bram}[1]{\textcolor{blue}{{\it [Bram says: #1]}}} |
| 15 | | \newcommand{\laurent}[1]{\textcolor{green}{{\it [Laurent says: #1]}}} |
| 16 | | \newcommand{\marc}[1]{\textcolor{red}{{\it [Marc says: #1]}}} |
| 17 | | \newcommand{\Ra}{{$\Rightarrow$}} |
| 18 | | \newcommand{\ra}{{$\rightarrow$}} |
| 19 | | \newcommand{\La}{{$\Leftarrow$}} |
| 20 | | \newcommand{\la}{{$\leftarrow$}} |
| 21 | | \newcommand{\lra}{{$\leftrightarrow$}} |
| 22 | | \newcommand{\LRa}{{$\Leftrightarrow$}} |
| 23 | | |
| 24 | | \begin{document} |
| 25 | | |
| 26 | | \conferenceinfo{WXYZ '05}{date, City.} |
| 27 | | \copyrightyear{2005} |
| 28 | | \copyrightdata{[to be supplied]} |
| 29 | | |
| 30 | | \titlebanner{banner above paper title} % These are ignored unless |
| 31 | | \preprintfooter{short description of paper} % 'preprint' option specified. |
| 32 | | |
| 33 | | \title{Title Text} |
| 34 | | \subtitle{Subtitle Text, if any} |
| 35 | | |
| 36 | | \authorinfo{Name1} |
| 37 | | {Affiliation1} |
| 38 | | {Email1} |
| 39 | | \authorinfo{Name2\and Name3} |
| 40 | | {Affiliation2/3} |
| 41 | | {Email2/3} |
| 42 | | |
| 43 | | \maketitle |
| 44 | | |
| 45 | | \begin{abstract} |
| 46 | | This is the text of the abstract. |
| 47 | | \end{abstract} |
| 48 | | |
| 49 | | \category{CR-number}{subcategory}{third-level} |
| 50 | | |
| 51 | | \terms |
| 52 | | term1, term2 |
| 53 | | |
| 54 | | \keywords |
| 55 | | keyword1, keyword2 |
| 56 | | |
| 57 | | \section{Introduction} |
| 58 | | |
| 59 | | The text of the paper begins here. |
| 60 | | |
| 140 | | \appendix |
| 141 | | \section{Appendix Title} |
| 142 | | |
| 143 | | This is the text of the appendix, if you need one. |
| 144 | | |
| 145 | | \acks |
| 146 | | |
| 147 | | Acknowledgments, if needed. |
| 148 | | |
| 149 | | % We recommend abbrvnat bibliography style. |
| 150 | | |
| 151 | | \bibliographystyle{abbrvnat} |
| 152 | | |
| 153 | | % The bibliography should be embedded for final submission. |
| 154 | | |
| 155 | | \begin{thebibliography}{} |
| 156 | | |
| 157 | | \bibitem[Smith et~al.(2009)Smith, Jones]{smith02} |
| 158 | | P. Q. Smith, and X. Y. Jones. ...reference text... |
| 159 | | |
| 160 | | \end{thebibliography} |
| 161 | | |
| 162 | | \end{document} |