texlive[42522] Master/texmf-dist: acmart (16nov16)

commits+karl at tug.org commits+karl at tug.org
Wed Nov 16 23:27:15 CET 2016


Revision: 42522
          http://tug.org/svn/texlive?view=revision&revision=42522
Author:   karl
Date:     2016-11-16 23:27:15 +0100 (Wed, 16 Nov 2016)
Log Message:
-----------
acmart (16nov16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/latex/acmart/README
    trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
    trunk/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
    trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
    trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls

Modified: trunk/Master/texmf-dist/doc/latex/acmart/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/acmart/README	2016-11-16 02:10:47 UTC (rev 42521)
+++ trunk/Master/texmf-dist/doc/latex/acmart/README	2016-11-16 22:27:15 UTC (rev 42522)
@@ -44,3 +44,7 @@
 
 version 1.22    Bibliography changes for Aptara backend;  should be 
 		invisible for the users.
+
+version 1.23    Add PACM PL journal option.
+
+version 1.24    Add IMWUT journal option.

Modified: trunk/Master/texmf-dist/doc/latex/acmart/acmart.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-acmlarge.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-acmsmall.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-acmtog.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-manuscript.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi-a.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigchi.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigconf.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-siggraph.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/doc/latex/acmart/sample-sigplan.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2016-11-16 02:10:47 UTC (rev 42521)
+++ trunk/Master/texmf-dist/source/latex/acmart/acmart.dtx	2016-11-16 22:27:15 UTC (rev 42522)
@@ -212,7 +212,7 @@
 %            TOS, TOSEM, TOSN, TRETS,
 %            TSAS, TSC, TSLP, TWEB\@. \\
 %           acmlarge  & Large single column format, used for
-%          JOCCH, TAP \\
+%           IMWUT, JOCCH, PACMPL, TAP \\
 %            acmtog   & Large double column format, used for
 %          TOG\\
 %           sigconf & Proceedings format for most of ACM
@@ -317,6 +317,8 @@
 %     \midrule
 %     CIE & ACM Computers in Entertainment \\
 %     CSUR & ACM Computing Surveys\\
+%     IMWUT & PACM on Interactive, Mobile, Wearable and Ubiquitous
+%     Technologies\\ 
 %     JACM &  Journal of the ACM \\
 %     JDIQ & ACM Journal of Data and Information Quality \\
 %     JEA & ACM Journal of Experimental Algorithmics \\
@@ -323,6 +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 \\
 %     TAAS & ACM Transactions on Autonomous and Adaptive Systems\\
 %     TACCESS & ACM Transactions on Accessible Computing\\
 %     TACO & ACM Transactions on Architecture and Code Optimization \\
@@ -1270,7 +1273,7 @@
 \ProvidesFile{acmart.dtx}
 %</gobble>
 %<class>\ProvidesClass{acmart}
-[2016/09/25 v1.22 Typesetting articles for Association of
+[2016/11/16 v1.24 Typesetting articles for Association of
 Computing Machinery]
 %    \end{macrocode}
 %
@@ -1307,6 +1310,7 @@
 % and 'References' in PDF bookmarks (Matthew Fluet)}
 % \changes{v1.20}{2016/08/06}{Bug fixes for bst}
 % \changes{v1.22}{2016/09/25}{More bibliography changes for Aptara}
+% \changes{v1.23}{2016/11/04}{Add PACMPL journal option}
 %
 %
 % And the driver code:
@@ -2349,6 +2353,8 @@
 %\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}
 %
 % We use keyval interface to define journal title and relevant
 % information
@@ -2356,6 +2362,7 @@
 \define at choicekey*+{ACM}{acmJournal}[\@journalCode\@journalCode at nr]{%
   CIE,%
   CSUR,%
+  IMWUT,%
   JACM,%
   JDIQ,%
   JEA,%
@@ -2362,6 +2369,7 @@
   JERIC,%
   JETC,%
   JOCCH,%
+  PACMPL,%
   TAAS,%
   TACCESS,%
   TACO,%
@@ -2411,6 +2419,11 @@
   \def\@journalName{ACM Computing Surveys}%
   \def\@journalNameShort{ACM Comput. Surv.}%
   \def\@permissionCodeOne{0360-0300}%
+\or % IMWUT
+  \def\@journalName{PACM on Interactive, Mobile, Wearable and
+    Ubiquitous Technologies}% 
+  \def\@journalNameShort{PACM Interact. Mob. Wearable Ubiquitous Technol.}%
+  \def\@permissionCodeOne{2474-9567}%
 \or % JACM
   \def\@journalName{Journal of the ACM}%
   \def\@journalNameShort{J. ACM}%
@@ -2434,6 +2447,9 @@
 \or % JOCCH
   \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.}%
 \or % TAAS
   \def\@journalName{ACM Transactions on Autonomous and Adaptive Systems}%
   \def\@journalNameShort{ACM Trans. Autonom. Adapt. Syst.}%
@@ -2602,7 +2618,7 @@
 \def\@journalCode at nr{0}
 \def\@journalName{}%
 \def\@journalNameShort{\@journalName}%
-\def\@permissionCodeOne{XXXX-XX}%
+\def\@permissionCodeOne{XXXX-XXXX}%
 \def\@permissionCodeTwo{}%
 %    \end{macrocode}
 %

Modified: trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls
===================================================================
--- trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2016-11-16 02:10:47 UTC (rev 42521)
+++ trunk/Master/texmf-dist/tex/latex/acmart/acmart.cls	2016-11-16 22:27:15 UTC (rev 42522)
@@ -38,7 +38,7 @@
 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesClass{acmart}
-[2016/09/25 v1.22 Typesetting articles for Association of
+[2016/11/16 v1.24 Typesetting articles for Association of
 Computing Machinery]
 \def\@classname{acmart}
 \RequirePackage{xkeyval}
@@ -631,6 +631,7 @@
 \define at choicekey*+{ACM}{acmJournal}[\@journalCode\@journalCode at nr]{%
   CIE,%
   CSUR,%
+  IMWUT,%
   JACM,%
   JDIQ,%
   JEA,%
@@ -637,6 +638,7 @@
   JERIC,%
   JETC,%
   JOCCH,%
+  PACMPL,%
   TAAS,%
   TACCESS,%
   TACO,%
@@ -686,6 +688,11 @@
   \def\@journalName{ACM Computing Surveys}%
   \def\@journalNameShort{ACM Comput. Surv.}%
   \def\@permissionCodeOne{0360-0300}%
+\or % IMWUT
+  \def\@journalName{PACM on Interactive, Mobile, Wearable and
+    Ubiquitous Technologies}%
+  \def\@journalNameShort{PACM Interact. Mob. Wearable Ubiquitous Technol.}%
+  \def\@permissionCodeOne{2474-9567}%
 \or % JACM
   \def\@journalName{Journal of the ACM}%
   \def\@journalNameShort{J. ACM}%
@@ -709,6 +716,9 @@
 \or % JOCCH
   \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.}%
 \or % TAAS
   \def\@journalName{ACM Transactions on Autonomous and Adaptive Systems}%
   \def\@journalNameShort{ACM Trans. Autonom. Adapt. Syst.}%
@@ -867,7 +877,7 @@
 \def\@journalCode at nr{0}
 \def\@journalName{}%
 \def\@journalNameShort{\@journalName}%
-\def\@permissionCodeOne{XXXX-XX}%
+\def\@permissionCodeOne{XXXX-XXXX}%
 \def\@permissionCodeTwo{}%
 \newcommand\acmConference[4][]{%
   \gdef\acmConference at shortname{#1}%



More information about the tex-live-commits mailing list