From 6ba278a06ce73b6c285197033bca22cf71c58055 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 22 Nov 2009 19:08:17 +0000 Subject: rsc 3.1c (16oct09) git-svn-id: svn://tug.org/texlive/trunk@16127 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/bibtex/bst/rsc/angew.bst | 16 ++++++---------- Master/texmf-dist/bibtex/bst/rsc/rsc.bst | 16 ++++++---------- 2 files changed, 12 insertions(+), 20 deletions(-) (limited to 'Master/texmf-dist/bibtex/bst/rsc') 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 -- cgit v1.2.3