summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-02-25 01:19:42 +0000
committerKarl Berry <karl@freefriends.org>2020-02-25 01:19:42 +0000
commitee9bd506b9173d5ba88462a23050a184dcf99cca (patch)
treebfeeace0a02e66c8121322402fc551ecfa3465b9
parent32a9c69b94accb39cfceebe78b4793af26540399 (diff)
acmart (25feb20)
git-svn-id: svn://tug.org/texlive/trunk@53899 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst7
-rw-r--r--Master/texmf-dist/doc/latex/acmart/README3
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmart.pdfbin813134 -> 840485 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/acmguide.pdfbin405659 -> 405668 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdfbin563757 -> 564476 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdfbin1008637 -> 1009110 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdfbin573713 -> 574924 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdfbin520808 -> 521652 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdfbin1000662 -> 1001590 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib29
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdfbin573605 -> 574341 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdfbin460322 -> 461051 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdfbin574564 -> 575173 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdfbin996887 -> 997807 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdfbin1006153 -> 1006831 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdfbin630413 -> 631300 bytes
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex5
-rw-r--r--Master/texmf-dist/doc/latex/acmart/samples/samples.dtx5
-rw-r--r--Master/texmf-dist/source/latex/acmart/acmart.dtx18
-rw-r--r--Master/texmf-dist/tex/latex/acmart/acmart.cls8
30 files changed, 84 insertions, 41 deletions
diff --git a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
index 8b97b188124..80ed3bb23f5 100644
--- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
+++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
@@ -717,16 +717,15 @@ FUNCTION { output.eprint } %
}
{ "[" archiveprefix "l" change.case$ "]" * * * }
if$
- "{" *
+ "{" eprint "}" * * *
primaryclass empty.or.unknown
{ eprintclass empty.or.unknown
{ }
- { eprintclass "/" * * }
+ { "~[" eprintclass "]" * * * }
if$
}
- { primaryclass "/" * * }
+ { "~[" primaryclass "]" * * * }
if$
- eprint "}" * *
writeln
}
if$
diff --git a/Master/texmf-dist/doc/latex/acmart/README b/Master/texmf-dist/doc/latex/acmart/README
index c0781d2b64e..8a23c4c2a58 100644
--- a/Master/texmf-dist/doc/latex/acmart/README
+++ b/Master/texmf-dist/doc/latex/acmart/README
@@ -259,3 +259,6 @@ Version 1.68 Bug fixes
Version 1.69 Bug fixes
Compatibility with LaTeX 2020-02-02 release
+
+Version 1.70 Title change for ACM/IMS Transactions on Data Science
+ Bug fixes for bibliography
diff --git a/Master/texmf-dist/doc/latex/acmart/acmart.pdf b/Master/texmf-dist/doc/latex/acmart/acmart.pdf
index f54d34e6e0e..8c98fc64b66 100644
--- a/Master/texmf-dist/doc/latex/acmart/acmart.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/acmart.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
index 1d7121c44f3..3fb7c9a5c69 100644
--- a/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
index 5a05ff8d3b0..d5ab7238d58 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
index cfc8c33d8c2..2270023c207 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
@@ -604,8 +604,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
index fd0221fe85a..3f90e052beb 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex
index 675bc73a1ed..803231a7387 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex
@@ -614,8 +614,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
index bd87b06be8a..57bd85df9f4 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
index a0c7a14b27c..4c0683a119b 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
@@ -604,8 +604,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
index c4ed5e87cff..361822c0ff3 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
index 8e9e4e8a019..6c727582b65 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
@@ -602,8 +602,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
index a05f96b4410..4e1c8b52ba0 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
index a76254ef0db..64a724965a5 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
@@ -614,8 +614,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib b/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib
index dde657f8854..561e5e170ab 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib
@@ -1598,3 +1598,32 @@ pages = "24--31"}
{http://www.iesl.cs.umass.edu/data/data-umasscitationfield},
lastaccessed = {May 27, 2019}
}
+
+@Eprint{Bornmann2019,
+ author = {Bornmann, Lutz and Wray, K. Brad and Haunschild,
+ Robin},
+ title = {Citation concept analysis {(CCA)}---A new form of
+ citation analysis revealing the usefulness of
+ concepts for other researchers illustrated by two
+ exemplary case studies including classic books by
+ {Thomas S.~Kuhn} and {Karl R.~Popper}},
+ keywords = {Computer Science - Digital Libraries},
+ year = 2019,
+ month = "May",
+ eid = {arXiv:1905.12410},
+archivePrefix = {arXiv},
+ eprint = {1905.12410},
+ primaryClass = {cs.DL},
+}
+
+@Eprint{AnzarootPBM14,
+ author = {Sam Anzaroot and
+ Alexandre Passos and
+ David Belanger and
+ Andrew McCallum},
+ title = {Learning Soft Linear Constraints with Application to
+ Citation Field Extraction},
+ year = {2014},
+ archivePrefix = {arXiv},
+ eprint = {1403.1349},
+}
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
index 53500a24982..3c16480ab53 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
index 386d4133422..70d7e982b65 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
@@ -604,8 +604,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf
index 46e9f4c8ab3..7b8c796a50f 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex
index 9a2f151da98..04cc67ddc33 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi-a.tex
@@ -604,8 +604,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf
index 906f91858e2..18cd73a8cb8 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex
index e929e568a38..388b4cee1e1 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigchi.tex
@@ -604,8 +604,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
index 592dbb49f56..f11436a101c 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
index 272569c897a..3236ca5554c 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
@@ -614,8 +614,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
index f8cf4e026a0..3693877765b 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
index 9b873b40a86..ee60434b70a 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
@@ -614,8 +614,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
index f7273d85953..620d2448cfc 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
index f078529a445..a1ab8bf1470 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
+++ b/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
@@ -614,8 +614,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx b/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
index 0c9e2514bb0..e4236f1e4a9 100644
--- a/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
+++ b/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
@@ -637,8 +637,9 @@ command in the {\bfseries preamble} (before the command
symposium, workshop for example) (paginated proceedings article)
\cite{Andler79}, a proceedings article with all possible elements
\cite{Smith10}, an example of an enumerated proceedings article
- \cite{VanGundy07}, an informally published work \cite{Harel78}, a
- doctoral dissertation \cite{Clarkson85}, a master's thesis:
+ \cite{VanGundy07}, an informally published work \cite{Harel78},
+ a couple of preprints \cite{Bornmann2019, AnzarootPBM14},
+ a doctoral dissertation \cite{Clarkson85}, a master's thesis:
\cite{anisi03}, an online document / world wide web resource
\cite{Thornburg01, Ablamowicz07, Poker06}, a video game (Case 1)
\cite{Obama08} and (Case 2) \cite{Novak03} and \cite{Lee05} and
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx
index 389e3e6e35f..72e256f18cd 100644
--- a/Master/texmf-dist/source/latex/acmart/acmart.dtx
+++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx
@@ -1773,7 +1773,7 @@
% Information Processing\\
% TAP & ACM Transactions on Applied Perception \\
% TCPS & ACM Transactions on Cyber-Physical Systems\\
-% TDS & ACM Transactions on Data Science\\
+% TDS & ACM/IMS Transactions on Data Science\\
% TEAC & ACM Transactions on Economics and Computation\\
% TECS & ACM Transactions on Embedded Computing Systems \\
% TELO & ACM Transactions on Evolutionary Learning \\
@@ -1842,7 +1842,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
-[2020/02/08 v1.69 Typesetting articles for the Association for Computing Machinery]
+[2020/02/22 v1.70 Typesetting articles for the Association for Computing Machinery]
% \end{macrocode}
%
% \changes{v1.00}{2016/04/14}{First released version}
@@ -3521,6 +3521,7 @@
% \changes{v1.46}{2017/08/25}{PACM now set screen to true}
% \changes{v1.53}{2018/04/14}{Added PACMCGIT, TIOT, TDSCI}
% \changes{v1.58}{2019/03/29}{Added HEALTH. TDSCI is renamed to TDS}
+% \changes{1.70}{2020/02/22}{Name change for TDS}
%
% We use the |xkeyval| interface to define journal titles and the relevant
% information
@@ -3687,8 +3688,8 @@
\or % TCPS
\def\@journalName{ACM Transactions on Cyber-Physical Systems}%
\or % TDS
- \def\@journalName{ACM Transactions on Data Science}%
- \def\@journalNameShort{ACM Trans. Data Sci.}%
+ \def\@journalName{ACM/IMS Transactions on Data Science}%
+ \def\@journalNameShort{ACM/IMS Trans. Data Sci.}%
\def\@permissionCodeOne{2577-3224}%
\or % TEAC
\def\@journalName{ACM Transactions on Economics and Computation}%
@@ -7076,17 +7077,16 @@
%
% \begin{macro}{\showeprint}
% \changes{v1.21}{2016/09/04}{Added macro}
-% The command \cs{showeprint} has two arguments: the (optional) prefix
-% and the eprint number. Right now the only prefix we understand is
-% the (lowercase) word `arxiv' (see
-% \url{http://arxiv.org/hypertex/bibstyles/}).
+% The command \cs{showeprint} has two arguments: the (optional)
+% prefix and the eprint number. Right now the only prefix we understand is
+% the (lowercase) word `arxiv'.
% \begin{macrocode}
\newcommand\showeprint[2][arxiv]{%
\def\@tempa{#1}%
\ifx\@tempa\@empty\def\@tempa{arxiv}\fi
\def\@tempb{arxiv}%
\ifx\@tempa\@tempb
- arXiv:\href{http://arxiv.org/abs/#2}{#2}\else arXiv:#2%
+ arXiv:\href{https://arxiv.org/abs/#2}{#2}\else arXiv:#2%
\fi}
% \end{macrocode}
%
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls
index fbd701269ad..35fb12ec038 100644
--- a/Master/texmf-dist/tex/latex/acmart/acmart.cls
+++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls
@@ -37,7 +37,7 @@
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart}
-[2020/02/08 v1.69 Typesetting articles for the Association for Computing Machinery]
+[2020/02/22 v1.70 Typesetting articles for the Association for Computing Machinery]
\def\@classname{acmart}
\InputIfFileExists{acmart-preload-hook.tex}{%
\ClassWarning{\@classname}{%
@@ -1042,8 +1042,8 @@
\or % TCPS
\def\@journalName{ACM Transactions on Cyber-Physical Systems}%
\or % TDS
- \def\@journalName{ACM Transactions on Data Science}%
- \def\@journalNameShort{ACM Trans. Data Sci.}%
+ \def\@journalName{ACM/IMS Transactions on Data Science}%
+ \def\@journalNameShort{ACM/IMS Trans. Data Sci.}%
\def\@permissionCodeOne{2577-3224}%
\or % TEAC
\def\@journalName{ACM Transactions on Economics and Computation}%
@@ -2899,7 +2899,7 @@
\ifx\@tempa\@empty\def\@tempa{arxiv}\fi
\def\@tempb{arxiv}%
\ifx\@tempa\@tempb
- arXiv:\href{http://arxiv.org/abs/#2}{#2}\else arXiv:#2%
+ arXiv:\href{https://arxiv.org/abs/#2}{#2}\else arXiv:#2%
\fi}
\let\@vspace@orig=\@vspace
\let\@vspacer@orig=\@vspacer