summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/acmart
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-02-06 21:13:41 +0000
committerKarl Berry <karl@freefriends.org>2022-02-06 21:13:41 +0000
commit69005bfa2477e6972bba3ca0a88841c7aa758260 (patch)
tree3b944bb325802a54822b93038d38047e178eede1 /Master/texmf-dist/tex/latex/acmart
parentab04751529a7220704b29844df05b19dba4c48f3 (diff)
acmart (6feb22)
git-svn-id: svn://tug.org/texlive/trunk@61919 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/acmart')
-rw-r--r--Master/texmf-dist/tex/latex/acmart/ACM-Reference-Format.bbx13
-rw-r--r--Master/texmf-dist/tex/latex/acmart/acmart.cls14
2 files changed, 25 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/acmart/ACM-Reference-Format.bbx b/Master/texmf-dist/tex/latex/acmart/ACM-Reference-Format.bbx
index b3ae500389a..e9cb5453003 100644
--- a/Master/texmf-dist/tex/latex/acmart/ACM-Reference-Format.bbx
+++ b/Master/texmf-dist/tex/latex/acmart/ACM-Reference-Format.bbx
@@ -263,7 +263,18 @@
\usebibmacro{issue}%
\newunit}
-
+\renewbibmacro*{doi+eprint+url}{%
+ \iftoggle{bbx:url}
+ {\iffieldundef{doi}{\usebibmacro{url+urldate}}{}}
+ {}%
+ \newunit\newblock
+ \iftoggle{bbx:eprint}
+ {\usebibmacro{eprint}}
+ {}%
+ \newunit\newblock
+ \iftoggle{bbx:doi}
+ {\printfield{doi}}
+ {}}
%%% Definitions for drivers (alphabetical)
diff --git a/Master/texmf-dist/tex/latex/acmart/acmart.cls b/Master/texmf-dist/tex/latex/acmart/acmart.cls
index 9dda4fc1c9f..460deb3714a 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}
-[2021/12/05 v1.81 Typesetting articles for the Association for Computing Machinery]
+[2022/02/05 v1.82 Typesetting articles for the Association for Computing Machinery]
\def\@classname{acmart}
\InputIfFileExists{acmart-preload-hook.tex}{%
\ClassWarning{\@classname}{%
@@ -1025,6 +1025,7 @@
\def\@journalName{Formal Aspects of Computing}%
\def\@journalNameShort{Form. Asp. Comput.}%
\def\@permissionCodeOne{0934-5043}%
+ \def\@permissionCodeTwo{1433-299X}%
\or % HEALTH
\def\@journalName{ACM Transactions on Computing for Healthcare}%
\def\@journalNameShort{ACM Trans. Comput. Healthcare}%
@@ -1094,6 +1095,8 @@
\or % TACO
\def\@journalName{ACM Transactions on Architecture and Code Optimization}%
\def\@journalNameShort{ACM Trans. Arch. Code Optim.}%
+ \def\@permissionCodeOne{1544-3566}%
+ \def\@permissionCodeTwo{1544-3973}%
\or % TALG
\def\@journalName{ACM Transactions on Algorithms}%
\def\@journalNameShort{ACM Trans. Algor.}%
@@ -1188,6 +1191,7 @@
\def\@permissionCodeOne{0730-0301}
\or % TOIS
\def\@journalName{ACM Transactions on Information Systems}%
+ \def\@journalNameShort{ACM Trans. Inf. Syst.}%
\def\@permissionCodeOne{1046-8188}%
\or % TOIT
\def\@journalName{ACM Transactions on Internet Technology}%
@@ -1196,6 +1200,8 @@
\or % TOMACS
\def\@journalName{ACM Transactions on Modeling and Computer Simulation}%
\def\@journalNameShort{ACM Trans. Model. Comput. Simul.}%
+ \def\@permissionCodeOne{1049-3301}%
+ \def\@permissionCodeTwo{1558-1195}%
\or % TOMM
\def\@journalName{ACM Transactions on Multimedia Computing, Communications and Applications}%
\def\@journalNameShort{ACM Trans. Multimedia Comput. Commun. Appl.}%
@@ -1815,6 +1821,12 @@
\else
\g@addto@macro\thankses{\thanks{#1}}%
\fi}}
+\newcommand{\anon}[2][ANONYMIZED]{%
+ \if@ACM@anonymous%
+ {\color{ACMOrange}#1}%
+ \else%
+ #2%
+ \fi}
\ifx\@beginmaketitlehook\@undefined
\let\@beginmaketitlehook\@empty
\fi