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 --- Master/texmf-dist/doc/latex/acmart/Makefile | 10 ++ Master/texmf-dist/doc/latex/acmart/README | 8 +- Master/texmf-dist/doc/latex/acmart/acmart.pdf | Bin 798226 -> 798351 bytes Master/texmf-dist/doc/latex/acmart/acmguide.pdf | Bin 415346 -> 415410 bytes .../doc/latex/acmart/sample-acmlarge.pdf | Bin 633124 -> 632960 bytes .../doc/latex/acmart/sample-acmsmall.pdf | Bin 635483 -> 635331 bytes .../texmf-dist/doc/latex/acmart/sample-acmtog.pdf | Bin 598343 -> 598341 bytes .../doc/latex/acmart/sample-manuscript.pdf | Bin 636135 -> 635943 bytes .../doc/latex/acmart/sample-sigchi-a.pdf | Bin 1281706 -> 1281648 bytes .../texmf-dist/doc/latex/acmart/sample-sigchi.pdf | Bin 1104534 -> 1104318 bytes .../latex/acmart/sample-sigconf-authordraft.pdf | Bin 650761 -> 650684 bytes .../doc/latex/acmart/sample-sigconf-xelatex.pdf | Bin 0 -> 109910 bytes .../doc/latex/acmart/sample-sigconf-xelatex.tex | 177 +++++++++++++++++++++ .../texmf-dist/doc/latex/acmart/sample-sigconf.pdf | Bin 646412 -> 646332 bytes .../texmf-dist/doc/latex/acmart/sample-sigplan.pdf | Bin 986493 -> 986208 bytes 15 files changed, 194 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.pdf create mode 100644 Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.tex (limited to 'Master/texmf-dist/doc/latex/acmart') diff --git a/Master/texmf-dist/doc/latex/acmart/Makefile b/Master/texmf-dist/doc/latex/acmart/Makefile index 23439c12e85..735b597076a 100644 --- a/Master/texmf-dist/doc/latex/acmart/Makefile +++ b/Master/texmf-dist/doc/latex/acmart/Makefile @@ -15,6 +15,7 @@ SAMPLES = \ sample-acmtog.tex \ sample-sigconf.tex \ sample-sigconf-authordraft.tex \ + sample-sigconf-xelatex.tex \ sample-sigplan.tex \ sample-sigchi.tex \ sample-sigchi-a.tex @@ -54,6 +55,14 @@ acmguide.pdf: $(PACKAGE).dtx $(PACKAGE).cls while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \ do pdflatex $<; done +sample-sigconf-xelatex.pdf: sample-sigconf-xelatex.tex $(PACKAGE).cls ACM-Reference-Format.bst + xelatex $< + - bibtex $* + xelatex $< + xelatex $< + while ( grep -q '^LaTeX Warning: Label(s) may have changed' $*.log) \ + do xelatex $<; done + sample-manuscript.pdf \ sample-acmsmall.pdf \ sample-acmlarge.pdf \ @@ -61,6 +70,7 @@ sample-acmtog.pdf: samplebody-journals.tex sample-sigconf.pdf \ sample-sigconf-authordraft.pdf \ +sample-sigconf-xelatex.pdf \ sample-sigplan.pdf \ sample-sigchi.pdf: samplebody-conf.tex diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index 13bf55c7de8..614d257e45c 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -175,4 +175,10 @@ Version 1.48 Bug fixes Version 1.49 New jorunal: DTRAP -Version 1.50 Changes in iw3c2w3 and iw3c2w3g copyright statements. \ No newline at end of file +Version 1.50 Changes in iw3c2w3 and iw3c2w3g + +Version 1.51 Journal footers now use abbreviated journal titles. + Corrected the bug with acmPrice. + Do not show price when copyright is set to iw3c2w3 and iw3c2w3g. + The package now is compatible with polyglossia (Joachim Breitner). + Slightly reworded copyright statements. \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf index 309cd555b0d..bf639115f8e 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/acmart.pdf and b/Master/texmf-dist/doc/latex/acmart/acmart.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf index 31dc28d51a1..3ce3fed9655 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf and b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf index bfa13dce328..608e41bcffc 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf index e8ca5e2087b..a3d0580592b 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf index 4c310c49663..bf0c8af71ed 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf index 1a410e2ff2d..f764296e1cd 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf index f8a11af0c4f..edb15b64106 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf index 990fd01245b..856d3c07bf9 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf index ad52d139b2f..b6e7bd33e0f 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-authordraft.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.pdf new file mode 100644 index 00000000000..333c13124ea Binary files /dev/null and b/Master/texmf-dist/doc/latex/acmart/sample-sigconf-xelatex.pdf differ 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} diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf index 7e0ddbcca9f..f3d7201572f 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf differ diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf index 0f41f959dc7..320bbe2d866 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf differ -- cgit v1.2.3