texlive[41923] Master/texmf-dist: rsc (23aug16)

commits+karl at tug.org commits+karl at tug.org
Thu Aug 25 00:52:20 CEST 2016


Revision: 41923
          http://tug.org/svn/texlive?view=revision&revision=41923
Author:   karl
Date:     2016-08-25 00:52:20 +0200 (Thu, 25 Aug 2016)
Log Message:
-----------
rsc (23aug16)

Modified Paths:
--------------
    trunk/Master/texmf-dist/bibtex/bst/rsc/angew.bst
    trunk/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
    trunk/Master/texmf-dist/doc/latex/rsc/rsc.pdf
    trunk/Master/texmf-dist/source/latex/rsc/rsc.dtx
    trunk/Master/texmf-dist/tex/latex/rsc/rsc.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/doc/latex/rsc/LICENSE.md
    trunk/Master/texmf-dist/doc/latex/rsc/README.md

Removed Paths:
-------------
    trunk/Master/texmf-dist/doc/latex/rsc/README
    trunk/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex
    trunk/Master/texmf-dist/doc/latex/rsc/rsc.bib
    trunk/Master/texmf-dist/source/latex/rsc/rsc.ins

Modified: trunk/Master/texmf-dist/bibtex/bst/rsc/angew.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/rsc/angew.bst	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/bibtex/bst/rsc/angew.bst	2016-08-24 22:52:20 UTC (rev 41923)
@@ -569,6 +569,19 @@
   if$
 }
 
