Skip to content

Commit 131d2d5

Browse files
committed
update to v2.19 of acmart
1 parent 71d9b97 commit 131d2d5

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

scribble-lib/scribble/acmart/acmart.cls

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
%% original source files, as listed above, are part of the
2121
%% same distribution. (The sources need not necessarily be
2222
%% in the same archive or directory.)
23+
2324
%% \CharacterTable
2425
%% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
2526
%% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z
@@ -39,7 +40,7 @@
3940

4041
\NeedsTeXFormat{LaTeX2e}
4142
\ProvidesClass{acmart}
42-
[2026/05/31 v2.18 Typesetting articles for the Association for Computing Machinery]
43+
[2026/06/27 v2.19 Typesetting articles for the Association for Computing Machinery]
4344
\def\@classname{acmart}
4445
\InputIfFileExists{acmart-preload-hook.tex}{%
4546
\ClassWarning{\@classname}{%
@@ -932,6 +933,9 @@
932933
\AssignSocketPlug{tagsupport/parbox/after}{caption}}
933934
}
934935
\ExplSyntaxOff
936+
\IfDocumentMetadataT{%
937+
\tagpdfsetup{table/header-rows={1}}
938+
}
935939
\newfloat{sidebar}{}{sbar}
936940
\floatname{sidebar}{Sidebar}
937941
\renewenvironment{sidebar}{\Collect@Body\@sidebar}{}

0 commit comments

Comments
 (0)