texlive[61233] Master/texmf-dist: acmart (6dec21)

commits+karl at tug.org commits+karl at tug.org
Mon Dec 6 22:23:29 CET 2021


Revision: 61233
          http://tug.org/svn/texlive?view=revision&revision=61233
Author:   karl
Date:     2021-12-06 22:23:29 +0100 (Mon, 06 Dec 2021)
Log Message:
-----------
acmart (6dec21)

Modified Paths:
--------------
    trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
    trunk/Master/texmf-dist/doc/latex/acmart/README
    trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
    trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
    trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
    trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls

Modified: trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst	2021-12-06 21:23:29 UTC (rev 61233)
@@ -64,6 +64,7 @@
         isbn-13       % UTAH
         issn          % UTAH
         lccn          % UTAH
+	distinctURL   % whether to print url if doi is present
   }
   {}
   { label.year extra.label sort.year sort.label basic.label.year}
@@ -150,6 +151,16 @@
   if$
 }
 
+FUNCTION { empty.or.zero }
+{ 
+  %% Examine the top entry and push 1 if it is empty, or is zero
+  duplicate$ empty$
+    { pop$ #1 }
+    { "0" = }
+  if$
+}
+
+
 FUNCTION { writeln }
 {
   %% In BibTeX style files, the sequences
@@ -737,10 +748,14 @@
 % Changes by BV 2011/04/15.  Do not output
 % url if doi is defined
 %
+%
+% Changes by BV 2021/11/26.  Output url even if doi is defined
+% if distinctURL is not zero.
+%
 FUNCTION { output.url } % UTAH
 { % return with stack untouched
   % output URL and associated lastaccessed fields
-  doi empty.or.unknown
+  doi empty.or.unknown distinctURL empty.or.zero not or
   {
     url empty.or.unknown
       { }
@@ -2048,10 +2063,12 @@
 FUNCTION { output.bibitem }
 {
   newline$
-  "\bibitem[\protect\citeauthoryear{" write$
-  calc.label write$
+  "\bibitem[" write$
+  calc.basic.label write$
+  "(" write$
   sort.year write$
-  "}]%" writeln
+  ")" write$
+  "]%" writeln
   "        {" write$
   cite$ write$
   "}" writeln

Modified: trunk/Master/texmf-dist/doc/latex/acmart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/README	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README	2021-12-06 21:23:29 UTC (rev 61233)
@@ -12,141 +12,149 @@
 
 Changes
 
-version 1.08    SIGPLAN reformatting (Matthew Fluet); bug fixes
+Version 1.81   Bug fixes
+	       New bib field distinctURL to print URL even if doi is present.
+	       Reworded samples
 
-version 1.09    SIGPLAN: revert caption rules (Matthew Fluet)
+Version 1.80   New journals: DLT, FAC
 
-version 1.10    Bug fixes
+Version 1.79   Fixed pages with index
+	       (https://github.com/borisveytsman/acmart/issues/440)
+	       Updated information for TAP, TCPS, TEAC
 
-version 1.11    Customization of ACM theorem styles and proof
-                environment (Matthew Fluet).
+Version 1.78   Documentation update.
+	       Magic texcount comments for samples.
+	       Title page now is split if there are too many authors
+	       Bug fixes.
 
-version 1.12    Bug fixes and documentation updates.
-                Footnotes rearranged.
-                Option natbib is now mostly superfluous: the class
-                makes a guess based on the format chosen.
+Version 1.77   Changed the way to typeset multiple affiliations (Christoph Sommer)
 
-version 1.13    Formatting changes: headers, folios etc.
-                Bibliography changes.
+Version 1.76   Added many journal abbreviations to the bst.
+	       New experimental option: pbalance
+	       ORCID linking code
 
-version 1.14    Warn about undefined citation styles; move definitions
-                of acmauthoryear and acmnumeric citation styles before
-                use.
+Version 1.75   \country is now obligatory for addresses.
+	       Added \AtBeginMaketitle
 
-version 1.15    New structured affiliation command.
-                New commands for acknowledgements.
+Version 1.74   Bug fixes.  A regression introduced in the font changes
+	       is reverted.
 
-version 1.16    Formatting changes for headers and footers.
+Version 1.73   Bug fixes
+	       The elements institution, city and country are now obligatory
+	       for affiliations
 
-version 1.17    Formatting changes for margins and lists.  Bug fixes.
+Version 1.72   Bug fixes.  Better handling of metadata.
 
-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.71   Bug fixes
+               Formats sigchi and sigchi-a are retired
+	       Bibliography formatting changes for @inproceedings entries
+	       having both series and volume
+	       LuaLaTeX now uses the same OTF fonts as XeLaTeX
 
-version 1.19    Include 'Abstract', 'Acknowledgements', and 'References'
-                in PDF bookmarks.
+Version 1.70   Title change for ACM/IMS Transactions on Data Science
+               Bug fixes for bibliography
 
-version 1.20    Bug fixes, documentation updates
+Version 1.69   Bug fixes
+	       Compatibility with LaTeX 2020-02-02 release
 
-version 1.21    Bibliography changes: added arXiv, some cleanup
+Version 1.68   Bug fixes
+               BST now recognizes words `Paper' or 'Article' in
+	       eid or articleno
 
-version 1.22    Bibliography changes for Aptara backend; should be
-                invisible for the users.
+Version 1.67   Urgent bug fixes:
+	       BibTeX style bug fixed (Michael D. Adams)
+	       Sigplan special section bugfix
 
-version 1.23    Added PACM PL journal option.
+Version 1.66   Bug fixes
+	       BibTeX change:  location is now a synonym for city (Feras Saad) 
+	       ACM reference format is now mandatory for papers over one page.
+	       CCS concepts and keywords are now mandatory for
+	       papers over two pages.
+	       Authors' addresses are mandatory for journal articles.
 
-version 1.24    Added IMWUT journal option.
+Version 1.65   Bug fixes
+	       New journal: DGOV
+	       DTRAP and HEALTH are now using acmlarge format
 
-version 1.25    Updated PACMPL journal option.
+Version 1.64    Produce error if abstract is entered after maketitle
+		(previously abstract was silently dropped)
+		Bug fixes for line numbering
 
-version 1.26    Bug fixes
+Version 1.63a   Moved TQUANT to TQC
 
-version 1.27    Bug fixes
+Version 1.63	New journals: TQUANT, FACMP
 
-version 1.28    Bug fixes: natbib=false now behaves correctly.
+Version 1.62    Documentation update
+		New journal: TELO
+		Bug fixes
 
-version 1.29    Documentation changes.  Head height increased from 12pt to 13pt.
-                Removed spurious indent at start of abstract.
-                Improved kerning in CCS description list.
+Version 1.61    Bug fixes
+                New bibtex types for artifacts
 
-version 1.30    Bibtex style now recognizes https:// in doi.
-                Added \frenchspacing.
-                \department now has an optional hierarchy level.
-                Switched to T1 encoding
-                Updated IMWUT and PACMPL
+Version 1.60    New option: urlbreakonhyphens (thanks to Peter Kemp)
+		Smaller header size for acmsmall
 
-version 1.31    Changed default year and month to the current ones
-                (thanks to Matteo Riondato)
-                Table of contents now works
-                Marginalia now work in all formats
-                New command \additionalaffiliation
-                Documentation changes
+Version 1.59    Now a journal format can be used for conference proceedings
+		All samples are now generated from the same .dtx file
+		Bug fixes
 
-version 1.32    New DOI formatting.
-                Format siggraph is now obsolete, and sigconf
-                is used instead.
-                New proceedings title: POMACS.
+Version 1.58    Suppressed spurious warnings.
+		New journal:  HEALTH.
+		TDSCI is renamed to TDS.
 
-version 1.33    New option `timestamp' (Michael D. Adams)
-                New option `authordraft'
-                Documentation updates
-                Bug fixes
-                We now use Type 1 versions of Libertine fonts even with XeTeX.
-                New hook acmart-preload-hook.tex (wizards only!)
-                Added new options `obeypunctuation' for \affiliation command
-                Added SubmissionID
-                Added right line count ruler for two-column formats
-                Added workaround for Adobe Acrobat bugs in selection
-                Added eid field to the bibliography
+Version 1.57    Change of \baselinestretch now produces an error
+                Booktabs is now always loaded
+                Added option `balance' to balance last page in two-column mode
+                E-mail is no longer split in addresses
+                New samples (Stephen Spencer)
 
-version 1.34    Deleted DOI from doi numbers
-                Changed bibstrip formatting
-                The command \terms is now obsolete
-                The rulers in review mode now have continuous numbering
+Version 1.56    Bug fixes
+                Added \flushbottom to two column formats (Philip Quinn)
+                The final punctuation for the list of concepts
+                is now a period instead of a semicolon (Philip Quinn)
+                New command \Description to describe images for visually
+                impaired users.
 
-version 1.35    Author-year bib style now uses square brackets.
-                Changed defaults for TOG sample
-                Price is suppressed for usgov and rightsretained modes.
-                Bugs fixed
+Version 1.55    Bug fixes
+                Font changes for SIGCHI table captions
 
-Version 1.36    Bug fixes
-                Moved PACMPL to acmlarge format
-                New journal: PACMHCI
-                Added the possibility to adjust number of author
-                boxes per row in conference formats
+Version 1.54    New option: 'nonacm' (Gabriel Scherer)
+                Deleted indent for subsubsection (suggested by Ross Moore)
+                Suppressed some obscurious warning in BibTeX processing
+                Suppressed hyperrerf warnings (Paolo G. Giarrusso)
+                New code for sections to help with accessibility patches
+                (Ross Moore)
+                Submission id, if present, is printed in anon mode
+                Bug fixes
 
-Version 1.37    Reduce list indentation (Matthew Fluet)
+Version 1.53    New journals: PACMCGIT, TIOT, TDSCI
 
-Version 1.38    Increase default font size for SIGPLAN
+Version 1.52    Another rewording of licenses
 
-Version 1.39    Added \authornotemark commmand
+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.
 
-Version 1.40    Bibliography changes
-                Added processing of one-compoment ccsdesc nodes
-                Bug fixes.
-                Made the height a multiple of \baselineskip + \topskip
-                Added cleveref
-                We no longer print street address in SIGs
+Version 1.50    Changes in iw3c2w3 and iw3c2w3g
 
-Version 1.41    Rearranged bib files
-                Added new badges
+Version 1.49    New jorunal:  DTRAP
 
-Version 1.42    Deleted ACM badges
-                Bug fixes
+Version 1.48    Bug fixes
+                Review mode now switches on folios
+                Code prettying (Michael D. Adams)
+                Bibliography changes: @MISC entries no longer have a
+                separate date
+                Sigch-a sample bibliography renamed
+                Bib code cleanup (Zack Weinberg)
+                Acmart and version info are added to pdfcreator tag
+                \citeyear no longer produces parenthetical year
+                Added initial support for Biblatex (Daniel Thomas)
+                Added support for IW3C2 conferences
 
-Version 1.43    Bug fixes
+Version 1.47    New journal: THRI
 
-Version 1.44    Bug fixes.
-                Empty DOI and ISBN suppress printing DOI or ISBN lines
-                Separated theorem code into acmthm.sty, loaded by default.
-                Article number can be set for proceedings.
-                New commands: \acmBooktile, \editor.
-                Reference citation format updated.
-
-Version 1.45    Workaround for a Libertine bug.  Thanks to LianTze Lim
-                from Overleaf
-
 Version 1.46    Bug fixes for bibliography: label width is now calculated
                 correctly.
                 All PACM now use screen option.  This requires etoolbox.
@@ -159,142 +167,138 @@
                 Deleted new line before doi in the reference format.
                 Reintegrated theorem code into acmart.dtx (Matthew Fluet)
 
-Version 1.47    New journal: THRI
+Version 1.45    Workaround for a Libertine bug.  Thanks to LianTze Lim
+                from Overleaf
 
-Version 1.48    Bug fixes
-                Review mode now switches on folios
-                Code prettying (Michael D. Adams)
-                Bibliography changes: @MISC entries no longer have a
-                separate date
-                Sigch-a sample bibliography renamed
-                Bib code cleanup (Zack Weinberg)
-                Acmart and version info are added to pdfcreator tag
-                \citeyear no longer produces parenthetical year
-                Added initial support for Biblatex (Daniel Thomas)
-                Added support for IW3C2 conferences
+Version 1.44    Bug fixes.
+                Empty DOI and ISBN suppress printing DOI or ISBN lines
+                Separated theorem code into acmthm.sty, loaded by default.
+                Article number can be set for proceedings.
+                New commands: \acmBooktile, \editor.
+                Reference citation format updated.
 
-Version 1.49    New jorunal:  DTRAP
+Version 1.43    Bug fixes
 
-Version 1.50    Changes in iw3c2w3 and iw3c2w3g
+Version 1.42    Deleted ACM badges
+                Bug fixes
 
-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.
+Version 1.41    Rearranged bib files
+                Added new badges
 
-Version 1.52    Another rewording of licenses
+Version 1.40    Bibliography changes
+                Added processing of one-compoment ccsdesc nodes
+                Bug fixes.
+                Made the height a multiple of \baselineskip + \topskip
+                Added cleveref
+                We no longer print street address in SIGs
 
-Version 1.53    New journals: PACMCGIT, TIOT, TDSCI
+Version 1.39    Added \authornotemark commmand
 
-Version 1.54    New option: 'nonacm' (Gabriel Scherer)
-                Deleted indent for subsubsection (suggested by Ross Moore)
-                Suppressed some obscurious warning in BibTeX processing
-                Suppressed hyperrerf warnings (Paolo G. Giarrusso)
-                New code for sections to help with accessibility patches
-                (Ross Moore)
-                Submission id, if present, is printed in anon mode
-                Bug fixes
+Version 1.38    Increase default font size for SIGPLAN
 
-Version 1.55    Bug fixes
-                Font changes for SIGCHI table captions
+Version 1.37    Reduce list indentation (Matthew Fluet)
 
-Version 1.56    Bug fixes
-                Added \flushbottom to two column formats (Philip Quinn)
-                The final punctuation for the list of concepts
-                is now a period instead of a semicolon (Philip Quinn)
-                New command \Description to describe images for visually
-                impaired users.
+Version 1.36    Bug fixes
+                Moved PACMPL to acmlarge format
+                New journal: PACMHCI
+                Added the possibility to adjust number of author
+                boxes per row in conference formats
 
-Version 1.57    Change of \baselinestretch now produces an error
-                Booktabs is now always loaded
-                Added option `balance' to balance last page in two-column mode
-                E-mail is no longer split in addresses
-                New samples (Stephen Spencer)
+Version 1.35    Author-year bib style now uses square brackets.
+                Changed defaults for TOG sample
+                Price is suppressed for usgov and rightsretained modes.
+                Bugs fixed
 
-Version 1.58    Suppressed spurious warnings.
-		New journal:  HEALTH.
-		TDSCI is renamed to TDS.
+Version 1.34    Deleted DOI from doi numbers
+                Changed bibstrip formatting
+                The command \terms is now obsolete
+                The rulers in review mode now have continuous numbering
 
-Version 1.59    Now a journal format can be used for conference proceedings
-		All samples are now generated from the same .dtx file
-		Bug fixes
+Version 1.33    New option `timestamp' (Michael D. Adams)
+                New option `authordraft'
+                Documentation updates
+                Bug fixes
+                We now use Type 1 versions of Libertine fonts even with XeTeX.
+                New hook acmart-preload-hook.tex (wizards only!)
+                Added new options `obeypunctuation' for \affiliation command
+                Added SubmissionID
+                Added right line count ruler for two-column formats
+                Added workaround for Adobe Acrobat bugs in selection
+                Added eid field to the bibliography
 
-version 1.60    New option: urlbreakonhyphens (thanks to Peter Kemp)
-		Smaller header size for acmsmall
+Version 1.32    New DOI formatting.
+                Format siggraph is now obsolete, and sigconf
+                is used instead.
+                New proceedings title: POMACS.
 
-Version 1.61    Bug fixes
-                New bibtex types for artifacts
+Version 1.31    Changed default year and month to the current ones
+                (thanks to Matteo Riondato)
+                Table of contents now works
+                Marginalia now work in all formats
+                New command \additionalaffiliation
+                Documentation changes
 
-Version 1.62    Documentation update
-		New journal: TELO
-		Bug fixes
+Version 1.30    Bibtex style now recognizes https:// in doi.
+                Added \frenchspacing.
+                \department now has an optional hierarchy level.
+                Switched to T1 encoding
+                Updated IMWUT and PACMPL
 
-Version 1.63	New journals: TQUANT, FACMP
+Version 1.29    Documentation changes.  Head height increased from 12pt to 13pt.
+                Removed spurious indent at start of abstract.
+                Improved kerning in CCS description list.
 
-Version 1.63a   Moved TQUANT to TQC
+Version 1.28    Bug fixes: natbib=false now behaves correctly.
 
-Version 1.64    Produce error if abstract is entered after maketitle
-		(previously abstract was silently dropped)
-		Bug fixes for line numbering
+Version 1.27    Bug fixes
 
-Version 1.65   Bug fixes
-	       New journal: DGOV
-	       DTRAP and HEALTH are now using acmlarge format
+Version 1.26    Bug fixes
 
-Version 1.66   Bug fixes
-	       BibTeX change:  location is now a synonym for city (Feras Saad) 
-	       ACM reference format is now mandatory for papers over one page.
-	       CCS concepts and keywords are now mandatory for
-	       papers over two pages.
-	       Authors' addresses are mandatory for journal articles.
+Version 1.25    Updated PACMPL journal option.
 
-Version 1.67   Urgent bug fixes:
-	       BibTeX style bug fixed (Michael D. Adams)
-	       Sigplan special section bugfix
+Version 1.24    Added IMWUT journal option.
 
-Version 1.68   Bug fixes
-               BST now recognizes words `Paper' or 'Article' in
-	       eid or articleno
+Version 1.23    Added PACM PL journal option.
 
-Version 1.69   Bug fixes
-	       Compatibility with LaTeX 2020-02-02 release
+Version 1.22    Bibliography changes for Aptara backend; should be
+                invisible for the users.
 
-Version 1.70   Title change for ACM/IMS Transactions on Data Science
-               Bug fixes for bibliography
+Version 1.21    Bibliography changes: added arXiv, some cleanup
 
+Version 1.20    Bug fixes, documentation updates
 
-Version 1.71   Bug fixes
-               Formats sigchi and sigchi-a are retired
-	       Bibliography formatting changes for @inproceedings entries
-	       having both series and volume
-	       LuaLaTeX now uses the same OTF fonts as XeLaTeX
+Version 1.19    Include 'Abstract', 'Acknowledgements', and 'References'
+                in PDF bookmarks.
 
-Version 1.72   Bug fixes.  Better handling of metadata.
+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.73   Bug fixes
-	       The elements institution, city and country are now obligatory
-	       for affiliations
 
-Version 1.74   Bug fixes.  A regression introduced in the font changes
-	       is reverted.
+Version 1.17    Formatting changes for margins and lists.  Bug fixes.
 
-Version 1.75.  \country is now obligatory for addresses.
-	       Added \AtBeginMaketitle
+Version 1.16    Formatting changes for headers and footers.
 
-Version 1.76.  Added many journal abbreviations to the bst.
-	       New experimental option: pbalance
-	       ORCID linking code
+Version 1.15    New structured affiliation command.
+                New commands for acknowledgements.
 
-Version 1.77.  Changed the way to typeset multiple affiliations (Christoph Sommer)
+Version 1.14    Warn about undefined citation styles; move definitions
+                of acmauthoryear and acmnumeric citation styles before
+                use.
 
-Version 1.78.  Documentation update.
-	       Magic texcount comments for samples.
-	       Title page now is split if there are too many authors
-	       Bug fixes.
+Version 1.13    Formatting changes: headers, folios etc.
+                Bibliography changes.
 
-Version 1.79.  Fixed pages with index
-	       (https://github.com/borisveytsman/acmart/issues/440)
-	       Updated information for TAP, TCPS, TEAC
+Version 1.12    Bug fixes and documentation updates.
+                Footnotes rearranged.
+                Option natbib is now mostly superfluous: the class
+                makes a guess based on the format chosen.
 
-Version 1.80.  New journals: DLT, FAC
+Version 1.11    Customization of ACM theorem styles and proof
+                environment (Matthew Fluet).
+
+Version 1.10    Bug fixes
+
+Version 1.09    SIGPLAN: revert caption rules (Matthew Fluet)
+
+Version 1.08    SIGPLAN reformatting (Matthew Fluet); bug fixes

Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmguide.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,7 +51,7 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 
 %%
@@ -278,17 +278,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -300,13 +300,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -351,9 +351,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -706,11 +707,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,13 +51,12 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY}
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 
@@ -288,17 +287,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -310,13 +309,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -361,9 +360,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -716,11 +716,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-submission.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,7 +51,7 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 
 %%
@@ -278,17 +278,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -300,13 +300,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -351,9 +351,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -706,11 +707,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,7 +51,7 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 
 %%
@@ -278,17 +278,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -300,13 +300,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -351,9 +351,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -706,11 +707,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,7 +51,7 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 
 %%
@@ -276,17 +276,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -298,13 +298,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -349,9 +349,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -704,11 +705,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-authordraft.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,13 +51,12 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY}
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 
@@ -288,17 +287,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -310,13 +309,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -361,9 +360,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -716,11 +716,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-base.bib	2021-12-06 21:23:29 UTC (rev 61233)
@@ -647,6 +647,7 @@
   number =       "",
   series =       "",
   organization = "",
+  distinctURL = 1
 }
 
 

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-lualatex.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,13 +51,12 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY}
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 
@@ -288,17 +287,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -310,13 +309,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -361,9 +360,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -716,11 +716,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,13 +51,12 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY}
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 
@@ -278,17 +277,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -300,13 +299,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -351,9 +350,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -706,11 +706,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,13 +51,12 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY}
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 
@@ -288,17 +287,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -310,13 +309,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -361,9 +360,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -716,11 +716,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,13 +51,12 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY}
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 
@@ -288,17 +287,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -310,13 +309,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -361,9 +360,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -716,11 +716,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-xelatex.tex	2021-12-06 21:23:29 UTC (rev 61233)
@@ -51,13 +51,12 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY}
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY}
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 
@@ -288,17 +287,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -310,13 +309,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -361,9 +360,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -716,11 +716,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx	2021-12-06 21:23:29 UTC (rev 61233)
@@ -42,15 +42,20 @@
 \setcopyright{acmcopyright}
 \copyrightyear{2018}
 \acmYear{2018}
