diff options
author | Karl Berry <karl@freefriends.org> | 2017-04-24 21:25:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-04-24 21:25:47 +0000 |
commit | b84f33e7d31e7a93ab4197d49c64036eff027dcf (patch) | |
tree | daba0663a0e018e27cb6d27113fcd8b76a058900 /Master/texmf-dist/tex | |
parent | 9cb4966bf3b30f63881408c2c31e4fdb357ada9b (diff) |
acmart (24apr17)
git-svn-id: svn://tug.org/texlive/trunk@44022 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index bc54fd505de..7557fe327b9 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} -[2017/04/09 v1.34 Typesetting articles for Association of +[2017/04/23 v1.35 Typesetting articles for Association of Computing Machinery] \def\@classname{acmart} \InputIfFileExists{acmart-preload-hook.tex}{% @@ -278,7 +278,7 @@ Computing Machinery] \newcommand{\bibstyle@acmauthoryear}{% \setcitestyle{% authoryear,% - open={(},close={)},citesep={;},% + open={[},close={]},citesep={;},% aysep={},yysep={,},% notesep={, }}} \newcommand{\bibstyle@acmnumeric}{% @@ -1203,11 +1203,13 @@ Computing Machinery] \fi \ifnum\acm@copyrightmode=3\relax % rightsretained \@acmownedfalse + \acmPrice{}% \fi \ifnum\acm@copyrightmode=4\relax % usgov \@printpermissiontrue \@printcopyrightfalse \@acmownedfalse + \acmPrice{}% \fi \ifnum\acm@copyrightmode=6\relax % cagov \@acmownedfalse @@ -1440,8 +1442,8 @@ Computing Machinery] \fi\\ \else \if@ACM@journal - \@permissionCodeOne/\@acmYear/\@acmMonth-ART\@acmArticle\ - \$\@acmPrice\\ + \@permissionCodeOne/\@acmYear/\@acmMonth-ART\@acmArticle + \ifx\@acmPrice\@empty\else\ \$\@acmPrice\fi\\ \@formatdoi{\@acmDOI}% \else % Conference ACM~ISBN~\@acmISBN |