From 4a0d67a2ef4b296b2b08315a9100cc88034d8f20 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 17 Apr 2021 20:49:42 +0000 Subject: acmart (17apr21) git-svn-id: svn://tug.org/texlive/trunk@58893 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/acmart/acmart.cls | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/tex') diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 4d311daaf87..393d65ab071 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} -[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] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% \ClassWarning{\@classname}{% @@ -2384,12 +2384,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 -- cgit v1.2.3