diff options
author | Karl Berry <karl@freefriends.org> | 2019-10-20 20:58:15 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-10-20 20:58:15 +0000 |
commit | 00b71bdde2093c925ee80ee9fc67a67d3ce4eddc (patch) | |
tree | 5c5cf32df8c7e4994bb25570d31315761ab5a7e2 /Master/texmf-dist/tex/latex/acmart | |
parent | eae6041fbc51527923fdca5ad56e362572fbe940 (diff) |
acmart (20oct19)
git-svn-id: svn://tug.org/texlive/trunk@52458 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acmart')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 23 |
1 files changed, 14 insertions, 9 deletions
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{} |