Skip to content

Commit

Permalink
update acmart to v2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
rfindler committed Dec 23, 2024
1 parent c3a6d70 commit d0a7e55
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scribble-lib/scribble/acmart/acmart.cls
Original file line number Diff line number Diff line change
Expand Up @@ -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}{%
Expand Down Expand Up @@ -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@badge@width
Expand Down Expand Up @@ -2136,8 +2136,8 @@
the appropriate attribution.
\or % CC
\IfEq{\ACM@cc@type}{zero}{%
\def\ACM@CC@Url{https://creativecommons.org/publicdomain/zero/1.0/legalcode}}{%
\edef\ACM@CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version/legalcode}}%
\def\ACM@CC@Url{https://creativecommons.org/publicdomain/zero/1.0}}{%
\edef\ACM@CC@Url{https://creativecommons.org/licenses/\ACM@cc@type/\ACM@cc@version}}%
\href{\ACM@CC@Url}{\includegraphics[height=5ex]{doclicense-CC-\ACM@cc@type-88x31}}\\
\href{\ACM@CC@Url}{%
This work is licensed under a Creative Commons
Expand Down Expand Up @@ -2240,7 +2240,7 @@
\if@ACM@engage
{\itshape \@acmBooktitle, \@acmYear.}\par
\else
{\itshape \acmConference@shortname, \acmConference@date, \acmConference@venue}\par
{\itshape \acmConference@shortname, \acmConference@venue}\par
\fi
\fi
\fi
Expand Down

0 comments on commit d0a7e55

Please sign in to comment.