summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-08-24 22:52:20 +0000
committerKarl Berry <karl@freefriends.org>2016-08-24 22:52:20 +0000
commit294e3885d5690afb44c9e24aebd44125d3a0c618 (patch)
tree395557c800ddb6397b353f564f72abd3cc54652f /Master/texmf-dist/bibtex
parent38f19219bd0becb7a7a83e93c4265f54bf8d8315 (diff)
rsc (23aug16)
git-svn-id: svn://tug.org/texlive/trunk@41923 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew.bst19
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc.bst21
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