diff options
author | Karl Berry <karl@freefriends.org> | 2021-09-25 21:25:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-09-25 21:25:23 +0000 |
commit | 9a9c2bbc549f86d77e5a36dbf725a48591010990 (patch) | |
tree | 1c32ff39f281b6a92f352505ab63fbac71cb07e9 /Master/texmf-dist/source | |
parent | 5e1a125c86525b6eff2b8575e83af666142f0622 (diff) |
acmart (25sep21)
git-svn-id: svn://tug.org/texlive/trunk@60608 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/acmart.dtx | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index 28255b7ea10..ed0a0c82de9 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -300,7 +300,7 @@ % \midrule % manuscript & A manuscript. This is the default. \\ % acmsmall & Small single-column format. Used for CIE, CSUR, -% JACM, JDIQ, JEA, JERIC, +% DLT, FAC, JACM, JDIQ, JEA, JERIC, % JETC, PACMCGIT, PACMHCI, PACMPL, TAAS, TACCESS, TACO, % TALG, TALLIP (formerly TALIP), TCPS, TDS, % TEAC, TECS, TELO, THRI, TIIS, TIOT, TISSEC, TIST, TKDD, TMIS, @@ -1802,8 +1802,10 @@ % \endfoot % CIE & ACM Computers in Entertainment \\ % CSUR & ACM Computing Surveys\\ +% DLT & Distributed Ledger Technologies: Research and Practice\\ % DGOV & Digital Government: Research and Practice \\ % DTRAP & Digital Threats: Research and Practice\\ +% FAC & Formal Aspects of Computing \\ % HEALTH & ACM Transactions on Computing for Healthcare\\ % IMWUT & PACM on Interactive, Mobile, Wearable and Ubiquitous % Technologies\\ @@ -1937,7 +1939,7 @@ \ProvidesFile{acmart.dtx} %</gobble> %<class>\ProvidesClass{acmart} -[2021/08/29 v1.79 Typesetting articles for the Association for Computing Machinery] +[2021/09/24 v1.80 Typesetting articles for the Association for Computing Machinery] % \end{macrocode} % % \changes{v1.00}{2016/04/14}{First released version} @@ -3706,6 +3708,7 @@ % \changes{v1.58}{2019/03/29}{Added HEALTH. TDSCI is renamed to TDS} % \changes{1.70}{2020/02/22}{Name change for TDS} % \changes{1.79}{2021/08/29}{Updated indormation for TAP, TCPS, TEAC} +% \changes{1.80}{2021/09/24}{Added DLT and FAC} % % We use the |xkeyval| interface to define journal titles and the relevant % information @@ -3714,7 +3717,9 @@ CIE,% CSUR,% DGOV,% + DLT,% DTRAP,% + FAC,% HEALTH,% IMWUT,% JACM,% @@ -3786,10 +3791,18 @@ \def\@journalName{Digital Government: Research and Practice}% \def\@journalNameShort{Digit. Gov. Res. Pract.}% \def\@permissionCodeOne{2639-0175}% +\or % DLT + \def\@journalName{Distributed Ledger Technologies: Research and Practice}% + \def\@journalNameShort{Distrib. Ledger Technol.}% + \def\@permissionCodeOne{2769-6472}% \or % DTRAP \def\@journalName{Digital Threats: Research and Practice}% \def\@journalNameShort{Digit. Threat. Res. Pract.}% \def\@permissionCodeOne{2576-5337}% +\or % FAC + \def\@journalName{Formal Aspects of Computing}% + \def\@journalNameShort{Form. Asp. Comput.}% + \def\@permissionCodeOne{0934-5043}% \or % HEALTH \def\@journalName{ACM Transactions on Computing for Healthcare}% \def\@journalNameShort{ACM Trans. Comput. Healthcare}% |