summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/acmart/acmart.dtx
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-12-07 03:01:53 +0000
committerNorbert Preining <norbert@preining.info>2021-12-07 03:01:53 +0000
commit6336c19969656f3ee5f0b0fed00aaf64369a40e7 (patch)
tree93ac1bef29345070342f1e9c4290d7ddb201e486 /macros/latex/contrib/acmart/acmart.dtx
parent51bc8dcf794519b64c5c4a92dd3c09097025167f (diff)
CTAN sync 202112070301
Diffstat (limited to 'macros/latex/contrib/acmart/acmart.dtx')
-rw-r--r--macros/latex/contrib/acmart/acmart.dtx8
1 files changed, 6 insertions, 2 deletions
diff --git a/macros/latex/contrib/acmart/acmart.dtx b/macros/latex/contrib/acmart/acmart.dtx
index ed0a0c82de..5ae318c715 100644
--- a/macros/latex/contrib/acmart/acmart.dtx
+++ b/macros/latex/contrib/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}