diff options
author | Karl Berry <karl@freefriends.org> | 2021-08-30 20:29:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-08-30 20:29:16 +0000 |
commit | 635efd4bf49d23bb891976fa9a68a20b95c689e9 (patch) | |
tree | 4d9162d195f278c9a14d8f28a6c89661fd8925f4 /Master/texmf-dist/bibtex/bst | |
parent | 6a46c1944da50ee903ea6376db4239bced818648 (diff) |
acmart (30aug21)
git-svn-id: svn://tug.org/texlive/trunk@60372 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.bst | 13 |
1 files changed, 7 insertions, 6 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 807c0332d09..bdc7bc2147d 100644 --- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst +++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst @@ -3,6 +3,7 @@ %%% @BibTeX-style-file{ %%% author = "Nelson H. F. Beebe, Boris Veytsman and Gerald Murray", %%% version = "2.1", +%%% acmart-version = "1.79", %%% date = "14 June 2017", %%% filename = "ACM-Reference-Format.bst", %%% email = "borisv@lk.net, boris@varphi.com", @@ -692,7 +693,7 @@ FUNCTION { output.note } % UTAH { % return with stack empty note empty.or.unknown { } - { "\shownote{" note add.period$ * "}" * writeln } + { "\shownote{" note * "}" add.period$ * writeln } if$ } @@ -700,7 +701,7 @@ FUNCTION { output.note.check } % UTAH { % return with stack empty note empty.or.unknown { "empty note in " cite$ * warning$ } - { "\shownote{" note add.period$ * "}" * writeln } + { "\shownote{" note * "}" add.period$ * writeln } if$ } @@ -770,7 +771,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 := } @@ -1989,7 +1990,7 @@ FUNCTION { calc.basic.label } if$ duplicate$ year empty.or.unknown - { "[n.d.]" } + { "[n.\,d.]" } { year field.or.null purify$ #-1 #4 substring$} if$ * @@ -2037,7 +2038,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 := @@ -2429,7 +2430,7 @@ FUNCTION { phdthesis } new.block format.title emphasize "title" output.check % NB: ACM style requires emphasized thesis title new.block - "\bibinfo{thesistype}{Ph.D. Dissertation}" format.thesis.type output + "\bibinfo{thesistype}{Ph.\,D. Dissertation}" format.thesis.type output new.sentence school "school" bibinfo.output.check address empty.or.unknown |