summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/acmart
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-11-16 22:13:41 +0000
committerKarl Berry <karl@freefriends.org>2020-11-16 22:13:41 +0000
commit0fbc8b32f22c55110abdf479a4995336581bc43a (patch)
tree2281869b1d88a72b28ee84d88a12080de5e69c47 /Master/texmf-dist/tex/latex/acmart
parent31d258b317711648cf2e1963ce8405c25e2a3fa6 (diff)
acmart (16nov20)
git-svn-id: svn://tug.org/texlive/trunk@56946 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acmart')
-rw-r--r--Master/texmf-dist/tex/latex/acmart/acmart.cls11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls
index 88ec017e85f..113513059a5 100644
--- a/Master/texmf-dist/tex/latex/acmart/acmart.cls
+++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls
@@ -37,7 +37,7 @@
%% Right brace \} Tilde \~}
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{acmart}
-[2020/10/25 v1.74 Typesetting articles for the Association for Computing Machinery]
+[2020/11/15 v1.75 Typesetting articles for the Association for Computing Machinery]
\def\@classname{acmart}
\InputIfFileExists{acmart-preload-hook.tex}{%
\ClassWarning{\@classname}{%
@@ -1778,8 +1778,12 @@
\else
\g@addto@macro\thankses{\thanks{#1}}%
\fi}}
+\ifx\@beginmaketitlehook\@undefined
+ \let\@beginmaketitlehook\@empty
+\fi
+\def\AtBeginMaketitle{\g@addto@macro\@beginmaketitlehook}
\newbox\mktitle@bx
-\def\maketitle{%
+\def\maketitle{\@beginmaketitlehook
\@ACM@maketitle@typesettrue
\if@ACM@anonymous
% Anonymize omission of \author-s
@@ -2209,7 +2213,8 @@
\ClassWarningNoLine{\@classname}{No city present for an affiliation}%
\fi
\if@ACM@countrypresent\else
- \ClassWarningNoLine{\@classname}{No country present for an affiliation}%
+ \ClassError{\@classname}{No country present for an affiliation}{ACM
+ requires each author to indicate their country using country macro.}%
\fi
}
\def\@mkauthors@i{%