summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acmart/acmart.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-04-18 03:01:04 +0000
committerNorbert Preining <norbert@preining.info>2021-04-18 03:01:04 +0000
commit1cb659efaeb0261c3f5267df4f47b6ad4d673f48 (patch)
treeff0f0a7727b3caa205f65e211239de226d5398d3 /macros/latex/contrib/acmart/acmart.dtx
parent8ca7af6e140fdaee415715e4a537d8f1a9305198 (diff)
CTAN sync 202104180301
Diffstat (limited to 'macros/latex/contrib/acmart/acmart.dtx')
-rw-r--r--macros/latex/contrib/acmart/acmart.dtx9
1 files changed, 6 insertions, 3 deletions
diff --git a/macros/latex/contrib/acmart/acmart.dtx b/macros/latex/contrib/acmart/acmart.dtx
index e8089a3910..c0e62e554c 100644
--- a/macros/latex/contrib/acmart/acmart.dtx
+++ b/macros/latex/contrib/acmart/acmart.dtx
@@ -140,6 +140,7 @@
% David Shamma,
% Gabriel Scherer,
% Kartik Singhal,
+% Christoph Sommer,
% Stephen Spencer,
% Shin Hwei Tan,
% Daniel Thomas,
@@ -1906,7 +1907,7 @@
\ProvidesFile{acmart.dtx}
%</gobble>
%<class>\ProvidesClass{acmart}
-[2021/02/21 v1.76 Typesetting articles for the Association for Computing Machinery]
+[2021/04/16 v1.77 Typesetting articles for the Association for Computing Machinery]
% \end{macrocode}
%
% \changes{v1.00}{2016/04/14}{First released version}
@@ -6195,6 +6196,7 @@
% \begin{macro}{\@mkauthorsaddresses}
% \changes{v1.46}{2017/08/27}{Introduced macro}
% \changes{v1.65}{2019/10/13}{Deleted cs{@addpunct}}
+% \changes{v1.77}{2021/04/16}{New separator of institutions}
% Typesetting authors' addresses in the footnote style
% \begin{macrocode}
\def\@mkauthorsaddresses{%
@@ -6206,12 +6208,13 @@
\def\streetaddress##1{\unskip, ##1}%
\def\postcode##1{\unskip, ##1}%
\def\position##1{\unskip\ignorespaces}%
- \def\institution##1{\unskip, ##1}%
+ \gdef\@ACM@institution@separator{, }%
+ \def\institution##1{\unskip\@ACM@institution@separator ##1\gdef\@ACM@institution@separator{ and }}%
\def\city##1{\unskip, ##1}%
\def\state##1{\unskip, ##1}%
\renewcommand\department[2][0]{\unskip\@addpunct, ##2}%
\def\country##1{\unskip, ##1}%
- \def\and{\unskip; }%
+ \def\and{\unskip; \gdef\@ACM@institution@separator{, }}%
\def\@author##1{##1}%
\def\email##1##2{\unskip, \nolinkurl{##2}}%
\addresses