From 475394d90803cb2cf33bfae1be2e0f69db6727ec Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 8 Apr 2018 20:05:34 +0000 Subject: acmart (8apr18) git-svn-id: svn://tug.org/texlive/trunk@47378 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/acmart/sample-sigconf-xelatex.tex | 177 +++++++++++++++++++++ 1 file changed, 177 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.tex (limited to 'Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.tex') diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.tex b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.tex new file mode 100644 index 00000000000..708e73e3090 --- /dev/null +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.tex @@ -0,0 +1,177 @@ +\documentclass[sigconf]{acmart} +\usepackage{polyglossia} +\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} + + +\acmArticle{4} +\acmPrice{15.00} + +% These commands are optional +%\acmBooktitle{Transactions of the ACM Woodstock conference} +\editor{Jennifer B. Sartor} +\editor{Theo D'Hondt} +\editor{Wolfgang De Meuter} + + +\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.} +\orcid{1234-5678-9012} +\affiliation{% + \institution{Institute for Clarity in Documentation} + \streetaddress{P.O. Box 1212} + \city{Dublin} + \state{Ohio} + \postcode{43017-6221} +} +\email{trovato@corporation.com} + +\author{G.K.M. Tobin} +\authornote{The secretary disavows any knowledge of this author's actions.} +\affiliation{% + \institution{Institute for Clarity in Documentation} + \streetaddress{P.O. Box 1212} + \city{Dublin} + \state{Ohio} + \postcode{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{% + \institution{The Th{\o}rv{\"a}ld Group} + \streetaddress{1 Th{\o}rv{\"a}ld Circle} + \city{Hekla} + \country{Iceland}} +\email{larst@affiliation.org} + +\author{Valerie B\'eranger} +\affiliation{% + \institution{Inria Paris-Rocquencourt} + \city{Rocquencourt} + \country{France} +} +\author{Aparna Patel} +\affiliation{% + \institution{Rajiv Gandhi University} + \streetaddress{Rono-Hills} + \city{Doimukh} + \state{Arunachal Pradesh} + \country{India}} +\author{Huifen Chan} +\affiliation{% + \institution{Tsinghua University} + \streetaddress{30 Shuangqing Rd} + \city{Haidian Qu} + \state{Beijing Shi} + \country{China} +} + +\author{Charles Palmer} +\affiliation{% + \institution{Palmer Research Laboratories} + \streetaddress{8600 Datapoint Drive} + \city{San Antonio} + \state{Texas} + \postcode{78229}} +\email{cpalmer@prl.com} + +\author{John Smith} +\affiliation{\institution{The Th{\o}rv{\"a}ld Group}} +\email{jsmith@affiliation.org} + +\author{Julius P.~Kumquat} +\affiliation{\institution{The Kumquat Consortium}} +\email{jpkumquat@consortium.net} + +% The default list of authors is too long for headers. +\renewcommand{\shortauthors}{B. Trovato et al.} + + +\begin{abstract} +This paper provides a sample of a \LaTeX\ document which conforms, +somewhat loosely, to the formatting guidelines for +ACM SIG Proceedings.\footnote{This is an abstract footnote} +\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} + + + 10010520.10010553.10010562 + Computer systems organization~Embedded systems + 500 + + + 10010520.10010575.10010755 + Computer systems organization~Redundancy + 300 + + + 10010520.10010553.10010554 + Computer systems organization~Robotics + 100 + + + 10003033.10003083.10003095 + Networks~Network reliability + 100 + + +\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} + + +\keywords{ACM proceedings, \LaTeX, text tagging} + + +\maketitle + +\input{samplebody-conf} + +\bibliographystyle{ACM-Reference-Format} +\bibliography{sample-bibliography} + +\end{document} -- cgit v1.2.3