summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex/bst
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-03 18:20:02 +0000
committerKarl Berry <karl@freefriends.org>2019-05-03 18:20:02 +0000
commit581a89125a8e5ac5b8be27a1d62b72a5e77e05fd (patch)
tree89dec269a0eebaa8c23c62e5e66222115d78322e /Master/texmf-dist/bibtex/bst
parent82729f5722f58fbfd10f586d14176b69f508b514 (diff)
acmart (21apr19)
git-svn-id: svn://tug.org/texlive/trunk@50968 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex/bst')
-rw-r--r--Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst10
1 files changed, 5 insertions, 5 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 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 :=