summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/bibtex
diff options
context:
space:
mode:
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