summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-01-17 20:56:30 +0000
committerKarl Berry <karl@freefriends.org>2008-01-17 20:56:30 +0000
commit57a03e95e90053ef4495e528abb0f8aae5a9862d (patch)
tree4b0dfb588339dc8c1d1efc39cfb20fe82c9f05dc /Master/texmf-dist/source
parente4f6b6c0d6164dceee9cd08e5be85caf0ede6817 (diff)
rsc 2.2a (16jan08)
git-svn-id: svn://tug.org/texlive/trunk@6295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r--Master/texmf-dist/source/latex/rsc/rsc.dtx53
-rw-r--r--Master/texmf-dist/source/latex/rsc/rsc.ins2
2 files changed, 33 insertions, 22 deletions
diff --git a/Master/texmf-dist/source/latex/rsc/rsc.dtx b/Master/texmf-dist/source/latex/rsc/rsc.dtx
index 7256cac6f41..1d2ffa77b46 100644
--- a/Master/texmf-dist/source/latex/rsc/rsc.dtx
+++ b/Master/texmf-dist/source/latex/rsc/rsc.dtx
@@ -103,8 +103,6 @@
\generate{\usepostamble\bibtexable
\file{rscM.bst}{\from{rsc.dtx}{bib,rsc,mcp}}
\file{angewM.bst}{\from{rsc.dtx}{bib,angew,mcp}}
- \file{rscnatM.bst}{\from{rsc.dtx}{bib,rsc,nat,mcp}}
- \file{angewnatM.bst}{\from{rsc.dtx}{bib,angew,nat,mcp}}
}
\endbatchfile
%</install>
@@ -160,10 +158,8 @@
%\changes{v2.2}{2007/10/16}{License change to LPPL}
%\changes{v2.2}{2007/10/16}{Improved packaging}
%\changes{v2.2}{2007/10/16}{\LaTeX\ package converted to stub}
-%\changes{v2.2a}{2008/01/16}{Added \pkg{mciteplus} support}
+%\changes{v2.2a}{2008/01/16}{Added \textsf{mciteplus} support}
%\changes{v2.2a}{2008/01/16}{Documentation improvements}
-%\changes{v2.2b}{2008/01/16}{Added combined \pkg{mciteplus} and
-% \pkg{natbib} support}
%
%\DoNotIndex{}
%
@@ -206,7 +202,6 @@
% \item \meta{nat} \pkg{natbib}-compatible styles (which need the
% \opt{numbers,super} options with \pkg{natbib};
% \item \meta{M} Designed for use with the \pkg{mciteplus} package;
-% \item \meta{natM} Combine \pkg{mciteplus} and \pkg{natbib} support;
% \item \meta{-mc} For use with the \pkg{mcite} package, and provided
% for back-compatibility only.
%\end{itemize}
@@ -321,7 +316,7 @@
% First of all, the package identifies itself.
% \begin{macrocode}
\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{rsc}[2008/01/16 v2.2b
+\ProvidesPackage{rsc}[2008/01/16 v2.2a
Useful chemistry functions]
% \end{macrocode}
% A warning is given that the package has been superseded.
@@ -1789,7 +1784,7 @@ EXECUTE {initialize.longest.label}
ITERATE {forward.pass}
%</nat>
-%<*!mcp>
+%<*!mc&!nat&!mcp>
FUNCTION {begin.bib}
{ preamble$ empty$
'skip$
@@ -1797,15 +1792,37 @@ FUNCTION {begin.bib}
if$
"\providecommand{\url}[1]{\texttt{#1}}"
write$ newline$
-%<!nat&!mc> "\begin{thebibliography}{" longest.label * "}" * write$ newline$
-%<!nat&mc> "\begin{mcbibliography}{" longest.label * "}" * write$ newline$
-%<nat> "\begin{thebibliography}{" number.label int.to.str$ * "}" *
-%<nat> write$ newline$
-%<nat> "\providecommand{\natexlab}[1]{#1}"
-%<nat> write$ newline$
+ "\begin{thebibliography}{" longest.label * "}" * write$ newline$
}
-%</!mcp>
+%</!mc&!nat&!mcp>
+%<*!mc&!mcp&nat>
+FUNCTION {begin.bib}
+{ preamble$ empty$
+ 'skip$
+ { preamble$ write$ newline$ }
+ if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
+ "\begin{thebibliography}{" number.label int.to.str$ * "}" *
+ write$ newline$
+ "\providecommand{\natexlab}[1]{#1}"
+ write$ newline$
+}
+
+%</!mc&!mcp&nat>
+%<*mc>
+FUNCTION {begin.bib}
+{ preamble$ empty$
+ 'skip$
+ { preamble$ write$ newline$ }
+ if$
+ "\providecommand{\url}[1]{\texttt{#1}}"
+ write$ newline$
+ "\begin{mcbibliography}{" longest.label * "}" * write$ newline$
+}
+
+%</mc>
%<*mcp>
FUNCTION {begin.bib}
{ preamble$ empty$
@@ -1819,11 +1836,7 @@ FUNCTION {begin.bib}
write$ newline$
"{This bibstyle requires the use of the mciteplus package.}\fi"
write$ newline$
-%<!nat> "\begin{mcitethebibliography}{" longest.label * "}" * write$ newline$
-%<nat> "\begin{mcitethebibliography}{" number.label int.to.str$ * "}" *
-%<nat> write$ newline$
-%<nat> "\providecommand{\natexlab}[1]{#1}"
-%<nat> write$ newline$
+ "\begin{mcitethebibliography}{" longest.label * "}" * write$ newline$
"\mciteSetBstSublistMode{f}"
write$ newline$
%<rsc> "\mciteSetBstMaxWidthForm{subitem}{(\emph{\alph{mcitesubitemcount}})}"
diff --git a/Master/texmf-dist/source/latex/rsc/rsc.ins b/Master/texmf-dist/source/latex/rsc/rsc.ins
index c0967115191..f161082b07c 100644
--- a/Master/texmf-dist/source/latex/rsc/rsc.ins
+++ b/Master/texmf-dist/source/latex/rsc/rsc.ins
@@ -48,8 +48,6 @@
\generate{\usepostamble\bibtexable
\file{rscM.bst}{\from{rsc.dtx}{bib,rsc,mcp}}
\file{angewM.bst}{\from{rsc.dtx}{bib,angew,mcp}}
- \file{rscnatM.bst}{\from{rsc.dtx}{bib,rsc,nat,mcp}}
- \file{angewnatM.bst}{\from{rsc.dtx}{bib,angew,nat,mcp}}
}
\endbatchfile
\endinput