From 581a89125a8e5ac5b8be27a1d62b72a5e77e05fd Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 3 May 2019 18:20:02 +0000 Subject: acmart (21apr19) git-svn-id: svn://tug.org/texlive/trunk@50968 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Master/texmf-dist/bibtex/bst') 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 5a7f2428434..0f21d77438a 100644 --- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst +++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst @@ -448,12 +448,12 @@ FUNCTION { format.articleno } } FUNCTION { format.year } -{ % push year string or "[n. d.]" onto output stack +{ % push year string or "[n.\,d.]" onto output stack %% Because year is a mandatory field, we always force SOMETHING %% to be output "\bibinfo{year}{" year empty.or.unknown - { "[n. d.]" } + { "[n.\,d.]" } { year } if$ * "}" * @@ -732,7 +732,7 @@ FUNCTION { output.year.check } year empty.or.unknown { "empty year in " cite$ * warning$ write$ - " \bibinfo{year}{[n. d.]}" + " \bibinfo{year}{[n.d.]}" "\natexlab{" extra.label * "}" * * mid.sentence 'output.state := } @@ -1922,7 +1922,7 @@ FUNCTION { calc.basic.label } if$ duplicate$ year empty.or.unknown - { "[n. d.]" } + { "[n.d.]" } { year field.or.null purify$ #-1 #4 substring$} if$ * @@ -1970,7 +1970,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