diff options
author | Karl Berry <karl@freefriends.org> | 2021-12-06 21:23:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-12-06 21:23:29 +0000 |
commit | 8a215a4751b40779704e0abbe4e1282a5e192ad2 (patch) | |
tree | dcf192cdcbe75027b9a3fc1a696c788eb17cb669 /Master/texmf-dist/source/latex/acmart | |
parent | 10aaed81155d650788318b7e044f625530a1e6fc (diff) |
acmart (6dec21)
git-svn-id: svn://tug.org/texlive/trunk@61233 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/acmart')
-rw-r--r-- | Master/texmf-dist/source/latex/acmart/acmart.dtx | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/texmf-dist/source/latex/acmart/acmart.dtx b/Master/texmf-dist/source/latex/acmart/acmart.dtx index ed0a0c82de9..5ae318c7151 100644 --- a/Master/texmf-dist/source/latex/acmart/acmart.dtx +++ b/Master/texmf-dist/source/latex/acmart/acmart.dtx @@ -1457,6 +1457,10 @@ % doi = "10.1145/1188913.1188915", % url = "http://ccrma.stanford.edu/~jos/bayes/bayes.pdf", % \end{verbatim} +% Normally the printing of URL is suppressed if DOI is present. +% However, there is a special field \path{distinctURL}. If it is +% present and is not zero, URL is printed even if DOI is present. +% % % The style supports the arXiv-recommended fields \path{eprint} and % (optionally) \path{primaryclass}, for example, @@ -1939,7 +1943,7 @@ \ProvidesFile{acmart.dtx} %</gobble> %<class>\ProvidesClass{acmart} -[2021/09/24 v1.80 Typesetting articles for the Association for Computing Machinery] +[2021/12/05 v1.81 Typesetting articles for the Association for Computing Machinery] % \end{macrocode} % % \changes{v1.00}{2016/04/14}{First released version} @@ -7496,7 +7500,7 @@ \ifx\@tempa\@tempb\relax arXiv:\href{https://arxiv.org/abs/#2}{#2}% \else - arXiv:#2% + #1:#2% \fi \fi} % \end{macrocode} |