diff options
author | Karl Berry <karl@freefriends.org> | 2016-09-06 21:30:56 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-09-06 21:30:56 +0000 |
commit | 22b1546e4e62d89b1361ec2c9f26221e22d9a428 (patch) | |
tree | 06a7d142cb7312810a256b59f429797b8c38695c /Master/texmf-dist/tex/latex/acmart/acmart.cls | |
parent | b17c2558bca9c4b79e1b9352a7cee8c940542e1b (diff) |
acmart (6sep16)
git-svn-id: svn://tug.org/texlive/trunk@42001 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acmart/acmart.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/acmart/acmart.cls | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls index 5bd1277ad2d..2346d823e9c 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} -[2016/08/06 v1.20 Typesetting articles for Association of +[2016/09/04 v1.21 Typesetting articles for Association of Computing Machinery] \def\@classname{acmart} \RequirePackage{xkeyval} @@ -2163,6 +2163,13 @@ Computing Machinery] \else \includecomment{anonsuppress} \fi +\newcommand\showeprint[2][arxiv]{% + \def\@tempa{#1}% + \ifx\@tempa\@empty\def\@tempa{arxiv}\fi + \def\@tempb{arxiv}% + \ifx\@tempa\@tempb + arXiv:\href{http://arxiv.org/abs/#2}{#2}\else arXiv:#2% + \fi} \normalsize\normalfont \endinput %% |