diff options
author | Karl Berry <karl@freefriends.org> | 2019-08-01 21:18:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-08-01 21:18:02 +0000 |
commit | 3b8b31ac43924ae335defa468d718a87073da906 (patch) | |
tree | 5061fdaedc8438d8e11c7f52661844eb14e144e8 /Master/texmf-dist/tex/latex/acmart | |
parent | d187a69b0eb4e800c088397503ca749c29da3f16 (diff) |
acmart (1aug19)
git-svn-id: svn://tug.org/texlive/trunk@51796 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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 03346a80b27..e53dd1890b5 100644 --- a/Master/texmf-dist/tex/latex/acmart/acmart.cls +++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls @@ -35,11 +35,9 @@ %% Right bracket \] Circumflex \^ Underscore \_ %% Grave accent \` Left brace \{ Vertical bar \| %% Right brace \} Tilde \~} -\label{sec:ug_topmatter} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{acmart} -[2019/05/27 v1.61 Typesetting articles for the Association for -Computing Machinery] +[2019/07/31 v1.62 Typesetting articles for the Association for Computing Machinery] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% \ClassWarning{\@classname}{% @@ -897,6 +895,7 @@ Computing Machinery] TDS,% TEAC,% TECS,% + TELO,% THRI,% TIIS,% TIOT,% @@ -1034,6 +1033,10 @@ Computing Machinery] \def\@journalName{ACM Transactions on Embedded Computing Systems}% \def\@journalNameShort{ACM Trans. Embedd. Comput. Syst.}% \def\@permissionCodeOne{1539-9087}% +\or % TELO + \def\@journalName{ACM Transactions on Evolutionary Learning}% + \def\@journalNameShort{ACM Trans. Evol. Learn.}% + \def\@permissionCodeOne{2688-3007}% \or % THRI \def\@journalName{ACM Transactions on Human-Robot Interaction}% \def\@journalNameShort{ACM Trans. Hum.-Robot Interact.}% |