-\acmDOI{10.1145/1122445.1122456}
+\acmDOI{XXXXXXX.XXXXXXX}
 
 %</manuscript|acmsmall|acmsmall-submission|acmlarge|acmtog|sigconf|authordraft|sigplan|sigchi|sigchi-a|acmsmall-conf>
 %<*manuscript|sigconf|authordraft|sigplan|sigchi|sigchi-a|acmsmall-conf>
 %% These commands are for a PROCEEDINGS abstract or paper.
-\acmConference[Woodstock '18]{Woodstock '18: ACM Symposium on Neural
-  Gaze Detection}{June 03--05, 2018}{Woodstock, NY} 
-\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
-  June 03--05, 2018, Woodstock, NY} 
+\acmConference[Conference acronym 'XX]{Make sure to enter the correct
+  conference title from your rights confirmation emai}{June 03--05,
+  2018}{Woodstock, NY}
+%
+%  Uncomment \acmBooktitle if th title of the proceedings is different
+%  from ``Proceedings of ...''!
+%
+%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
+%  June 03--05, 2018, Woodstock, NY} 
 \acmPrice{15.00}
 \acmISBN{978-1-4503-XXXX-X/18/06}
 %</manuscript|sigconf|authordraft|sigplan|sigchi|sigchi-a|acmsmall-conf>
