Skip to content

Commit d0a7e55

Browse files
committed
update acmart to v2.11
1 parent c3a6d70 commit d0a7e55

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

scribble-lib/scribble/acmart/acmart.cls

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
\NeedsTeXFormat{LaTeX2e}
4040
\ProvidesClass{acmart}
41-
[2024/10/19 v2.10 Typesetting articles for the Association for Computing Machinery]
41+
[2024/12/07 v2.11 Typesetting articles for the Association for Computing Machinery]
4242
\def\@classname{acmart}
4343
\InputIfFileExists{acmart-preload-hook.tex}{%
4444
\ClassWarning{\@classname}{%
@@ -1716,7 +1716,7 @@
17161716
\def\acmSubmissionID#1{\def\@acmSubmissionID{#1}}
17171717
\acmSubmissionID{}
17181718
\def\acmISBN#1{\def\@acmISBN{#1}}
1719-
\acmISBN{978-x-xxxx-xxxx-x/YY/MM}
1719+
\acmISBN{978-x-xxxx-xxxx-x/YYYY/MM}
17201720
\def\acmDOI#1{\def\@acmDOI{#1}}
17211721
\acmDOI{10.1145/nnnnnnn.nnnnnnn}
17221722
\newlength\@ACM@badge@width
@@ -2136,8 +2136,8 @@
21362136
the appropriate attribution.
21372137
\or % CC
21382138
\IfEq{\ACM@cc@type}{zero}{%
2139-
\def\ACM@CC@Url{https://creativecommons.org/publicdomain/zero/1.0/legalcode}}{%
2140-
\edef\ACM@CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version/legalcode}}%
2139+
\def\ACM@CC@Url{https://creativecommons.org/publicdomain/zero/1.0}}{%
2140+
\edef\ACM@CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version}}%
21412141
\href{\ACM@CC@Url}{\includegraphics[height=5ex]{doclicense-CC-\ACM@cc@type-88x31}}\\
21422142
\href{\ACM@CC@Url}{%
21432143
This work is licensed under a Creative Commons
@@ -2240,7 +2240,7 @@
22402240
\if@ACM@engage
22412241
{\itshape \@acmBooktitle, \@acmYear.}\par
22422242
\else
2243-
{\itshape \acmConference@shortname, \acmConference@date, \acmConference@venue}\par
2243+
{\itshape \acmConference@shortname, \acmConference@venue}\par
22442244
\fi
22452245
\fi
22462246
\fi

0 commit comments

Comments
 (0)