summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/acmart
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-08-05 21:07:04 +0000
committerKarl Berry <karl@freefriends.org>2019-08-05 21:07:04 +0000
commite334438909540160245e2816174a5ac70479116e (patch)
treee7126aa6f2b710968e14fe216177c52b5c76e3bb /Master/texmf-dist/tex/latex/acmart
parentafb7d40814174e2a80e071eacfd55580945dca4d (diff)
acmart (5aug19)
git-svn-id: svn://tug.org/texlive/trunk@51824 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acmart')
-rw-r--r--Master/texmf-dist/tex/latex/acmart/acmart.cls14
1 files changed, 12 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls
index e53dd1890b5..d823479bb8f 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/07/31 v1.62 Typesetting articles for the Association for Computing Machinery]
+[2019/08/04 v1.63 Typesetting articles for the Association for Computing Machinery]
\def\@classname{acmart}
\InputIfFileExists{acmart-preload-hook.tex}{%
\ClassWarning{\@classname}{%
@@ -923,11 +923,13 @@
TOS,%
TOSEM,%
TOSN,%
+ TQUANT,%
TRETS,%
TSAS,%
TSC,%
TSLP,%
- TWEB%
+ TWEB,%
+ FACMP%
}{%
\ifcase\@journalCode@nr
\relax % CIE
@@ -1144,6 +1146,10 @@
\def\@journalName{ACM Transactions on Sensor Networks}%
\def\@journalNameShort{ACM Trans. Sensor Netw.}%
\def\@permissionCodeOne{1550-4859}%
+\or % TQUANT
+ \def\@journalName{ACM Transactions on Quantum Computing}%
+ \def\@journalNameShort{ACM Trans. Quantum Comput.}%
+ \def\@permissionCodeOne{2643-6817}%
\or % TRETS
\def\@journalName{ACM Transactions on Reconfigurable Technology and Systems}%
\def\@journalNameShort{ACM Trans. Reconfig. Technol. Syst.}%
@@ -1164,6 +1170,10 @@
\def\@journalName{ACM Transactions on the Web}%
\def\@journalNameShort{ACM Trans. Web}%
\def\@permissionCodeOne{1559-1131}%
+\else % FACMP, a dummy journal
+ \def\@journalName{Forthcoming ACM Publication}%
+ \def\@journalNameShort{ACM Forthcoming}%
+ \def\@permissionCodeOne{XXXX-XXXX}%
\fi
\ClassInfo{\@classname}{Using journal code \@journalCode}%
}{%