diff options
Diffstat (limited to 'Master/texmf-dist/bibtex/bst/rsc/angew.bst')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/angew.bst | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew.bst b/Master/texmf-dist/bibtex/bst/rsc/angew.bst index f598f0717e4..79249671180 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/angew.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/angew.bst @@ -569,6 +569,19 @@ FUNCTION {format.bvolume} if$ } +FUNCTION {format.cvolume} +{ volume empty$ + { "" } + { + bbl.volume volume tie.or.space.connect + series empty$ + 'skip$ + { " of " * series * } + if$ + } + if$ +} + FUNCTION {format.title.noemph} { 't := t empty$ @@ -1441,7 +1454,9 @@ EXECUTE {initialize.longest.label} ITERATE {forward.pass} FUNCTION {begin.bib} -{ preamble$ empty$ +{ + "rsc 2016/08/22 v3.1f" top$ + preamble$ empty$ 'skip$ { preamble$ write$ newline$ } if$ @@ -1498,7 +1513,7 @@ FUNCTION {end.bib} EXECUTE {end.bib} %% -%% Copyright (C) 2006-2009,2011 by +%% Copyright (C) 2006-2009,2011,2013,2016 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% It may be distributed and/or modified under the conditions of |