diff options
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/angew.bst | 19 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/rsc/rsc.bst | 21 |
2 files changed, 35 insertions, 5 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 diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst index b912ae1cae7..11b427c16f5 100644 --- a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst +++ b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst @@ -562,6 +562,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$ @@ -996,7 +1009,7 @@ FUNCTION {incollection} format.pub.address "publisher" output.check format.edition output format.bdate "year" output.check - format.bvolume output + format.cvolume output format.chapter.pages "chapter and pages" output.check format.doi fin.entry @@ -1434,7 +1447,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$ @@ -1491,7 +1506,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 |