From d3a34e1a80d0e20d4ad8fa7c16a897fb9a90e35c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 7 Aug 2016 21:26:32 +0000 Subject: acmart (6aug16) git-svn-id: svn://tug.org/texlive/trunk@41817 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/acmart/Makefile | 2 +- Master/texmf-dist/doc/latex/acmart/README | 5 ++++- Master/texmf-dist/doc/latex/acmart/acmart.bib | 24 +++++++++++++++++++++ Master/texmf-dist/doc/latex/acmart/acmart.pdf | Bin 665566 -> 668852 bytes .../doc/latex/acmart/sample-acmlarge.pdf | Bin 619659 -> 619779 bytes .../doc/latex/acmart/sample-acmsmall.pdf | Bin 626489 -> 626668 bytes .../texmf-dist/doc/latex/acmart/sample-acmtog.pdf | Bin 585722 -> 585968 bytes .../doc/latex/acmart/sample-manuscript.pdf | Bin 653145 -> 655626 bytes .../doc/latex/acmart/sample-manuscript.tex | 3 ++- .../doc/latex/acmart/sample-sigchi-a.pdf | Bin 1284666 -> 1284822 bytes .../texmf-dist/doc/latex/acmart/sample-sigchi.pdf | Bin 1060721 -> 1060957 bytes .../texmf-dist/doc/latex/acmart/sample-sigconf.pdf | Bin 599494 -> 599642 bytes .../doc/latex/acmart/sample-siggraph.pdf | Bin 1031921 -> 1032209 bytes .../texmf-dist/doc/latex/acmart/sample-sigplan.pdf | Bin 960121 -> 960298 bytes 14 files changed, 31 insertions(+), 3 deletions(-) (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 b90e372243b..97b03d12763 100644 --- a/Master/texmf-dist/doc/latex/acmart/Makefile +++ b/Master/texmf-dist/doc/latex/acmart/Makefile @@ -39,7 +39,7 @@ all: ${PDF} %.cls: %.ins %.dtx pdflatex $< -%.pdf: %.tex $(PACKAGE).cls +%.pdf: %.tex $(PACKAGE).cls ACM-Reference-Format.bst pdflatex $< - bibtex $* pdflatex $< diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README index a912373c93a..fb0f4c34c83 100644 --- a/Master/texmf-dist/doc/latex/acmart/README +++ b/Master/texmf-dist/doc/latex/acmart/README @@ -34,5 +34,8 @@ version 1.17 Formatting changes for margins and lists. Bug fixes. version 1.18 Natbib is now the default for all versions. A unified bib file is used for all styles. Better treatment of multiple affiliations. - +version 1.19 Include 'Abstract', 'Acknowledgements', and 'References' + in PDF bookmarks. + +version 1.20 Bug fixes, documentation updates diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.bib b/Master/texmf-dist/doc/latex/acmart/acmart.bib index 06f4ce82760..bb56301f3ee 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmart.bib +++ b/Master/texmf-dist/doc/latex/acmart/acmart.bib @@ -63,3 +63,27 @@ year = 2007 } +@Manual{Sommerfeldt13:Subcaption, + title = {The subcaption package}, + author = {Axel Sommerfeldt}, + month = {April}, + year = 2013, + note = {\url{http://www.ctan.org/pkg/subcaption}}, +} + + +@Manual{Nomencl, + title = {A package to create a nomenclature}, + author = {Boris Veytsman and Bern Schandl and Lee Netherton + and CV Radhakrishnan}, + month = {September}, + note = {\url{http://www.ctan.org/pkg/nomencl}}, + year = 2005} + +@Manual{Talbot16:Glossaries, + title = {User Manual for glossaries.sty v4.25}, + author = {Nicola L. C. Talbot}, + month = {June}, + year = 2016, + note = {\url{http://www.ctan.org/pkg/subcaption}}} + diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf index ac7ffe99f62..222df06761c 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/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf index 2251f7f8080..e41de09833b 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 2eab3c0f65f..a833b3bcfb3 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 696211eded7..b1c0aab946b 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 adc6d8eb2a8..c8be5efd8d9 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-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex index 7a7ca096cc1..b3862ee502c 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex +++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.tex @@ -1,6 +1,7 @@ \listfiles \documentclass[manuscript, review, screen]{acmart} -\setcitestyle{super,sort&compress} +%\setcitestyle{super,sort&compress} +\citestyle{acmauthoryear} \usepackage{booktabs} % For formal tables \usepackage[ruled]{algorithm2e} % For algorithms 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 b5a4d52f9eb..2b70a0b34d9 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 8451289eeae..c17438ec7ed 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.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf index c4f16a5e396..4f951be5022 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-siggraph.pdf b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf index c20049bdd02..496248964ea 100644 Binary files a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf and b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.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 749528509f4..5d316e48f93 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