summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-08-28 00:48:23 +0000
committerKarl Berry <karl@freefriends.org>2007-08-28 00:48:23 +0000
commitfd951640b3ad857a567696c834e0dd405f55b679 (patch)
treed7b1b3278b3e1b4589675b3f6bbcf99b3f151161 /Master/texmf-dist
parentc4aea58a9c90d90f443879cdfd2ab11a26f425cf (diff)
rsc update (26aug07)
git-svn-id: svn://tug.org/texlive/trunk@4831 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angew.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/angewnat.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rsc.bst5
-rw-r--r--Master/texmf-dist/bibtex/bst/rsc/rscnat.bst5
-rw-r--r--Master/texmf-dist/doc/latex/rsc/rsc.pdfbin120780 -> 120703 bytes
-rw-r--r--Master/texmf-dist/source/latex/rsc/rsc.dtx18
-rw-r--r--Master/texmf-dist/tex/latex/rsc/rsc.sty2
9 files changed, 36 insertions, 14 deletions
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst b/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst
index c8838f5b503..c40465554de 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angew-mc.bst
@@ -879,7 +879,10 @@ FUNCTION {mastersthesis}
FUNCTION {misc}
{ output.bibitem
format.authors output
- title format.title output
+ title empty$
+ 'skip$
+ { title format.title output }
+ if$
howpublished output
format.date output
note output
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angew.bst b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
index 459ffa42129..ad1fa49c6de 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angew.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angew.bst
@@ -878,7 +878,10 @@ FUNCTION {mastersthesis}
FUNCTION {misc}
{ output.bibitem
format.authors output
- title format.title output
+ title empty$
+ 'skip$
+ { title format.title output }
+ if$
howpublished output
format.date output
note output
diff --git a/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst b/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst
index 0c34a1fc8ff..0dd2ee0f7ff 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/angewnat.bst
@@ -957,7 +957,10 @@ FUNCTION {mastersthesis}
FUNCTION {misc}
{ output.bibitem
format.authors output
- title format.title output
+ title empty$
+ 'skip$
+ { title format.title output }
+ if$
howpublished output
format.date output
note output
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst
index 35bac3725ca..4d19f913005 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rsc-mc.bst
@@ -797,7 +797,10 @@ FUNCTION {mastersthesis}
FUNCTION {misc}
{ output.bibitem
format.authors output
- title format.title output
+ title empty$
+ 'skip$
+ { title format.title output }
+ if$
howpublished output
year output
note output
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
index b7f65ed489b..a4347c61443 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rsc.bst
@@ -796,7 +796,10 @@ FUNCTION {mastersthesis}
FUNCTION {misc}
{ output.bibitem
format.authors output
- title format.title output
+ title empty$
+ 'skip$
+ { title format.title output }
+ if$
howpublished output
year output
note output
diff --git a/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst b/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst
index caa6b896eec..7b19df66ed7 100644
--- a/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst
+++ b/Master/texmf-dist/bibtex/bst/rsc/rscnat.bst
@@ -875,7 +875,10 @@ FUNCTION {mastersthesis}
FUNCTION {misc}
{ output.bibitem
format.authors output
- title format.title output
+ title empty$
+ 'skip$
+ { title format.title output }
+ if$
howpublished output
year output
note output
diff --git a/Master/texmf-dist/doc/latex/rsc/rsc.pdf b/Master/texmf-dist/doc/latex/rsc/rsc.pdf
index e4b584a5059..c5f285cb351 100644
--- a/Master/texmf-dist/doc/latex/rsc/rsc.pdf
+++ b/Master/texmf-dist/doc/latex/rsc/rsc.pdf
Binary files differ
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
diff --git a/Master/texmf-dist/tex/latex/rsc/rsc.sty b/Master/texmf-dist/tex/latex/rsc/rsc.sty
index bd2a5135bfd..6fe4351a872 100644
--- a/Master/texmf-dist/tex/latex/rsc/rsc.sty
+++ b/Master/texmf-dist/tex/latex/rsc/rsc.sty
@@ -15,7 +15,7 @@
%% ----------------------------------------------------------------
\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}
\newif \ifRSC@fl \RSC@flfalse