From b45231e143e38e8fee0093edba02962a7899f345 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 9 Jan 2011 23:40:10 +0000 Subject: chemstyle (<8jan11) git-svn-id: svn://tug.org/texlive/trunk@20996 c570f23f-e606-0410-a88d-b1316a301751 --- .../source/latex/chemstyle/chemstyle.dtx | 27 ++++++++++++---------- .../source/latex/chemstyle/chemstyle.ins | 4 ++-- 2 files changed, 17 insertions(+), 14 deletions(-) (limited to 'Master/texmf-dist/source/latex/chemstyle') diff --git a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx index fffbb396e20..21d2c47ff91 100644 --- a/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx +++ b/Master/texmf-dist/source/latex/chemstyle/chemstyle.dtx @@ -50,7 +50,7 @@ See http://www.latex-project.org/lppl.txt \endpreamble \postamble -Copyright (C) 2006-2010 by +Copyright (C) 2006-2011 by Joseph Wright It may be distributed and/or modified under the conditions of @@ -399,6 +399,9 @@ This work consists of the file chemstyle.dtx and %\begin{LaTeXdemo}[code only] % \usepackage[varioref=false]{chemstyle} %\end{LaTeXdemo} +% Users loading \pkg{hyperref} should note that if you want to use +% \cs{autoref} then you should disable loading of \pkg{varioref}, to +% avoid double labelling of float names! % %\section{The \pkg{chemstyle} package: tools for chemistry} % @@ -812,7 +815,7 @@ This work consists of the file chemstyle.dtx and %\DescribeMacro{\floatcontentsleft} %\DescribeMacro{\floatcontentsright} % The \LaTeX\ default is to position all float contents flush-left. -% There is no ``hook'' provided to alter this. The \pkg{chemschem} +% There is no ``hook'' provided to alter this. The \pkg{chemscheme} % package therefore provides commands to align all float contents % automatically. As the macro names make clear, % \cs{floatcontentscentre} will make all floats centred (for users @@ -992,7 +995,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*package> \ProvidesPackage{chemstyle} - [2010/11/04 v2.0j Schemes and style for chemistry] + [2011/01/05 v2.0k Schemes and style for chemistry] \RequirePackage{amstext,caption,chemscheme,xspace} \SetupKeyvalOptions{ family=cst, @@ -1790,7 +1793,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*chemscheme> \ProvidesPackage{chemscheme} - [2010/11/04 v2.0j Schemes for chemistry] + [2011/01/05 v2.0k Schemes for chemistry] \RequirePackage{kvoptions,psfrag} \SetupKeyvalOptions{ family=cst, @@ -2311,7 +2314,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*angew> \ProvidesFile{angew.chemstyle.cfg} - [2010/11/04 v2.0j Angew. Chem. journal style] + [2011/01/05 v2.0k Angew. Chem. journal style] \setkeys{cst}{ abbremph = false, radhyphen = false @@ -2333,7 +2336,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*ic> \ProvidesFile{ic.chemstyle.cfg} - [2010/11/04 v2.0j Inorg. Chem. journal style] + [2011/01/05 v2.0k Inorg. Chem. journal style] \DeclareCaptionLabelSeparator{perquad}{.\quad} \captionsetup{ labelfont = {bf,it,sf}, @@ -2368,7 +2371,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*jacs> \ProvidesFile{jacs.chemstyle.cfg} - [2010/11/04 v2.0j J. Am. Chem. Soc. journal style] + [2011/01/05 v2.0k J. Am. Chem. Soc. journal style] \DeclareCaptionLabelSeparator{perquad}{.\quad} \captionsetup{ labelfont = {bf,it,sf}, @@ -2401,7 +2404,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*jomc> \ProvidesFile{jomc.chemstyle.cfg} - [2010/11/04 v2.0j J. Organomet. Chem. journal style] + [2011/01/05 v2.0k J. Organomet. Chem. journal style] \setkeys{cst}{ abbremph = false, radhyphen = true, @@ -2425,7 +2428,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*jpc> \ProvidesFile{jpc.chemstyle.cfg} - [2010/11/04 v2.0j J. Phys. Chem. journal style] + [2011/01/05 v2.0k J. Phys. Chem. journal style] \DeclareCaptionFormat{labelcaps}{\MakeUppercase{#1}#2#3} \captionsetup{ font = bf, @@ -2459,7 +2462,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*orglett> \ProvidesFile{orglett.chemstyle.cfg} - [2010/11/04 v2.0j Org. Lett. journal style] + [2011/01/05 v2.0k Org. Lett. journal style] \DeclareCaptionLabelSeparator{perquad}{.\quad} \captionsetup{ labelfont = bf, @@ -2583,7 +2586,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*rsc> \ProvidesFile{rsc.chemstyle.cfg} - [2010/11/04 v2.0j RSC journal style] + [2011/01/05 v2.0k RSC journal style] \captionsetup{ labelsep = quad, labelfont = bf @@ -2599,7 +2602,7 @@ This work consists of the file chemstyle.dtx and % \begin{macrocode} %<*tetlett> \ProvidesFile{tetlett.chemstyle.cfg} - [2010/11/04 v2.0j Tetrahedron Lett. journal style] + [2011/01/05 v2.0k Tetrahedron Lett. journal style] \captionsetup{ labelsep = period, labelfont = bf, diff --git a/Master/texmf-dist/source/latex/chemstyle/chemstyle.ins b/Master/texmf-dist/source/latex/chemstyle/chemstyle.ins index 9df7031c411..e1f6b443d77 100644 --- a/Master/texmf-dist/source/latex/chemstyle/chemstyle.ins +++ b/Master/texmf-dist/source/latex/chemstyle/chemstyle.ins @@ -26,7 +26,7 @@ See http://www.latex-project.org/lppl.txt \endpreamble \postamble -Copyright (C) 2006-2010 by +Copyright (C) 2006-2011 by Joseph Wright It may be distributed and/or modified under the conditions of @@ -66,7 +66,7 @@ This work consists of the file chemstyle.dtx and \endbatchfile %% -%% Copyright (C) 2006-2010 by +%% Copyright (C) 2006-2011 by %% Joseph Wright %% %% It may be distributed and/or modified under the conditions of -- cgit v1.2.3