diff options
author | Karl Berry <karl@freefriends.org> | 2021-04-17 20:49:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-04-17 20:49:42 +0000 |
commit | 4a0d67a2ef4b296b2b08315a9100cc88034d8f20 (patch) | |
tree | b00bc186e91a1fd334e17cef97a47835b60b27e2 /Master/texmf-dist/source/latex/acmart | |
parent | 0541b2f15f41e432af29149968e86cb70e8c1258 (diff) |
acmart (17apr21)
git-svn-id: svn://tug.org/texlive/trunk@58893 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/acmart')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/acmart.dtx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index e8089a39102..c0e62e554c9 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/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 |