From 2866e8739ce92af0dac97e719ed300b9a2b6abaa Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 29 May 2022 20:36:41 +0000 Subject: acmart (29may22) git-svn-id: svn://tug.org/texlive/trunk@63437 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/bibtex') 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 := -- cgit v1.2.3