diff options
author | Karl Berry <karl@freefriends.org> | 2017-03-09 22:39:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-03-09 22:39:26 +0000 |
commit | da576b6db57561a091e51742d3acc9d0874b58d9 (patch) | |
tree | a651205df8201bfd4f1e03f1d6a79889b9bae17c /Master/texmf-dist/tex | |
parent | bef7909767409a4c629efcd13077437822dd6b37 (diff) |
acmart (8mar17)
git-svn-id: svn://tug.org/texlive/trunk@43436 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 14 |
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 931b670e2e2..20e80c6609f 100644 --- a/Master/texmf-dist/tex/latex/acmart/acmart.cls +++ b/Master/texmf-dist/tex/latex/acmart/acmart.cls @@ -38,7 +38,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesClass{acmart} -[2017/03/04 v1.31 Typesetting articles for Association of +[2017/03/07 v1.32 Typesetting articles for Association of Computing Machinery] \def\@classname{acmart} \RequirePackage{xkeyval} @@ -113,6 +113,11 @@ Computing Machinery] \newif\if@ACM@manuscript \newif\if@ACM@journal \newif\if@ACM@sigchiamode +\ifnum\ACM@format@nr=5\relax % siggraph + \ClassWarning{\@classname}{The format `siggraph' is now obsolete. + I am switching to sigconf.} + \setkeys{acmart.cls}{format=sigconf} +\fi \ifnum\ACM@format@nr=0\relax \@ACM@manuscripttrue \else @@ -678,6 +683,7 @@ Computing Machinery] JETC,% JOCCH,% PACMPL,% + POMACS,% TAAS,% TACCESS,% TACO,% @@ -759,6 +765,10 @@ Computing Machinery] \def\@journalName{Proceedings of the ACM on Programming Languages}% \def\@journalName{Proc. ACM Program. Lang.}% \def\@permissionCodeOne{2475-1421}% +\or % POMACS + \def\@journalName{Proceedings of the ACM on Measurement and Analysis of Computing Systems}% + \def\@journalName{Proc. ACM Meas. Anal. Comput. Syst.}% + \def\@permissionCodeOne{2476-1249}% \or % TAAS \def\@journalName{ACM Transactions on Autonomous and Adaptive Systems}% \def\@journalNameShort{ACM Trans. Autonom. Adapt. Syst.}% @@ -1207,7 +1217,7 @@ Computing Machinery] Copyright held by the owner/author(s). Publication rights licensed to ACM\@. \fi} -\def\@formatdoi#1{\url{http://dx.doi.org/#1}} +\def\@formatdoi#1{\url{https://doi.org/#1}} \def\@copyrightpermission{% \ifcase\acm@copyrightmode\relax % none \or % acmcopyright |