@@ -301,17 +306,17 @@
 Journals use one of three template styles. All but three ACM journals
 use the {\verb|acmsmall|} template style:
 \begin{itemize}
-\item {\verb|acmsmall|}: The default journal template style.
-\item {\verb|acmlarge|}: Used by JOCCH and TAP.
-\item {\verb|acmtog|}: Used by TOG.
+\item {\texttt{acmsmall}}: The default journal template style.
+\item {\texttt{acmlarge}}: Used by JOCCH and TAP.
+\item {\texttt{acmtog}}: Used by TOG.
 \end{itemize}
 
 The majority of conference proceedings documentation will use the {\verb|acmconf|} template style.
 \begin{itemize}
-\item {\verb|acmconf|}: The default proceedings template style.
-\item{\verb|sigchi|}: Used for SIGCHI conference articles.
-\item{\verb|sigchi-a|}: Used for SIGCHI ``Extended Abstract'' articles.
-\item{\verb|sigplan|}: Used for SIGPLAN conference articles.
+\item {\texttt{acmconf}}: The default proceedings template style.
+\item{\texttt{sigchi}}: Used for SIGCHI conference articles.
+\item{\texttt{sigchi-a}}: Used for SIGCHI ``Extended Abstract'' articles.
+\item{\texttt{sigplan}}: Used for SIGPLAN conference articles.
 \end{itemize}
 
 \subsection{Template Parameters}
