texlive[73187] Master/texmf-dist: acmart (22dec24)
commits+karl at tug.org
commits+karl at tug.org
Sun Dec 22 23:47:38 CET 2024
Revision: 73187
https://tug.org/svn/texlive?view=revision&revision=73187
Author: karl
Date: 2024-12-22 23:47:38 +0100 (Sun, 22 Dec 2024)
Log Message:
-----------
acmart (22dec24)
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-acmcp.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmengage.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmlarge.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-biblatex.pdf
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-tagged.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.tex
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog.pdf
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-authordraft.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-authordraft.tex
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.tex
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.pdf
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.tex
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-lualatex.tex
trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-xelatex.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/samples.dtx
trunk/Master/texmf-dist/source/latex/acmart/Makefile
trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
trunk/Master/texmf-dist/tex/latex/acmart/acmart-tagged.cls
trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
trunk/Master/texmf-dist/tex/latex/acmart/acmauthoryear.bbx
trunk/Master/texmf-dist/tex/latex/acmart/acmnumeric.bbx
Modified: trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst 2024-12-22 22:47:38 UTC (rev 73187)
@@ -630,11 +630,8 @@
doi empty.or.unknown
{ }
{
- %% Use \urldef here for the same reason it is used in output.url,
- %% see output.url for further discussion.
- "\urldef\tempurl%" writeln
- "\url{https://doi.org/" strip.doi * "}" * writeln
- "\showDOI{\tempurl}" writeln
+ "\href{https://doi.org/" strip.doi * "}{doi:\nolinkurl{" *
+ strip.doi * "}}" * writeln
}
if$
}
@@ -3015,7 +3012,7 @@
"%%% NOTE TO THE USER: you can override these defaults by providing" writeln
"%%% customized versions of any of these macros before the \bibliography" writeln
"%%% command. Each of them MUST provide its own final punctuation," writeln
- "%%% except for \shownote{}, \showDOI{}, and \showURL{}. The latter two" writeln
+ "%%% except for \shownote{} and \showURL{}. The latter two" writeln
"%%% do not use final punctuation, in order to avoid confusing it with" writeln
"%%% the Web address." writeln
"%%%" writeln
@@ -3022,9 +3019,9 @@
"%%% To suppress output of a particular field, define its macro to expand" writeln
"%%% to an empty string, or better, \unskip, like this:" writeln
"%%%" writeln
- "%%% \newcommand{\showDOI}[1]{\unskip} % LaTeX syntax" writeln
+ "%%% \newcommand{\showURL}[1]{\unskip} % LaTeX syntax" writeln
"%%%" writeln
- "%%% \def \showDOI #1{\unskip} % plain TeX syntax" writeln
+ "%%% \def \showURL #1{\unskip} % plain TeX syntax" writeln
"%%%" writeln
"%%% ====================================================================" writeln
"" writeln
@@ -3046,7 +3043,6 @@
%% \newcommand{\showLCCN}[1]{LCCN #1.}
"\ifx \showCODEN \undefined \def \showCODEN #1{\unskip} \fi" writeln
- "\ifx \showDOI \undefined \def \showDOI #1{#1}\fi" writeln
% ACM styles omit ISBNs, but they can be included by suitable definitions of
% \showISBNx and \showISBNxiii before the .bbl file is read
"\ifx \showISBNx \undefined \def \showISBNx #1{\unskip} \fi" writeln
Modified: trunk/Master/texmf-dist/doc/latex/acmart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/README 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README 2024-12-22 22:47:38 UTC (rev 73187)
@@ -12,6 +12,12 @@
Changes
+Version 2.11 Conference date is no longer printed in bibstrip.
+ ISBN now uses 4-digit year
+ DOI in bibliography is now output as doi:XX.XXXX/XXXXX.XXXX
+ Changed URL in Creative Commons licenses (deleted
+ trailing /legalcode)
+
Version 2.10. Bug fixes. Documentation update.
Version 2.09. Experimental tagging code is now in the main branch.
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-acmcp.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmengage.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-acmsmall-biblatex.pdf
===================================================================
(Binary files differ)
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 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmsmall-conf.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
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-tagged.pdf
===================================================================
(Binary files differ)
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-acmtog-conf.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.tex 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-acmtog-conf.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
%% These commands are for a JOURNAL article.
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-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 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-manuscript.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-authordraft.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-authordraft.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-authordraft.tex 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-authordraft.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.tex 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-biblatex.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.tex 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-i13n.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -71,7 +71,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-lualatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-lualatex.tex 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-lualatex.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-xelatex.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-xelatex.tex 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf-xelatex.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
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 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigconf.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
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 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/sample-sigplan.tex 2024-12-22 22:47:38 UTC (rev 73187)
@@ -70,7 +70,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%%
Modified: trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/doc/latex/acmart/samples/samples.dtx 2024-12-22 22:47:38 UTC (rev 73187)
@@ -83,7 +83,7 @@
%%
%%\acmBooktitle{Woodstock '18: ACM Symposium on Neural Gaze Detection,
%% June 03--05, 2018, Woodstock, NY}
-\acmISBN{978-1-4503-XXXX-X/18/06}
+\acmISBN{978-1-4503-XXXX-X/2018/06}
%</proceedings>
%<*journal>
Modified: trunk/Master/texmf-dist/source/latex/acmart/Makefile
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/Makefile 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/source/latex/acmart/Makefile 2024-12-22 22:47:38 UTC (rev 73187)
@@ -144,7 +144,7 @@
samples/$(PACKAGE)-tagged.cls \
samples/ACM-Reference-Format.bst \
samples/*.log samples/*.aux samples/*.out \
- samples/*.bbl samples/*.blg samples/*.cut \
+ samples/*.bbl samples/*.blg samples/*.cut *.toc \
samples/acm-jdslogo.png \
samples/*.run.xml samples/*.bcf $(SAMPLEBIBLATEXFILES)
Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx 2024-12-22 22:47:38 UTC (rev 73187)
@@ -2256,7 +2256,7 @@
%</gobble>
%<class&!tagged>\ProvidesClass{acmart}
%<tagged>\ProvidesClass{acmart-tagged}
-[2024/10/19 v2.10 Typesetting articles for the Association for Computing Machinery]
+[2024/12/07 v2.11 Typesetting articles for the Association for Computing Machinery]
% \end{macrocode}
%
% \changes{v1.00}{2016/04/14}{First released version}
@@ -5366,7 +5366,7 @@
% The book ISBN
% \begin{macrocode}
\def\acmISBN#1{\def\@acmISBN{#1}}
-\acmISBN{978-x-xxxx-xxxx-x/YY/MM}
+\acmISBN{978-x-xxxx-xxxx-x/YYYY/MM}
% \end{macrocode}
%
% \end{macro}
@@ -6036,6 +6036,7 @@
% non-acm or ACM engage publications}
% \changes{v2.09}{2024/08/25}{Deleted checking whether CC licenses are
% allowed}
+% \changes{v2.11}{2024/12/21}{Changed URL for CC licenses}
% The canned permission block.
% \begin{macrocode}
\def\@copyrightpermission{%
@@ -6167,8 +6168,8 @@
the appropriate attribution.
\or % CC
\IfEq{\ACM at cc@type}{zero}{%
- \def\ACM at CC@Url{https://creativecommons.org/publicdomain/zero/1.0/legalcode}}{%
- \edef\ACM at CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version/legalcode}}%
+ \def\ACM at CC@Url{https://creativecommons.org/publicdomain/zero/1.0}}{%
+ \edef\ACM at CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version}}%
\href{\ACM at CC@Url}{\includegraphics[height=5ex]{doclicense-CC-\ACM at cc@type-88x31}}\\
\href{\ACM at CC@Url}{%
This work is licensed under a Creative Commons
@@ -6358,7 +6359,9 @@
% publications}
% \changes{v2.00}{2023/10/24}{Deleted acmPrice}
% \changes{v2.00}{2023/11/05}{Added ``ACM'' for papers}
-% \changes{v2.03}{2024/12/04}{Special processing for conferences in TOG}
+% \changes{v2.03}{2023/12/04}{Special processing for conferences in
+% TOG}
+% \changes{v2.11}{2024/12/07}{Deleted conference date from bibstrip}
% The (in)famous \cs{maketitle}. Note that in |sigchi-a| mode, authors
% are \emph{not} in the title box.
%
@@ -6427,7 +6430,7 @@
\if at ACM@engage
{\itshape \@acmBooktitle, \@acmYear.}\par
\else
- {\itshape \acmConference at shortname, \acmConference at date, \acmConference at venue}\par
+ {\itshape \acmConference at shortname, \acmConference at venue}\par
\fi
\fi
\fi
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart-tagged.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart-tagged.cls 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart-tagged.cls 2024-12-22 22:47:38 UTC (rev 73187)
@@ -38,7 +38,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart-tagged}
-[2024/10/19 v2.10 Typesetting articles for the Association for Computing Machinery]
+[2024/12/07 v2.11 Typesetting articles for the Association for Computing Machinery]
\def\@classname{acmart-tagged}
\InputIfFileExists{acmart-preload-hook.tex}{%
\ClassWarning{\@classname}{%
@@ -1635,7 +1635,7 @@
\def\acmSubmissionID#1{\def\@acmSubmissionID{#1}}
\acmSubmissionID{}
\def\acmISBN#1{\def\@acmISBN{#1}}
-\acmISBN{978-x-xxxx-xxxx-x/YY/MM}
+\acmISBN{978-x-xxxx-xxxx-x/YYYY/MM}
\def\acmDOI#1{\def\@acmDOI{#1}}
\acmDOI{10.1145/nnnnnnn.nnnnnnn}
\newlength\@ACM at badge@width
@@ -2055,8 +2055,8 @@
the appropriate attribution.
\or % CC
\IfEq{\ACM at cc@type}{zero}{%
- \def\ACM at CC@Url{https://creativecommons.org/publicdomain/zero/1.0/legalcode}}{%
- \edef\ACM at CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version/legalcode}}%
+ \def\ACM at CC@Url{https://creativecommons.org/publicdomain/zero/1.0}}{%
+ \edef\ACM at CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version}}%
\href{\ACM at CC@Url}{\includegraphics[height=5ex]{doclicense-CC-\ACM at cc@type-88x31}}\\
\href{\ACM at CC@Url}{%
This work is licensed under a Creative Commons
@@ -2159,7 +2159,7 @@
\if at ACM@engage
{\itshape \@acmBooktitle, \@acmYear.}\par
\else
- {\itshape \acmConference at shortname, \acmConference at date, \acmConference at venue}\par
+ {\itshape \acmConference at shortname, \acmConference at venue}\par
\fi
\fi
\fi
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls 2024-12-22 22:47:38 UTC (rev 73187)
@@ -38,7 +38,7 @@
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart}
-[2024/10/19 v2.10 Typesetting articles for the Association for Computing Machinery]
+[2024/12/07 v2.11 Typesetting articles for the Association for Computing Machinery]
\def\@classname{acmart}
\InputIfFileExists{acmart-preload-hook.tex}{%
\ClassWarning{\@classname}{%
@@ -1716,7 +1716,7 @@
\def\acmSubmissionID#1{\def\@acmSubmissionID{#1}}
\acmSubmissionID{}
\def\acmISBN#1{\def\@acmISBN{#1}}
-\acmISBN{978-x-xxxx-xxxx-x/YY/MM}
+\acmISBN{978-x-xxxx-xxxx-x/YYYY/MM}
\def\acmDOI#1{\def\@acmDOI{#1}}
\acmDOI{10.1145/nnnnnnn.nnnnnnn}
\newlength\@ACM at badge@width
@@ -2136,8 +2136,8 @@
the appropriate attribution.
\or % CC
\IfEq{\ACM at cc@type}{zero}{%
- \def\ACM at CC@Url{https://creativecommons.org/publicdomain/zero/1.0/legalcode}}{%
- \edef\ACM at CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version/legalcode}}%
+ \def\ACM at CC@Url{https://creativecommons.org/publicdomain/zero/1.0}}{%
+ \edef\ACM at CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version}}%
\href{\ACM at CC@Url}{\includegraphics[height=5ex]{doclicense-CC-\ACM at cc@type-88x31}}\\
\href{\ACM at CC@Url}{%
This work is licensed under a Creative Commons
@@ -2240,7 +2240,7 @@
\if at ACM@engage
{\itshape \@acmBooktitle, \@acmYear.}\par
\else
- {\itshape \acmConference at shortname, \acmConference at date, \acmConference at venue}\par
+ {\itshape \acmConference at shortname, \acmConference at venue}\par
\fi
\fi
\fi
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmauthoryear.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmauthoryear.bbx 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmauthoryear.bbx 2024-12-22 22:47:38 UTC (rev 73187)
@@ -898,3 +898,11 @@
license=false,
language=american
}
+
+% We use lowercase DOI
+
+\DeclareFieldFormat{doi}{%
+ doi\addcolon
+ \ifhyperref
+ {\href{https://doi.org/#1}{\nolinkurl{#1}}}
+ {\nolinkurl{#1}}}
Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmnumeric.bbx
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmnumeric.bbx 2024-12-22 16:45:35 UTC (rev 73186)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmnumeric.bbx 2024-12-22 22:47:38 UTC (rev 73187)
@@ -882,4 +882,12 @@
vcs=true,
license=false,
language=american
- }
\ No newline at end of file
+ }
+
+% We use lowercase DOI
+
+\DeclareFieldFormat{doi}{%
+ doi\addcolon
+ \ifhyperref
+ {\href{https://doi.org/#1}{\nolinkurl{#1}}}
+ {\nolinkurl{#1}}}
More information about the tex-live-commits
mailing list.