diff options
author | Karl Berry <karl@freefriends.org> | 2016-12-03 22:26:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-12-03 22:26:46 +0000 |
commit | 6042eb279379a6e85116dea83de5ed78910614c2 (patch) | |
tree | 8a22f23d7335e2a6e3aec9209bfd7b9605c366dd /Master/texmf-dist/source/latex | |
parent | 8912bf06f32a4b3689b14a97a97ca4a1aa16fa80 (diff) |
acmart (3dec16)
git-svn-id: svn://tug.org/texlive/trunk@42631 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/acmart.dtx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index 1f08c09cae4..a77bb4ead15 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -325,7 +325,7 @@ % JERIC & ACM Journal of Educational Resources in Computing\\ % JETC & ACM Journal on Emerging Technologies in Computing Systems \\ % JOCCH & ACM Journal on Computing and Cultural Heritage \\ -% PACMPL & Proceedings of the ACM on Programming Languages \\ +% PACMPL & PACM on Programming Languages \\ % TAAS & ACM Transactions on Autonomous and Adaptive Systems\\ % TACCESS & ACM Transactions on Accessible Computing\\ % TACO & ACM Transactions on Architecture and Code Optimization \\ @@ -1273,7 +1273,7 @@ \ProvidesFile{acmart.dtx} %</gobble> %<class>\ProvidesClass{acmart} -[2016/11/16 v1.24 Typesetting articles for Association of +[2016/12/03 v1.25 Typesetting articles for Association of Computing Machinery] % \end{macrocode} % @@ -2353,8 +2353,8 @@ Computing Machinery] %\label{sec:top_matter_data} % % -% \changes{v1.23}{2016/11/04}{Add PACMPL journal option} % \changes{v1.24}{2016/11/16}{Add IMWUT journal option} +% \changes{v1.25}{2016/12/03}{Updated PACMPL} % % We use keyval interface to define journal title and relevant % information @@ -2448,8 +2448,9 @@ Computing Machinery] \def\@journalName{ACM Journal on Computing and Cultural Heritage}% \def\@journalName{ACM J. Comput. Cult. Herit.}% \or % PACMPL - \def\@journalName{Proceedings of the ACM on Programming Languages}% - \def\@journalName{Proc. ACM Program. Lang.}% + \def\@journalName{PACM on Programming Languages}% + \def\@journalName{PACM Progr. Lang.}% + \def\@permissionCodeOne{2475-1421}% \or % TAAS \def\@journalName{ACM Transactions on Autonomous and Adaptive Systems}% \def\@journalNameShort{ACM Trans. Autonom. Adapt. Syst.}% |