diff options
Diffstat (limited to 'Master/texmf-dist/source/latex/rsc/rsc.dtx')
-rw-r--r-- | Master/texmf-dist/source/latex/rsc/rsc.dtx | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/Master/texmf-dist/source/latex/rsc/rsc.dtx b/Master/texmf-dist/source/latex/rsc/rsc.dtx index 22a78f478d5..1089e2f86e3 100644 --- a/Master/texmf-dist/source/latex/rsc/rsc.dtx +++ b/Master/texmf-dist/source/latex/rsc/rsc.dtx @@ -47,11 +47,12 @@ % % \GetFileInfo{\jobname.sty} % -% \changes{v2.1}{2007/08/05}{Moved float centring to -% \texttt{chemscheme} package} -% \changes{v2.0}{2007/07/21}{Complete re-write of float support} -% \changes{v2.0}{2007/07/21}{General tidying of code} -% \changes{v1.0}{2006/11/08}{Initial release of packaged rsc.bst} +%\changes{v2.1}{2007/08/05}{Moved float centring to +% \texttt{chemscheme} package} +%\changes{v2.0}{2007/07/21}{Complete re-write of float support} +%\changes{v2.0}{2007/07/21}{General tidying of code} +%\changes{v1.0}{2006/11/08}{Initial release of packaged rsc.bst} +%\changes{v2.1a}{2007/08/24}{Fixed error in BibTeX misc output} % \DoNotIndex{\,,\@biblabel,\@citess,\@floatboxreset,\@ifclassloaded} % \DoNotIndex{\@undefined,\begin,\bibitem,\bibliography} @@ -391,7 +392,7 @@ % needed to function. % \begin{macrocode} \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{rsc}[2007/08/05 v2.1 +\ProvidesPackage{rsc}[2007/08/24 v2.1a Useful chemistry functions] \RequirePackage{unitsdef,graphicx,amssymb,fixltx2e,varioref} % \end{macrocode} @@ -1644,7 +1645,10 @@ FUNCTION {mastersthesis} FUNCTION {misc} { output.bibitem format.authors output - title format.title output + title empty$ + 'skip$ + { title format.title output } + if$ howpublished output %<rsc> year output %<angew> format.date output |