diff options
author | Karl Berry <karl@freefriends.org> | 2017-09-02 21:44:13 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-09-02 21:44:13 +0000 |
commit | 61fbab0a750d1a8e32eacd11f3421b7c84820fe7 (patch) | |
tree | 6bfb0f49668798a7df71abb4c72d0c41a1038299 /Master/texmf-dist/tex/latex/acmart | |
parent | c76531e8391eccab09a2342e31650bdcca2649d2 (diff) |
acmart (2sep17)
git-svn-id: svn://tug.org/texlive/trunk@45200 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 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 8554fae0cb3..cf83c8a1a08 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} -[2017/08/29 v1.46 Typesetting articles for Association of +[2017/08/31 v1.47 Typesetting articles for Association of Computing Machinery] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% @@ -794,6 +794,7 @@ Computing Machinery] TCPS,% TEAC,% TECS,% + THRI,% TIIS,% TISSEC,% TIST,% @@ -910,6 +911,10 @@ Computing Machinery] \def\@journalName{ACM Transactions on Embedded Computing Systems}% \def\@journalNameShort{ACM Trans. Embedd. Comput. Syst.}% \def\@permissionCodeOne{1539-9087}% +\or % THRI + \def\@journalName{ACM Transactions on Human-Robot Interaction}% + \def\@journalNameShort{ACM Trans. Hum.-Robot Interact.}% + \def\@permissionCodeOne{2573-9522}% \or % TIIS \def\@journalName{ACM Transactions on Interactive Intelligent Systems}% \def\@journalNameShort{ACM Trans. Interact. Intell. Syst.}% |