summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2022-05-29 20:36:41 +0000
committerKarl Berry <karl@freefriends.org>2022-05-29 20:36:41 +0000
commit2866e8739ce92af0dac97e719ed300b9a2b6abaa (patch)
tree0f934c150456f3fa62fdd06a9b153c917ddd4774 /Master/texmf-dist/bibtex
parent9ec24ccbacb63562ab65cd16a05678dcd4756167 (diff)
acmart (29may22)
git-svn-id: svn://tug.org/texlive/trunk@63437 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
index 7984639a6d9..ef3470f5420 100644
--- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
+++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst
@@ -152,7 +152,7 @@ FUNCTION { empty.or.unknown }
}
FUNCTION { empty.or.zero }
-{
+{
%% Examine the top entry and push 1 if it is empty, or is zero
duplicate$ empty$
{ pop$ #1 }
@@ -2005,7 +2005,7 @@ FUNCTION { calc.basic.label }
if$
duplicate$
year empty.or.unknown
- { "[n.\,d.]" }
+ { "{[n.\,d.]}" }
{ year field.or.null purify$ #-1 #4 substring$}
if$
*
@@ -2053,7 +2053,7 @@ FUNCTION { calc.label }
% save the year for sort processing afterwards (adding a, b, c, etc.)
%
year empty.or.unknown
- { "[n.\,d.]" }
+ { "{[n.\,d.]}" }
{ year field.or.null purify$ #-1 #4 substring$}
if$
'label.year :=