@@ -323,13 +328,13 @@
 
 Frequently-used parameters, or combinations of parameters, include:
 \begin{itemize}
-\item {\verb|anonymous,review|}: Suitable for a ``double-blind''
+\item {\texttt{anonymous,review}}: Suitable for a ``double-blind''
   conference submission. Anonymizes the work and includes line
-  numbers. Use with the \verb|\acmSubmissionID| command to print the
+  numbers. Use with the \texttt{\acmSubmissionID} command to print the
   submission's unique ID on each page of the work.
-\item{\verb|authorversion|}: Produces a version of the work suitable
+\item{\texttt{authorversion}}: Produces a version of the work suitable
   for posting by the author.
-\item{\verb|screen|}: Produces colored hyperlinks.
+\item{\texttt{screen}}: Produces colored hyperlinks.
 \end{itemize}
 
 This document uses the following string as the first command in the
@@ -384,9 +389,10 @@
 \section{Authors and Affiliations}
 
 Each author must be defined separately for accurate metadata
-identification. Multiple authors may share one affiliation. Authors'
-names should not be abbreviated; use full first names wherever
-possible. Include authors' e-mail addresses whenever possible.
+identification.  As an exception, multiple authors may share one
+affiliation. Authors' names should not be abbreviated; use full first
+names wherever possible. Include authors' e-mail addresses whenever
+possible.
 
 Grouping authors' names or e-mail addresses, or providing an ``e-mail
 alias,'' as shown below, is not acceptable:
