Skip to content

Commit 90d5656

Browse files
committed
update to v2.20 of acmart.cls
1 parent 5b65854 commit 90d5656

1 file changed

Lines changed: 7 additions & 3 deletions

File tree

scribble-lib/scribble/acmart/acmart.cls

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

4141
\NeedsTeXFormat{LaTeX2e}
4242
\ProvidesClass{acmart}
43-
[2026/06/27 v2.19 Typesetting articles for the Association for Computing Machinery]
43+
[2026/08/16 v2.20 Typesetting articles for the Association for Computing Machinery]
4444
\def\@classname{acmart}
4545
\InputIfFileExists{acmart-preload-hook.tex}{%
4646
\ClassWarning{\@classname}{%
@@ -1542,6 +1542,10 @@
15421542
\gdef\acmConference@shortname{#2}%
15431543
\fi
15441544
\global\@ACM@journal@bibstripfalse
1545+
\ifnum\ACM@format@nr=1\relax % acmsmall
1546+
\global\@ACM@journal@bibstrip@or@togfalse
1547+
\settopmatter{printfolios=false}%
1548+
\fi
15451549
\ifx\@acmBooktitle\@empty\relax
15461550
\acmBooktitle{Proceedings of \acmConference@name
15471551
\ifx\acmConference@name\acmConference@shortname\else
@@ -1632,7 +1636,7 @@
16321636
\def\position##1{\ignorespaces}%
16331637
\def\institution##1{##1\ignorespaces}%
16341638
\def\department{\@ifnextchar[{\@department}{\@department[]}}%
1635-
\def\@department[##1]##2{##2, \ignorespaces}%
1639+
\def\@department[##1]##2{, ##2 \ignorespaces}%
16361640
\let\city\position
16371641
\let\state\position
16381642
\let\country\position
@@ -2722,7 +2726,7 @@
27222726
\def\and{\par}\normalbaselines
27232727
\global\setbox\author@bx=\vtop{\if@ACM@sigchiamode\else\centering\fi
27242728
\@authorfont\@currentauthors\par\@affiliationfont
2725-
\@currentaffiliation}\egroup
2729+
\@currentaffiliation\par}\egroup
27262730
\box\author@bx\hspace{\author@bx@sep}%
27272731
\gdef\@currentauthors{}%
27282732
\gdef\@currentaffiliation{}}

0 commit comments

Comments
 (0)