diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-07 21:26:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-07 21:26:32 +0000 |
commit | d3a34e1a80d0e20d4ad8fa7c16a897fb9a90e35c (patch) | |
tree | d98f224edc64853a9d4b27bf6e4579bca4aedf01 /Master/texmf-dist/doc/latex/acmart | |
parent | aa378c63179f610e9d08b496b08d058e25024889 (diff) |
acmart (6aug16)
git-svn-id: svn://tug.org/texlive/trunk@41817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/acmart')
14 files changed, 31 insertions, 3 deletions
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 Binary files differindex ac7ffe99f62..222df06761c 100644 --- a/Master/texmf-dist/doc/latex/acmart/acmart.pdf +++ b/Master/texmf-dist/doc/latex/acmart/acmart.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf Binary files differindex 2251f7f8080..e41de09833b 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf Binary files differindex 2eab3c0f65f..a833b3bcfb3 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf Binary files differindex 696211eded7..b1c0aab946b 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf Binary files differindex adc6d8eb2a8..c8be5efd8d9 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf 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 Binary files differindex b5a4d52f9eb..2b70a0b34d9 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf Binary files differindex 8451289eeae..c17438ec7ed 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf Binary files differindex c4f16a5e396..4f951be5022 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf Binary files differindex c20049bdd02..496248964ea 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf diff --git a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf Binary files differindex 749528509f4..5d316e48f93 100644 --- a/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf +++ b/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf |