diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-22 19:08:17 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-22 19:08:17 +0000 |
commit | 6ba278a06ce73b6c285197033bca22cf71c58055 (patch) | |
tree | ce04f4e2cfba6fc24a861d496acdaed01083130c /Master/texmf-dist/source/latex/rsc/rsc.dtx | |
parent | 399ce2319873dee49aa4eda7159bda16e4f6645c (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/source/latex/rsc/rsc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/rsc/rsc.dtx | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/Master/texmf-dist/source/latex/rsc/rsc.dtx b/Master/texmf-dist/source/latex/rsc/rsc.dtx index 235cf212770..4395edc1c75 100644 --- a/Master/texmf-dist/source/latex/rsc/rsc.dtx +++ b/Master/texmf-dist/source/latex/rsc/rsc.dtx @@ -93,14 +93,11 @@ This work consists of the file rsc.dtx \else \expandafter\endgroup \fi -\immediate\write18{bibtex8 --wolfgang rsc} -\immediate\write18{makeindex -s gglo.ist -o rsc.gls rsc.glo} -\immediate\write18{makeindex -s gind.ist -o rsc.ind rsc.idx} %</internal> %<*package> \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{rsc} - [2009/07/07 v3.1b Support for RSC and Wiley journals] + [2009/10/16 v3.1c Support for RSC and Wiley journals] %</package> %<*driver> \documentclass[a4paper]{ltxdoc} @@ -119,8 +116,6 @@ This work consists of the file rsc.dtx %</driver> % \fi % -%\CheckSum{84} -% %\GetFileInfo{\jobname.sty} % %\makeatletter @@ -1745,21 +1740,17 @@ FUNCTION {inbook} FUNCTION {incollection} { output.bibitem author empty$ - { booktitle -%<rsc> format.title -%<angew> format.title.vol - "booktitle" output.check +%<rsc> { booktitle format.title "booktitle" output.check +%<angew> { 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 -%<rsc> format.title -%<angew> format.title.vol - "booktitle" output.check +%<rsc> booktitle format.title.in "booktitle" output.check +%<angew> booktitle format.title.vol.in "booktitle" output.check } if$ format.pub.address "publisher" output.check |