@@ -745,11 +751,11 @@
 a wide left margin. Three environments are available for use with the
 ``\verb|sigchi-a|'' template style, and produce formatted output in
 the margin:
-\begin{itemize}
-\item {\verb|sidebar|}:  Place formatted text in the margin.
-\item {\verb|marginfigure|}: Place a figure in the margin.
-\item {\verb|margintable|}: Place a table in the margin.
-\end{itemize}
+\begin{description}
+\item[\texttt{sidebar}:]  Place formatted text in the margin.
+\item[\texttt{marginfigure}:] Place a figure in the margin.
+\item[\texttt{margintable}:] Place a table in the margin.
+\end{description}
 
 %%
 %% The acknowledgments section is defined using the "acks" environment

Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2021-12-06 21:23:29 UTC (rev 61233)
@@ -1457,7 +1457,11 @@
 %  doi =          "10.1145/1188913.1188915",
 %  url =          "http://ccrma.stanford.edu/~jos/bayes/bayes.pdf",
 % \end{verbatim}
+% Normally the printing of URL is suppressed if DOI is present.
+% However, there is a special field \path{distinctURL}.  If it is
+% present and is not zero, URL is printed even if DOI is present. 
 %
+%
 % The style supports the arXiv-recommended fields \path{eprint} and
 % (optionally) \path{primaryclass}, for example,
 % \begin{verbatim}
