diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:42 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:42 +0000 |
commit | 1935afcd6a556f200fa18640edc55d2a609d9017 (patch) | |
tree | d1eb0c6ffc36f368606a48e4e7c06171a3c07df0 /Master/texmf-dist/source/latex/chemstyle | |
parent | efc1167da579a844d82974634becb89894062b29 (diff) |
chemstyle update (13apr10)
git-svn-id: svn://tug.org/texlive/trunk@17856 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/chemstyle')
-rw-r--r-- | Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx | 28 |
1 files changed, 13 insertions, 15 deletions
diff --git a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx index 95ac08085bc..7e46de19a6f 100644 --- a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx +++ b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx @@ -998,7 +998,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*package> \ProvidesPackage{chemstyle} - [2010/03/29 v2.0g Schemes and style for chemistry] + [2010/04/13 v2.0h Schemes and style for chemistry] \RequirePackage{amstext,caption,chemscheme,xspace} \SetupKeyvalOptions{ family=cst, @@ -1506,14 +1506,12 @@ This work consists of the file chemstyle.dtx and % \subsection{Handling reference section naming} % %\begin{macro}{bibnote} +%\changes{v2.0h}{2010/04/13}{Only define bibnote counter if not done +% elsewhere} % For the \opt{notes=auto} option, the \LaTeX\ counter \texttt{bibnote} % needs to be defined even if \pkg{notes2bib} is not loaded. % \begin{macrocode} -\AtBeginDocument{% - \@ifpackageloaded{notes2bib}{}{% - \newcounter{bibnote}% - }% -} +\AtBeginDocument{\@ifundefined{c@bibnote}{\newcounter{bibnote}}{}} % \end{macrocode} %\end{macro} % @@ -1793,7 +1791,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*chemscheme> \ProvidesPackage{chemscheme} - [2010/03/29 v2.0g Schemes for chemistry] + [2010/04/13 v2.0h Schemes for chemistry] \RequirePackage{kvoptions,psfrag} \SetupKeyvalOptions{ family=cst, @@ -2308,7 +2306,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*angew> \ProvidesFile{angew.chemstyle.cfg} - [2010/03/29 v2.0g Angew. Chem. journal style] + [2010/04/13 v2.0h Angew. Chem. journal style] \setkeys{cst}{ abbremph = false, radhyphen = false @@ -2330,7 +2328,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*ic> \ProvidesFile{ic.chemstyle.cfg} - [2010/03/29 v2.0g Inorg. Chem. journal style] + [2010/04/13 v2.0h Inorg. Chem. journal style] \DeclareCaptionLabelSeparator{perquad}{.\quad} \captionsetup{ labelfont = {bf,it,sf}, @@ -2365,7 +2363,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*jacs> \ProvidesFile{jacs.chemstyle.cfg} - [2010/03/29 v2.0g J. Am. Chem. Soc. journal style] + [2010/04/13 v2.0h J. Am. Chem. Soc. journal style] \DeclareCaptionLabelSeparator{perquad}{.\quad} \captionsetup{ labelfont = {bf,it,sf}, @@ -2398,7 +2396,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*jomc> \ProvidesFile{jomc.chemstyle.cfg} - [2010/03/29 v2.0g J. Organomet. Chem. journal style] + [2010/04/13 v2.0h J. Organomet. Chem. journal style] \setkeys{cst}{ abbremph = false, radhyphen = true, @@ -2422,7 +2420,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*jpc> \ProvidesFile{jpc.chemstyle.cfg} - [2010/03/29 v2.0g J. Phys. Chem. journal style] + [2010/04/13 v2.0h J. Phys. Chem. journal style] \DeclareCaptionFormat{labelcaps}{\MakeUppercase{#1}#2#3} \captionsetup{ font = bf, @@ -2456,7 +2454,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*orglett> \ProvidesFile{orglett.chemstyle.cfg} - [2010/03/29 v2.0g Org. Lett. journal style] + [2010/04/13 v2.0h Org. Lett. journal style] \DeclareCaptionLabelSeparator{perquad}{.\quad} \captionsetup{ labelfont = bf, @@ -2580,7 +2578,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*rsc> \ProvidesFile{rsc.chemstyle.cfg} - [2010/03/29 v2.0g RSC journal style] + [2010/04/13 v2.0h RSC journal style] \captionsetup{ labelsep = quad, labelfont = bf @@ -2596,7 +2594,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*tetlett> \ProvidesFile{tetlett.chemstyle.cfg} - [2010/03/29 v2.0g Tetrahedron Lett. journal style] + [2010/04/13 v2.0h Tetrahedron Lett. journal style] \captionsetup{ labelsep = period, labelfont = bf, |