diff options
author | Karl Berry <karl@freefriends.org> | 2020-05-04 21:13:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-05-04 21:13:10 +0000 |
commit | bfd64d0b9113fb5c12cb2c7de325c7a577d702dd (patch) | |
tree | 10c85573ce2cf686ae061229f547b402e25d2ad6 /Master/texmf-dist/bibtex | |
parent | 91c404ee0403060400c941a9546c4100a1b90b07 (diff) |
acmart (4may20)
git-svn-id: svn://tug.org/texlive/trunk@55004 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 | 19 |
1 files changed, 17 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 80ed3bb23f5..18bf3b82b6c 100644 --- a/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst +++ b/Master/texmf-dist/bibtex/bst/acmart/ACM-Reference-Format.bst @@ -1358,7 +1358,19 @@ FUNCTION { format.series } { series empty.or.unknown {""} - {" \emph{(\bibinfo{series}{" * series "})}" *} + {" \emph{(\bibinfo{series}{" * series "}" * + volume empty.or.unknown + { + number empty.or.unknown + {")}" *} + {", \bibinfo{number}{" number "})}" * * *} + if$ + } + {", Vol.~\bibinfo{volume}{" volume "})}" * * * + "volume and number" number either.or.check + } + if$ + } if$ } @@ -2290,7 +2302,10 @@ FUNCTION { inproceedings } { format.in.emphasize.booktitle format.city "booktitle" output.check.dot.space format.series output.removenospace format.editors.fml output % BV 2011/09/27 Moved dot to comma - format.bvolume.noseries output + series empty.or.unknown + { format.bvolume.noseries output } + {} + if$ new.sentence organization output publisher "publisher" bibinfo.output.check % jtb: require publisher (?) |