Skip to content

Commit 04f4fcd

Browse files
shhyourfindler
authored andcommitted
Drop acmart.cls v2.16
A bug introduced in v2.15 typeset \acmJournal{PACMPL} as Proc. ACM Meas. Anal. Comput. Syst. in the ACM Reference Format. This version fixes it. See borisveytsman/acmart#568 for details.
1 parent 9e08ddf commit 04f4fcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scribble-lib/scribble/acmart/acmart.cls

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
\NeedsTeXFormat{LaTeX2e}
4141
\ProvidesClass{acmart}
42-
[2025/08/21 v2.15 Typesetting articles for the Association for Computing Machinery]
42+
[2025/08/27 v2.16 Typesetting articles for the Association for Computing Machinery]
4343
\def\@classname{acmart}
4444
\InputIfFileExists{acmart-preload-hook.tex}{%
4545
\ClassWarning{\@classname}{%
@@ -1178,12 +1178,12 @@
11781178
\def\@journalNameShort{ACM J. Comput. Sustain. Soc.}%
11791179
\def\@permissionCodeOne{2834-5533}%
11801180
\def\@permissionCodeTwo{2834-5533}%
1181-
\relax % ACMJCDS
1181+
\or % ACMJCDS
11821182
\def\@journalName{ACM Journal of Data Science}%
11831183
\def\@journalNameShort{ACM J. Data Sci.}%
11841184
\def\@permissionCodeOne{0000-0000}%
11851185
\def\@permissionCodeTwo{0000-0000}%
1186-
\relax % AILET
1186+
\or % AILET
11871187
\def\@journalName{ACM AI Letters}%
11881188
\def\@journalNameShort{ACM AI Lett.}%
11891189
\def\@permissionCodeOne{3068-8590}%

0 commit comments

Comments
 (0)