From 00b71bdde2093c925ee80ee9fc67a67d3ce4eddc Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 20 Oct 2019 20:58:15 +0000 Subject: acmart (20oct19) git-svn-id: svn://tug.org/texlive/trunk@52458 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/acmart/acmart.cls | 23 ++++++++++++++--------- 1 file changed, 14 insertions(+), 9 deletions(-) (limited to 'Master/texmf-dist/tex/latex/acmart') diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 167de34bfb5..afba327e229 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} -[2019/08/24 v1.64 Typesetting articles for the Association for Computing Machinery] +[2019/10/19 v1.65 Typesetting articles for the Association for Computing Machinery] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% \ClassWarning{\@classname}{% @@ -874,6 +874,7 @@ \define@choicekey*+{ACM}{acmJournal}[\@journalCode\@journalCode@nr]{% CIE,% CSUR,% + DGOV,% DTRAP,% HEALTH,% IMWUT,% @@ -942,6 +943,10 @@ \def\@journalName{ACM Computing Surveys}% \def\@journalNameShort{ACM Comput. Surv.}% \def\@permissionCodeOne{0360-0300}% +\or % DGOV + \def\@journalName{Digital Government: Research and Practice}% + \def\@journalNameShort{Digit. Gov. Res. Pract.}% + \def\@permissionCodeOne{2639-0175}% \or % DTRAP \def\@journalName{Digital Threats: Research and Practice}% \def\@journalNameShort{Digit. Threat. Res. Pract.}% @@ -2243,17 +2248,17 @@ \ifnum\num@authorgroups>1\relax addresses: \else address: \fi \bgroup - \def\streetaddress##1{\unskip\@addpunct, ##1}% - \def\postcode##1{\unskip\@addpunct, ##1}% + \def\streetaddress##1{\unskip, ##1}% + \def\postcode##1{\unskip, ##1}% \def\position##1{\unskip\ignorespaces}% - \def\institution##1{\unskip\@addpunct, ##1}% - \def\city##1{\unskip\@addpunct, ##1}% - \def\state##1{\unskip\@addpunct, ##1}% + \def\institution##1{\unskip, ##1}% + \def\city##1{\unskip, ##1}% + \def\state##1{\unskip, ##1}% \renewcommand\department[2][0]{\unskip\@addpunct, ##2}% - \def\country##1{\unskip\@addpunct, ##1}% - \def\and{\unskip\@addpunct; }% + \def\country##1{\unskip, ##1}% + \def\and{\unskip; }% \def\@author##1{##1}% - \def\email##1##2{\unskip\@addpunct, \nolinkurl{##2}}% + \def\email##1##2{\unskip, \nolinkurl{##2}}% \addresses \egroup} \def\@setaddresses{} -- cgit v1.2.3