diff options
author | Karl Berry <karl@freefriends.org> | 2016-08-07 21:26:32 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-08-07 21:26:32 +0000 |
commit | d3a34e1a80d0e20d4ad8fa7c16a897fb9a90e35c (patch) | |
tree | d98f224edc64853a9d4b27bf6e4579bca4aedf01 /Master/texmf-dist/bibtex | |
parent | aa378c63179f610e9d08b496b08d058e25024889 (diff) |
acmart (6aug16)
git-svn-id: svn://tug.org/texlive/trunk@41817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst | 9 |
1 files changed, 7 insertions, 2 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 670b2b55481..c036479984e 100644 --- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst +++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst @@ -817,7 +817,8 @@ FUNCTION { output.year.check } year empty.or.unknown { "empty year in " cite$ * warning$ } { write$ - " " year * extra.label * + " \bibinfo{year}{" year * "}" * + "\natexlab{" extra.label * "}" * * mid.sentence 'output.state := } if$ @@ -1239,7 +1240,10 @@ FUNCTION { format.editors.fml } editor empty.or.unknown { "" } { - editor format.names.fml editor num.names$ #1 > + "\bibfield{editor}{" + editor format.names.fml + * "}" * + editor num.names$ #1 > { " (Eds.)" * } { " (Ed.)" * } if$ @@ -3325,6 +3329,7 @@ FUNCTION { begin.bib } "% invisible to TeX" writeln "\providecommand\bibfield[2]{#2}" writeln "\providecommand\bibinfo[2]{#2}" writeln + "\providecommand\natexlab[1]{#1}" writeln } EXECUTE {begin.bib} |