summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2009-11-22 19:08:17 +0000
committerKarl Berry <karl@freefriends.org>2009-11-22 19:08:17 +0000
commit6ba278a06ce73b6c285197033bca22cf71c58055 (patch)
treece04f4e2cfba6fc24a861d496acdaed01083130c /Master/texmf-dist/bibtex
parent399ce2319873dee49aa4eda7159bda16e4f6645c (diff)
rsc 3.1c (16oct09)
git-svn-id: svn://tug.org/texlive/trunk@16127 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/bibtex')
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew.bst16
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc.bst16
2 files changed, 12 insertions, 20 deletions
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew.bst b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
index 4c4876bee2e..316263279be 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angew.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
@@ -974,19 +974,15 @@ FUNCTION {inbook}
FUNCTION {incollection}
{ output.bibitem
author empty$
- { booktitle
- format.title.vol
- "booktitle" output.check
+ { booktitle format.title.vol "booktitle" output.check
editor empty$
- { "Need at least an author or an editor for "
- cite$ * warning$ }
- { "" format.editors * "editor" output.check }
- if$
+ { "Need at least an author or an editor for "
+ cite$ * warning$ }
+ { "" format.editors * "editor" output.check }
+ if$
}
{ format.authors output
- booktitle
- format.title.vol
- "booktitle" output.check
+ booktitle format.title.vol.in "booktitle" output.check
}
if$
format.pub.address "publisher" output.check
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
index 36c1d58f30f..cd9785e103b 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
@@ -965,19 +965,15 @@ FUNCTION {inbook}
FUNCTION {incollection}
{ output.bibitem
author empty$
- { booktitle
- format.title
- "booktitle" output.check
+ { booktitle format.title "booktitle" output.check
editor empty$
- { "Need at least an author or an editor for "
- cite$ * warning$ }
- { "" format.editors * "editor" output.check }
- if$
+ { "Need at least an author or an editor for "
+ cite$ * warning$ }
+ { "" format.editors * "editor" output.check }
+ if$
}
{ format.authors output
- booktitle
- format.title
- "booktitle" output.check
+ booktitle format.title.in "booktitle" output.check
}
if$
format.pub.address "publisher" output.check