@@ -1939,7 +1943,7 @@
 \ProvidesFile{acmart.dtx}
 %</gobble>
 %<class>\ProvidesClass{acmart}
-[2021/09/24 v1.80 Typesetting articles for the Association for Computing Machinery]
+[2021/12/05 v1.81 Typesetting articles for the Association for Computing Machinery]
 %    \end{macrocode}
 %
 % \changes{v1.00}{2016/04/14}{First released version}
@@ -7496,7 +7500,7 @@
      \ifx\@tempa\@tempb\relax
        arXiv:\href{https://arxiv.org/abs/#2}{#2}%
      \else
-       arXiv:#2%
+       #1:#2%
     \fi
   \fi}
 %    \end{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2021-12-06 21:22:39 UTC (rev 61232)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2021-12-06 21:23:29 UTC (rev 61233)
@@ -37,7 +37,7 @@
 %%   Right brace   \}     Tilde         \~}
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{acmart}
-[2021/09/24 v1.80 Typesetting articles for the Association for Computing Machinery]
+[2021/12/05 v1.81 Typesetting articles for the Association for Computing Machinery]
 \def\@classname{acmart}
 \InputIfFileExists{acmart-preload-hook.tex}{%
   \ClassWarning{\@classname}{%
@@ -3074,7 +3074,7 @@
      \ifx\@tempa\@tempb\relax
        arXiv:\href{https://arxiv.org/abs/#2}{#2}%
      \else
-       arXiv:#2%
+       #1:#2%
     \fi
   \fi}
 \def\theindex{\@restonecoltrue\if at twocolumn\@restonecolfalse\fi



More information about the tex-live-commits mailing list.