summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex')
-rw-r--r--Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex150
1 files changed, 150 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex
new file mode 100644
index 00000000000..7a3d3808283
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.tex
@@ -0,0 +1,150 @@
+\documentclass[sigplan, natbib=true, anonymous, review]{acmart}
+
+\usepackage{booktabs} % For formal tables
+
+
+% Copyright
+%\setcopyright{none}
+%\setcopyright{acmcopyright}
+%\setcopyright{acmlicensed}
+\setcopyright{rightsretained}
+%\setcopyright{usgov}
+%\setcopyright{usgovmixed}
+%\setcopyright{cagov}
+%\setcopyright{cagovmixed}
+
+
+% DOI
+\acmDOI{10.475/123_4}
+
+% ISBN
+\acmISBN{123-4567-24-567/08/06}
+
+%Conference
+\acmConference[WOODSTOCK'97]{ACM Woodstock conference}{July 1997}{El
+ Paso, Texas USA}
+\acmYear{1997}
+\copyrightyear{2016}
+
+\acmPrice{15.00}
+
+%\acmBadgeL[http://ctuning.org/ae/ppopp2016.html]{ae-logo}
+\acmBadgeR[http://ctuning.org/ae/ppopp2016.html]{ae-logo}
+
+
+\begin{document}
+\title{SIG Proceedings Paper in LaTeX Format}
+\titlenote{Produces the permission block, and
+ copyright information}
+\subtitle{Extended Abstract}
+\subtitlenote{The full version of the author's guide is available as
+ \texttt{acmart.pdf} document}
+
+\author{Ben Trovato}
+\authornote{Dr.~Trovato insisted his name be first.}
+\affiliation{Institute for Clarity in Documentation\\
+ P.O. Box 1212\\
+ Dublin, Ohio 43017-6221}
+\email{trovato@corporation.com}
+
+\author{G.K.M. Tobin}
+\authornote{The secretary disavows any knowledge of this author's actions.}
+\affiliation{Institute for Clarity in Documentation\\
+ P.O. Box 1212\\
+ Dublin, Ohio 43017-6221}
+\email{webmaster@marysville-ohio.com}
+
+\author{Lars Th{\o}rv{\"a}ld}
+\authornote{This author is the
+ one who did all the really hard work.}
+\affiliation{The Th{\o}rv{\"a}ld Group\\
+ 1 Th{\o}rv{\"a}ld Circle\\
+ Hekla, Iceland}
+\email{larst@affiliation.org}
+
+\author{Lawrence P. Leipuner}
+\affiliation{Brookhaven Laboratories\\
+ P.O. Box 5000}
+\email{lleipuner@researchlabs.org}
+
+\author{Sean Fogarty}
+\affiliation{NASA Ames Research Center\\
+ Moffett Field\\
+ California 94035}
+\email{fogartys@amesres.org}
+
+\author{Charles Palmer}
+\affiliation{Palmer Research Laboratories\\
+ 8600 Datapoint Drive\\
+ San Antonio, Texas 78229}
+\email{cpalmer@prl.com}
+
+\author{John Smith}
+\affiliation{The Th{\o}rv{\"a}ld Group}
+\email{jsmith@affiliation.org}
+
+\author{Julius P.~Kumquat}
+\affiliation{The Kumquat Consortium}
+\email{jpkumquat@consortium.net}
+
+\begin{abstract}
+This paper provides a sample of a \LaTeX\ document which conforms,
+somewhat loosely, to the formatting guidelines for
+ACM SIG Proceedings.
+\end{abstract}
+
+%
+% The code below should be generated by the tool at
+% http://dl.acm.org/ccs.cfm
+% Please copy and paste the code instead of the example below.
+%
+\begin{CCSXML}
+<ccs2012>
+ <concept>
+ <concept_id>10010520.10010553.10010562</concept_id>
+ <concept_desc>Computer systems organization~Embedded systems</concept_desc>
+ <concept_significance>500</concept_significance>
+ </concept>
+ <concept>
+ <concept_id>10010520.10010575.10010755</concept_id>
+ <concept_desc>Computer systems organization~Redundancy</concept_desc>
+ <concept_significance>300</concept_significance>
+ </concept>
+ <concept>
+ <concept_id>10010520.10010553.10010554</concept_id>
+ <concept_desc>Computer systems organization~Robotics</concept_desc>
+ <concept_significance>100</concept_significance>
+ </concept>
+ <concept>
+ <concept_id>10003033.10003083.10003095</concept_id>
+ <concept_desc>Networks~Network reliability</concept_desc>
+ <concept_significance>100</concept_significance>
+ </concept>
+</ccs2012>
+\end{CCSXML}
+
+\ccsdesc[500]{Computer systems organization~Embedded systems}
+\ccsdesc[300]{Computer systems organization~Redundancy}
+\ccsdesc{Computer systems organization~Robotics}
+\ccsdesc[100]{Networks~Network reliability}
+
+% We no longer use \terms command
+%\terms{Theory}
+
+\keywords{ACM proceedings, \LaTeX, text tagging}
+
+\begin{teaserfigure}
+ \includegraphics[width=\textwidth]{sampleteaser}
+ \caption{This is a teaser}
+ \label{fig:teaser}
+\end{teaserfigure}
+
+
+\maketitle
+
+\input{samplebody-conf}
+
+\bibliographystyle{ACM-Reference-Format-Journals}
+\bibliography{sigproc}
+
+\end{document}