+FUNCTION {format.cvolume}
+{ volume empty$
+    { "" }
+    {
+      bbl.volume volume tie.or.space.connect
+      series empty$
+        'skip$
+        { " of " * series * }
+      if$
+    }
+  if$
+}
+
 FUNCTION {format.title.noemph}
 { 't :=
   t empty$
@@ -1441,7 +1454,9 @@
 ITERATE {forward.pass}
 
 FUNCTION {begin.bib}
-{ preamble$ empty$
+{
+  "rsc 2016/08/22 v3.1f" top$
+  preamble$ empty$
     'skip$
     { preamble$ write$ newline$ }
   if$
@@ -1498,7 +1513,7 @@
 
 EXECUTE {end.bib}
 %% 
-%% Copyright (C) 2006-2009,2011 by
+%% Copyright (C) 2006-2009,2011,2013,2016 by
 %%   Joseph Wright <joseph.wright at morningstar2.co.uk>
 %% 
 %% It may be distributed and/or modified under the conditions of

Modified: trunk/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
===================================================================
--- trunk/Master/texmf-dist/bibtex/bst/rsc/rsc.bst	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/bibtex/bst/rsc/rsc.bst	2016-08-24 22:52:20 UTC (rev 41923)
@@ -562,6 +562,19 @@
   if$
 }
 
+FUNCTION {format.cvolume}
+{ volume empty$
+    { "" }
+    {
+      bbl.volume volume tie.or.space.connect
+      series empty$
+        'skip$
+        { " of " * series * }
+      if$
+    }
+  if$
+}
+
 FUNCTION {format.title.noemph}
 { 't :=
   t empty$
@@ -996,7 +1009,7 @@
   format.pub.address "publisher" output.check
   format.edition output
   format.bdate "year" output.check
-  format.bvolume output
+  format.cvolume output
   format.chapter.pages "chapter and pages" output.check
   format.doi
   fin.entry
@@ -1434,7 +1447,9 @@
 ITERATE {forward.pass}
 
 FUNCTION {begin.bib}
-{ preamble$ empty$
+{
+  "rsc 2016/08/22 v3.1f" top$
+  preamble$ empty$
     'skip$
     { preamble$ write$ newline$ }
   if$
@@ -1491,7 +1506,7 @@
 
 EXECUTE {end.bib}
 %% 
-%% Copyright (C) 2006-2009,2011 by
+%% Copyright (C) 2006-2009,2011,2013,2016 by
 %%   Joseph Wright <joseph.wright at morningstar2.co.uk>
 %% 
 %% It may be distributed and/or modified under the conditions of

Added: trunk/Master/texmf-dist/doc/latex/rsc/LICENSE.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/rsc/LICENSE.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/rsc/LICENSE.md	2016-08-24 22:52:20 UTC (rev 41923)
@@ -0,0 +1,5 @@
+Released under the [LaTeX Project Public
+License](http://www.latex-project.org/lppl.txt), v1.3c or later.
+
+The package has status 'maintained': the current maintainer is
+[Joseph Wright](joseph.wright at morningstar2.co.uk).
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/latex/rsc/LICENSE.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/doc/latex/rsc/README
===================================================================
--- trunk/Master/texmf-dist/doc/latex/rsc/README	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/doc/latex/rsc/README	2016-08-24 22:52:20 UTC (rev 41923)
@@ -1,14 +0,0 @@
-----------------------------------------------------------------
-rsc --- BibTeX styles for Royal Society of Chemistry and Wiley
-  journals
-E-mail: joseph.wright at morningstar2.co.uk
-Released under the LaTeX Project Public License v1.3c or later
-See http://www.latex-project.org/lppl.txt
-----------------------------------------------------------------
-
-The rsc package provides BibTeX style files to produce
-bibliographies in accordance with the guidelines of the Royal
-Society of Chemistry and Wiley chemistry-related journals. The
-styles require the use of natbib.  In addition, a short LaTeX
-package is included; this provides a convenient user interface to
-the customisation hooks made available by the BibTeX styles.

Added: trunk/Master/texmf-dist/doc/latex/rsc/README.md
===================================================================
--- trunk/Master/texmf-dist/doc/latex/rsc/README.md	                        (rev 0)
+++ trunk/Master/texmf-dist/doc/latex/rsc/README.md	2016-08-24 22:52:20 UTC (rev 41923)
@@ -0,0 +1,31 @@
+rsc - BibTeX styles for Royal Society of Chemistry and Wiley journals
+=====================================================================
+
+The `rsc` package provides BibTeX style files to produce
+bibliographies in accordance with the guidelines of the Royal
+Society of Chemistry and Wiley chemistry-related journals. The
+styles require the use of `natbib`.  In addition, a short LaTeX 
+package is included; this provides a convenient user interface to 
+the customisation hooks made available by the BibTeX styles.
+
+Installation
+------------
+
+The package is supplied in `.dtx` format and as a pre-extracted
+zip file, `rsc.tds.zip`. The later is most convenient for
+most users: simply unzip this in your local `texmf` directory.
+If you want to unpack the `.dtx` yourself, running `tex
+rsc.dtx` will extract the package whereas 'latex rsc.dtx
+will extract it and also typeset the documentation.
+
+Typesetting the documentation requires a number of packages in
+addition to those needed to use the package. This is mainly 
+because of the number of demonstration items included in the 
+text. To compile the documentation without error, you will 
+need the packages:
+ - `helvet`
+ - `hypdoc`
+ - `listings`
+ - `lmodern`
+ - `mathpazo`
+ - `microtype`
\ No newline at end of file


Property changes on: trunk/Master/texmf-dist/doc/latex/rsc/README.md
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Deleted: trunk/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex
===================================================================
--- trunk/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/doc/latex/rsc/rsc-demo.tex	2016-08-24 22:52:20 UTC (rev 41923)
@@ -1,246 +0,0 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% This is a (brief) model paper for submission to the RSC using
-%% standard LaTeX packages
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\documentclass[a4paper]{article}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% A few core packages which are really essential
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage[T1]{fontenc} % Modern font encoding
-\usepackage{float}       % For creating charts, graphs and schemes
-\usepackage{helvet}      % Helvetica font for sans serif
-\usepackage{mathptmx}    % Times font ("Word-like")
-\usepackage{rsc}         % Loads natbib, etc.
-\usepackage{setspace}    % For double-spacing
-\AtBeginDocument{\doublespacing}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% New floats are created for standard chemistry graphics
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newfloat{chart}{htbp}{loc}
-\newfloat{graph}{htbp}{loh}
-\newfloat{scheme}{htbp}{los}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Place any additional packages needed here.  Only include packages
-%% which are essential, to avoid problems later.
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\usepackage[version=3]{mhchem} % Formula subscripts using \ce{}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% If issues arise when submitting your manuscript, you may want to
-%% un-comment the next line.  This provides information on the
-%% version of every file you have used.
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%\listfiles
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Place any additional macros here.  Please use \newcommand* where
-%% possible, and avoid layout-changing macros (which are not used
-%% when typesetting).
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\newcommand*{\mycommand}[1]{\texttt{\emph{#1}}}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Meta-data block
-%% ---------------
-%% Give details for all authors here, using the standard LaTeX
-%% method.
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\author{%
-  Andrew N. Other\thanks{%
-    Department of Chemistry, Unknown University, Unknown Town%
-  }%
-  \and
-  I. Ken Groupleader\thanks{%
-    Department of Chemistry, Unknown University, Unknown Town,
-    E-mail: \texttt{i.k.groupleader at unknown.uu}
-  }%
-  \and
-  Susanne K. Laborator\thanks{%
-    Lead Discovery, BigPharma, Big Town, USA
-  }%
-}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% The document title should be given as usual
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\title{A demonstration for submission to the RSC}
-
-\begin{document}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Make a title, of course
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\maketitle
-
-\begin{abstract}
-  This is an example document for writing a submission to the
-  Royal Society of Chemistry. It does not seek to reproduce the
-  layout of a published paper, but instead shows how the standard
-  \LaTeX\ tools can be used to create a manuscript.
-\end{abstract}
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% Start the main part of the manuscript here.
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\section{Introduction}
-This is a paragraph of text to fill the introduction of the
-demonstration file.
-
-\section{Results and discussion}
-
-\subsection{Outline}
-
-The document layout should follow the style of the journal concerned.
-Consult the appropriate Instructions for Authors to see what is
-required. Some journals, for example, do not allow sections in
-articles.
-
-\subsection{References}
-
-The rsc bibliography style requires the \textsf{natbib} package,
-which is loaded automatically by the \textsf{rsc} package.
-References can be made using the normal method; if the
-\textsf{natmove} package is available, citations can be placed
-before any punctuation, and they will be moved as necessary
-\cite{Mena2000,Abernethy2003}. The \textsf{natmove} package is
-part of the \textsf{achemso} bundle.
-
-The use of \textsf{natbib} allows the use of the various citation
-commands of that package: \citeauthor{Abernethy2003} have shown
-something, in \citeyear{Cotton1999}, or as given by
-Ref.~\citenum{Mena2000}. If you encounter problems with the
-citation macros, please check that your copy of \textsf{natbib}
-is up to date.
-
-Multiple citations to be combined into a list can be given as
-a single citation.  This uses the \textsf{mciteplus} package
-\cite{Arduengo1992,*Eisenstein2005,*Arduengo1994}.  Citations
-other than the first of the list should be indicated with a star.
-If the \textsf{mciteplus} package is not installed, the standard
-bibliography tools will still work but starred references will be
-ignored.
-
-\subsection{Floats}
-
-Setting up new float types is demonstrated in the premable, where
-charts, graphs and schemes are defined.  As illustrated, the float
-is ``here'' if possible (Scheme~\ref{sch:example}).
-\begin{scheme}
-  \centering
-  Your scheme graphic would go here: \texttt{.eps} format\\
-  for \LaTeX\, or \texttt{.pdf} (or \texttt{.png}) for pdf\LaTeX\\
-  \textsc{ChemDraw} files are best saved as \texttt{.eps} files;\\
-  these can be scaled without loss of quality, and can be\\
-  converted to \texttt{.pdf} files easily using \texttt{eps2pdf}.\\
-  %\includegraphics{graphic}
-  \caption{An example scheme}
-  \label{sch:example}
-\end{scheme}
-
-\begin{figure}
-  \centering
-  As well as the standard float types \texttt{table}\\
-  and \texttt{figure}, the premable defines\\
-  \texttt{scheme}, \texttt{chart} and \texttt{graph}.
-  \caption{An example figure}
-  \label{fgr:example}
-\end{figure}
-
-Charts, figures and schemes do not necessarily have to be labelled or
-captioned.  However, tables should always have a title. It is
-possible to include a number and label for a graphic without any
-title, using an empty argument to the \texttt{\textbackslash caption}
-macro.
-
-The use of the different floating environments is not required, but
-it is intended to make document preparation easier for authors. In
-general, you should place your graphics where they make logical
-sense; the production process will move them if needed.
-
-\subsection{Math(s)}
-
-This file does not load any particular additional support for
-mathematics.  If the author \emph{needs} things like
-\textsf{amsmath}, they should be loaded in the preamble.  However,
-the basics should work fine.  Some inline material $ y = mx + c$
-followed by some display. \[ A = \pi r^2 \]
-
-It is possible to label equations in the usual way.
-\begin{equation}
-  \frac{\mathrm{d}}{\mathrm{d}x} r^2 = 2r
-\end{equation}
-This can also be used to have equations containing graphical
-content.
-\begin{equation}
-  \textrm{Some content}
-  %\includegraphics{graphic}
-  \label{eqn:graphic}
-\end{equation}
-
-\section{Experimental}
-
-The usual experimental details should appear here.  This could
-include a table, which can be referenced as Table~\ref{tbl:example}.
-Do not worry about the appearance of the table: this will be altered
-during production.
-\begin{table}
-  \centering
-  \caption{An example table}
-  \label{tbl:example}
-  \begin{tabular}{ll}
-    \hline
-    Header one & Header two \\
-    \hline
-    Entry one & Entry two \\
-    Entry three & Entry four \\
-    Entry five & Entry five \\
-    Entry seven & Entry eight \\
-    \hline
-  \end{tabular}
-\end{table}
-
-Adding notes to tables can be complicated.  Perhaps the easiest
-method is to generate these using the basic
-\texttt{\textbackslash textsuperscript} and
-\texttt{\textbackslash emph} macros, as illustrated
-(\ref{tbl:notes}).
-\begin{table}
-  \caption{A table with notes}
-  \label{tbl:notes}
-  \begin{tabular}{ll}
-    \hline
-    Header one & Header two \\
-    \hline
-    Entry one\textsuperscript{\emph{a}}
-      & Entry two \\
-    Entry three\textsuperscript{\emph{b}}
-      & Entry four \\
-  \hline
-  \end{tabular}
-
-  \textsuperscript{\emph{a}} Some text;
-  \textsuperscript{\emph{b}} Some more text.
-\end{table}
-
-The example file also loads the \textsf{mhchem} package, so
-that formulas are easy to input: \texttt{\textbackslash
-\ce\{H2SO4\}} gives \ce{H2SO4}.  See the use in the
-bibliography file (when using titles in the references
-section).
-
-The use of new commands should be limited to simple things which will
-not interfere with the production process.  For example,
-\texttt{\textbackslash mycommand} has been defined in this example,
-to give italic, monospaced text: \mycommand{some text}.
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%% The appropriate \bibliographystyle and \bibliography commands
-%% should be placed here.
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-\bibliographystyle{rsc}
-\bibliography{rsc}
-
-\end{document}

Deleted: trunk/Master/texmf-dist/doc/latex/rsc/rsc.bib
===================================================================
--- trunk/Master/texmf-dist/doc/latex/rsc/rsc.bib	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/doc/latex/rsc/rsc.bib	2016-08-24 22:52:20 UTC (rev 41923)
@@ -1,93 +0,0 @@
- at ARTICLE{Abernethy2003,
-  author = {Colin D. Abernethy and Gareth M. Codd and Mark D. Spicer
-    and Michelle K. Taylor},
-  title = {{A} highly stable {N}-heterocyclic carbene complex of
-    trichloro-oxo-vanadium(\textsc{v}) displaying novel
-    {C}l---{C}(carbene) bonding interactions},
-  journal = {{J}. {A}m. {C}hem. {S}oc.},
-  year = {2003},
-  volume = {125},
-  pages = {1128--1129},
-  number = {5},
-  doi = {10.1021/ja0276321},
-}
-
- at MISC{ACS2007,
-  url = {http://pubs.acs.org/books/references.shtml},
-}
-
- at ARTICLE{Arduengo1992,
-  author = {Arduengo, III, Anthony J. and H. V. Rasika Dias and
-    Richard L. Harlow and Michael Kline},
-  title = {{E}lectronic stabilization of nucleophilic carbenes},
-  journal = {{J}.~{A}m.\ {C}hem.\ {S}oc.},
-  year = {1992},
-  volume = {114},
-  pages = {5530--5534},
-  number = {14},
-  doi = {10.1021/ja00040a007},
-}
-
- at ARTICLE{Arduengo1994,
-  author = {Arduengo, III, Anthony J. and Siegfried F. Gamper and
-    Joseph C. Calabrese and Fredric Davidson},
-  title = {{L}ow-coordinate carbene complexes of nickel(0) and
-    platinum(0)},
-  journal = {{J}.~{A}m.\ {C}hem. {S}oc.},
-  year = {1994},
-  volume = {116},
-  pages = {4391--4394},
-  number = {10},
-  doi = {10.1021/ja00089a029},
-}
-
- at ARTICLE{Eisenstein2005,
-  author = {Appelhans, Leah N. and Zuccaccia, Daniele and Kovacevic,
-    Anes and Chianese, Anthony R. and Miecznikowski, John R. and
-    Macchioni, Aleco and Clot, Eric and Eisenstein, Odile and
-    Crabtree, Robert H.},
-  title = {{A}n anion-dependent switch in selectivity results from a
-    change of {C}---{H} activation mechanism in the reaction of an
-    imidazolium salt with \ce{IrH5(PPh3)2}},
-  journal = {{J}.~{A}m.\ {C}hem. {S}oc.},
-  year = {2005},
-  volume = {127},
-  pages = {16299--16311},
-  number = {46},
-  doi = {10.1021/ja055317j},
-}
-
- at BOOK{Coghill2006,
-  title = {{T}he {ACS} {S}tyle {G}uide},
-  publisher = {{O}xford {U}niversity {P}ress, {I}nc. and
-               {T}he {A}merican {C}hemical {S}ociety},
-  year = {2006},
-  editor = {Coghill, Anne M. and Garson, Lorrin R.},
-  address = {{N}ew {Y}ork},
-  edition = {3},
-  subtitle = {{E}ffective {C}ommunication of {S}cientific
-    {I}nformation},
-}
-
- at BOOK{Cotton1999,
-  title = {{A}dvanced {I}norganic {C}hemistry},
-  publisher = {Wiley},
-  year = {1999},
-  author = {Cotton, Frank Albert and Wilkinson, Geoffrery and
-    Murillio, Carlos A. and Bochmann, Manfred},
-  address = {Chichester},
-  edition = {6},
-}
-
- at ARTICLE{Mena2000,
-  author = {Angel Abarca and Pilar G\'omez-Sal and Avelino Mart\'in
-    and Miguel Mena and Josep Mar\'ia Poblet and Carlos Y\'elamos},
-  title = {{A}mmonolysis of mono(pentamethylcyclopentadienyl)
-    titanium(\textsc{iv}) derivatives},
-  journal = {Inorg. Chem.},
-  year = {2000},
-  volume = {39},
-  pages = {642--651},
-  number = {4},
-  doi = {10.1021/ic9907718},
-}

Modified: trunk/Master/texmf-dist/doc/latex/rsc/rsc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/source/latex/rsc/rsc.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/rsc/rsc.dtx	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/source/latex/rsc/rsc.dtx	2016-08-24 22:52:20 UTC (rev 41923)
@@ -1,24 +1,39 @@
 % \iffalse meta-comment
-% !TEX program  = pdflatex
-% !TEX encoding = ISO-8859-1
 %<*internal>
 \iffalse
 %</internal>
 %<*readme>
-----------------------------------------------------------------
-rsc --- BibTeX styles for Royal Society of Chemistry and Wiley 
-  journals
-E-mail: joseph.wright at morningstar2.co.uk
-Released under the LaTeX Project Public License v1.3c or later
-See http://www.latex-project.org/lppl.txt
-----------------------------------------------------------------
+rsc - BibTeX styles for Royal Society of Chemistry and Wiley journals
+=====================================================================
 
-The rsc package provides BibTeX style files to produce
+The `rsc` package provides BibTeX style files to produce
 bibliographies in accordance with the guidelines of the Royal
 Society of Chemistry and Wiley chemistry-related journals. The
-styles require the use of natbib.  In addition, a short LaTeX 
+styles require the use of `natbib`.  In addition, a short LaTeX 
 package is included; this provides a convenient user interface to 
 the customisation hooks made available by the BibTeX styles.
+
+Installation
+------------
+
+The package is supplied in `.dtx` format and as a pre-extracted
+zip file, `rsc.tds.zip`. The later is most convenient for
+most users: simply unzip this in your local `texmf` directory.
+If you want to unpack the `.dtx` yourself, running `tex
+rsc.dtx` will extract the package whereas 'latex rsc.dtx
+will extract it and also typeset the documentation.
+
+Typesetting the documentation requires a number of packages in
+addition to those needed to use the package. This is mainly 
+because of the number of demonstration items included in the 
+text. To compile the documentation without error, you will 
+need the packages:
+ - `helvet`
+ - `hypdoc`
+ - `listings`
+ - `lmodern`
+ - `mathpazo`
+ - `microtype`
 %</readme>
 %<*internal>
 \fi
@@ -43,7 +58,7 @@
 \endpreamble
 \postamble
 
-Copyright (C) 2006-2009,2011 by
+Copyright (C) 2006-2009,2011,2013,2016 by
   Joseph Wright <joseph.wright at morningstar2.co.uk>
   
 It may be distributed and/or modified under the conditions of
@@ -84,7 +99,6 @@
 \nopreamble\nopostamble
 \usedir{doc/latex/rsc}
 \generate{
-  \file{README.txt}{\from{\jobname.dtx}{readme}}
   \file{rsc-demo.tex}{\from{\jobname.dtx}{demo}}
   \file{rsc.bib}{\from{\jobname.dtx}{bib}}
 }
@@ -97,7 +111,7 @@
 %<*package>
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{rsc}
-  [2011/01/04 v3.1e Support for RSC and Wiley journals]
+  [2016/08/22 v31.f Support for RSC and Wiley journals]
 %</package>
 %<*driver>
 \documentclass[a4paper]{ltxdoc}
@@ -251,6 +265,8 @@
 %\changes{v3.1}{2009/04/24}{Demonstration file included}
 %\changes{v3.1d}{2011/01/04}{New \opt{linkdoi} option}
 %\changes{v3.1e}{2011/01/05}{Option to skip loading \pkg{mciteplus}}
+%\changes{v3.1f}{2016/08/22}{Include series in \texttt{incollection}
+%  entries for \pkg{rsc} bibliographies}
 %
 %\begin{abstract}
 % The \pkg{rsc} package provides \BibTeX\ style files to produce
@@ -1350,6 +1366,19 @@
   if$
 }
 
+FUNCTION {format.cvolume}
+{ volume empty$
+    { "" }
+    {
+      bbl.volume volume tie.or.space.connect
+      series empty$
+        'skip$
+        { " of " * series * }
+      if$
+    }
+  if$
+}
+
 FUNCTION {format.title.noemph}
 { 't :=
   t empty$
@@ -1799,7 +1828,7 @@
   format.pub.address "publisher" output.check
   format.edition output
   format.bdate "year" output.check
-%<rsc>  format.bvolume output
+%<rsc>  format.cvolume output
   format.chapter.pages "chapter and pages" output.check
   format.doi
   fin.entry
@@ -2243,7 +2272,9 @@
 ITERATE {forward.pass}
 
 FUNCTION {begin.bib}
-{ preamble$ empty$
+{
+  "rsc 2016/08/22 v3.1f" top$
+  preamble$ empty$
     'skip$
     { preamble$ write$ newline$ }
   if$
@@ -2396,4 +2427,4 @@
   doi = {10.1021/ic9907718},
 }
 %</bib>
-%\fi
\ No newline at end of file
+%\fi

Deleted: trunk/Master/texmf-dist/source/latex/rsc/rsc.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/rsc/rsc.ins	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/source/latex/rsc/rsc.ins	2016-08-24 22:52:20 UTC (rev 41923)
@@ -1,85 +0,0 @@
-%%
-%% This is file `rsc.ins',
-%% generated with the docstrip utility.
-%%
-%% The original source files were:
-%%
-%% rsc.dtx  (with options: `install')
-%% ----------------------------------------------------------------
-%% rsc --- BibTeX styles for Royal Society of Chemistry and Wiley
-%%   journals
-%% E-mail: joseph.wright at morningstar2.co.uk
-%% Released under the LaTeX Project Public License v1.3c or later
-%% See http://www.latex-project.org/lppl.txt
-%% ----------------------------------------------------------------
-%% 
-\input docstrip.tex
-\keepsilent
-\askforoverwritefalse
-\preamble
-----------------------------------------------------------------
-rsc --- BibTeX styles for Royal Society of Chemistry and Wiley
-  journals
-E-mail: joseph.wright at morningstar2.co.uk
-Released under the LaTeX Project Public License v1.3c or later
-See http://www.latex-project.org/lppl.txt
-----------------------------------------------------------------
-
-\endpreamble
-\postamble
-
-Copyright (C) 2006-2009,2011 by
-  Joseph Wright <joseph.wright at morningstar2.co.uk>
-
-It may be distributed and/or modified under the conditions of
-the LaTeX Project Public License (LPPL), either version 1.3c of
-this license or (at your option) any later version.  The latest
-version of this license is in the file:
-
-   http://www.latex-project.org/lppl.txt
-
-This work is "maintained" (as per LPPL maintenance status) by
-  Joseph Wright.
-
-This work consists of the file  rsc.dtx
-          and the derived files rsc.pdf,
-                                rsc.ins,
-                                rsc.sty,
-                                rsc.bib and
-                                rsc-demo.tex.
-
-\endpostamble
-\usedir{tex/latex/rsc}
-\generate{
-  \file{\jobname.sty}{\from{\jobname.dtx}{package}}
-}
-\usedir{bibtex/bst/rsc}
-\generate{
-  \file{rsc.bst}{\from{\jobname.dtx}{bst,rsc}}
-  \file{angew.bst}{\from{\jobname.dtx}{bst,angew}}
-}
-\endbatchfile
-%% 
-%% Copyright (C) 2006-2009,2011 by
-%%   Joseph Wright <joseph.wright at morningstar2.co.uk>
-%% 
-%% It may be distributed and/or modified under the conditions of
-%% the LaTeX Project Public License (LPPL), either version 1.3c of
-%% this license or (at your option) any later version.  The latest
-%% version of this license is in the file:
-%% 
-%%    http://www.latex-project.org/lppl.txt
-%% 
-%% This work is "maintained" (as per LPPL maintenance status) by
-%%   Joseph Wright.
-%% 
-%% This work consists of the file  rsc.dtx
-%%           and the derived files rsc.pdf,
-%%                                 rsc.ins,
-%%                                 rsc.sty,
-%%                                 rsc.bib and
-%%                                 rsc-demo.tex.
-%% 
-%% 
-%%
-%% End of file `rsc.ins'.

Modified: trunk/Master/texmf-dist/tex/latex/rsc/rsc.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/rsc/rsc.sty	2016-08-24 22:51:56 UTC (rev 41922)
+++ trunk/Master/texmf-dist/tex/latex/rsc/rsc.sty	2016-08-24 22:52:20 UTC (rev 41923)
@@ -15,7 +15,7 @@
 %% 
 \NeedsTeXFormat{LaTeX2e}
 \ProvidesPackage{rsc}
-  [2011/01/04 v3.1e Support for RSC and Wiley journals]
+  [2016/08/22 v31.f Support for RSC and Wiley journals]
 \RequirePackage{kvoptions}
 \SetupKeyvalOptions{
   family = rsc,
@@ -96,7 +96,7 @@
   }%
 }
 %% 
-%% Copyright (C) 2006-2009,2011 by
+%% Copyright (C) 2006-2009,2011,2013,2016 by
 %%   Joseph Wright <joseph.wright at morningstar2.co.uk>
 %% 
 %% It may be distributed and/or modified under the conditions of



More information about the tex-live-commits mailing list