diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:26 +0000 |
commit | efc1167da579a844d82974634becb89894062b29 (patch) | |
tree | b4535f2fbd9b27bb614b780625c414399065f2ec /Master/texmf-dist/source | |
parent | 95e250298e952221a6faf73a5ba3b185ba07631f (diff) |
achemso update (13apr10)
git-svn-id: svn://tug.org/texlive/trunk@17855 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/achemso/achemso.dtx | 102 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/achemso/achemso.ins | 9 |
2 files changed, 63 insertions, 48 deletions
diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx index 573b09eed1d..91e0ee0b336 100644 --- a/Master/texmf-dist/source/latex/achemso/achemso.dtx +++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx @@ -129,22 +129,23 @@ This work consists of the file achemso.dtx \generate{\file{jacsat.cfg}{\from{\jobname.dtx}{jacsat}} \file{jafcau.cfg}{\from{\jobname.dtx}{jafcau}} \file{jceaax.cfg}{\from{\jobname.dtx}{jceaax}} + \file{jceda8.cfg}{\from{\jobname.dtx}{jceda8}} \file{jcisd8.cfg}{\from{\jobname.dtx}{jcisd8}} \file{jctcce.cfg}{\from{\jobname.dtx}{jctcce}} \file{jcchff.cfg}{\from{\jobname.dtx}{jcchff}} \file{jmcmar.cfg}{\from{\jobname.dtx}{jmcmar}} - \file{jnprdf.cfg}{\from{\jobname.dtx}{jnprdf}} } -\generate{\file{joceah.cfg}{\from{\jobname.dtx}{joceah}} +\generate{\file{jnprdf.cfg}{\from{\jobname.dtx}{jnprdf}} + \file{joceah.cfg}{\from{\jobname.dtx}{joceah}} \file{jpcafh.cfg}{\from{\jobname.dtx}{jpcafh}} \file{jpcbfk.cfg}{\from{\jobname.dtx}{jpcbfk}} \file{jpccck.cfg}{\from{\jobname.dtx}{jpccck}} \file{jpclcd.cfg}{\from{\jobname.dtx}{jpclcd}} \file{jprobs.cfg}{\from{\jobname.dtx}{jprobs}} \file{langd5.cfg}{\from{\jobname.dtx}{langd5}} - \file{mamobx.cfg}{\from{\jobname.dtx}{mamobx}} } -\generate{\file{mpohbp.cfg}{\from{\jobname.dtx}{mpohbp}} +\generate{\file{mamobx.cfg}{\from{\jobname.dtx}{mamobx}} + \file{mpohbp.cfg}{\from{\jobname.dtx}{mpohbp}} \file{nalefd.cfg}{\from{\jobname.dtx}{nalefd}} \file{orlef7.cfg}{\from{\jobname.dtx}{orlef7}} \file{oprdfk.cfg}{\from{\jobname.dtx}{oprdfk}} @@ -473,6 +474,7 @@ This work consists of the file achemso.dtx % Inorg.\ Chem. & inoraj \\ % J.~Agric.\ Food Chem. & jafcau \\ % J.~Chem.\ Eng.\ Data & jceaax \\ +% J.~Chem.\ Ed. & jceda8 \\ % J.~Chem.\ Inf.\ Model. & jcisd8 \\ % J.~Chem.\ Theory Comput. & jctcce \\ % J.~Comb.\ Chem. & jcchff \\ @@ -901,7 +903,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*class> \ProvidesClass{achemso} - [2010/03/13 v3.4e Submission to ACS journals] + [2010/04/13 v3.4f Submission to ACS journals] \LoadClass[12pt,letter]{article} % \end{macrocode} % @@ -921,7 +923,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*package> \ProvidesPackage{achemso} - [2010/03/13 v3.4e Support for ACS journals] + [2010/04/13 v3.4f Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -1147,6 +1149,8 @@ This work consists of the file achemso.dtx % %\begin{macro}{\acs@niib@create} %\begin{macro}{bibnote} +%\changes{v3.4f}{2010/04/13}{Only define bibnote counter if not done +% elsewhere} %\begin{macro}{\thebibnote} %\begin{macro}{\bibnote} %\begin{macro}{\bibnotemark} @@ -1164,7 +1168,7 @@ This work consists of the file achemso.dtx 2009/04/20 v1.6a Integrating notes into the bibliography (achemso version) }% - \newcounter{bibnote} + \@ifundefined{c@bibnote}{\newcounter{bibnote}}{} \def\thebibnote{% Note-\the\value{bibnote}% }% @@ -3404,7 +3408,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*achre4> \ProvidesFile{achre4.cfg} - [2010/03/13 v3.4e achemso configuration: Acc. Chem. Res.] + [2010/04/13 v3.4f achemso configuration: Acc. Chem. Res.] \setkeys{acs}{ biblabel = plain, usetitle = true @@ -3414,7 +3418,7 @@ This work consists of the file achemso.dtx %</achre4> %<*acbcct> \ProvidesFile{acbcct.cfg} - [2010/03/13 v3.4e achemso configuration: ACS Chem. Biol.] + [2010/04/13 v3.4f achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ biblabel = fullstop, biochem = true, @@ -3426,7 +3430,7 @@ This work consists of the file achemso.dtx %</acbcct> %<*ancac3> \ProvidesFile{ancac3.cfg} - [2010/03/13 v3.4e achemso configuration: ACS Nano] + [2010/04/13 v3.4f achemso configuration: ACS Nano] \setkeys{acs}{ biblabel = fullstop, etalmode = truncate, @@ -3438,13 +3442,13 @@ This work consists of the file achemso.dtx %</ancac3> %<*ancham> \ProvidesFile{ancham.cfg} - [2010/03/13 v3.4e achemso configuration: Anal. Chem.] + [2010/04/13 v3.4f achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff %</ancham> %<*bichaw> \ProvidesFile{biochem.cfg} - [2010/03/13 v3.4e achemso configuration: Biochemistry] + [2010/04/13 v3.4f achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, biblabel = fullstop, @@ -3494,7 +3498,7 @@ This work consists of the file achemso.dtx %</bichaw> %<*bcches> \ProvidesFile{bcches.cfg} - [2010/03/13 v3.4e achemso configuration: Bioconjugate Chem.] + [2010/04/13 v3.4f achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ biochem = true, super = false, @@ -3512,14 +3516,14 @@ This work consists of the file achemso.dtx %\changes{v3.4e}{2010/03/13}{No article titles for % \emph{Biomacromolecules}} \ProvidesFile{bomaf6.cfg} - [2010/03/13 v3.4e achemso configuration: Biomacromolecules] + [2010/04/13 v3.4f achemso configuration: Biomacromolecules] \def\acs@type@list{article,comment,communication,note,review,suppinfo} \SectionNumbersOff \AtEndOfClass{\SectionsOn} %</bomaf6> %<*bipret> \ProvidesFile{bipret.cfg} - [2010/03/13 v3.4e achemso configuration: Biotechnol. Prog.] + [2010/04/13 v3.4f achemso configuration: Biotechnol. Prog.] \setkeys{acs}{ super = false, usetitle = true @@ -3529,7 +3533,7 @@ This work consists of the file achemso.dtx %</bipret> %<*crtoec> \ProvidesFile{crtoec.cfg} - [2010/03/13 v3.4e achemso configuration: Chem. Res. Toxicol.] + [2010/04/13 v3.4f achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ biochem = true, super = false, @@ -3542,7 +3546,7 @@ This work consists of the file achemso.dtx %</crtoec> %<*chreay> \ProvidesFile{chreay.cfg} - [2010/03/13 v3.4e achemso configuration: Chem. Rev.] + [2010/04/13 v3.4f achemso configuration: Chem. Rev.] \def\acs@type@default{review} \def\acs@type@list{review} % \end{macrocode} @@ -3553,7 +3557,7 @@ This work consists of the file achemso.dtx %<*cmatex> % \begin{macrocode} \ProvidesFile{cmatex.cfg} - [2010/03/13 v3.4e achemso configuration: Chem. Mater.] + [2010/04/13 v3.4f achemso configuration: Chem. Mater.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3562,7 +3566,7 @@ This work consists of the file achemso.dtx %</cmatex> %<*cgdefu> \ProvidesFile{cgdefu.cfg} - [2010/03/13 v3.4e achemso configuration: Cryst. Growth Des.] + [2010/04/13 v3.4f achemso configuration: Cryst. Growth Des.] \def\acs@type@list{% article,communication,perspective,suppinfo% } @@ -3573,13 +3577,13 @@ This work consists of the file achemso.dtx %</cgdefu> %<*enfuem> \ProvidesFile{enfuem.cfg} - [2010/03/13 v3.4e achemso configuration: Energy Fuels] + [2010/04/13 v3.4f achemso configuration: Energy Fuels] \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff %</enfuem> %<*esthag> \ProvidesFile{esthag.cfg} - [2010/03/13 v3.4e achemso configuration: Environ. Sci. Technol.] + [2010/04/13 v3.4f achemso configuration: Environ. Sci. Technol.] \setkeys{acs}{ super = false, usetitle = true @@ -3589,7 +3593,7 @@ This work consists of the file achemso.dtx %</esthag> %<*iecred> \ProvidesFile{iecred.cfg} - [2010/03/13 v3.4e achemso configuration: Ind. Eng. Chem. Res.] + [2010/04/13 v3.4f achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{ biblabel = fullstop, usetitle = true @@ -3598,7 +3602,7 @@ This work consists of the file achemso.dtx %</iecred> %<*inoraj> \ProvidesFile{inoraj.cfg} - [2010/03/13 v3.4e achemso configuration: Inorg. Chem.] + [2010/04/13 v3.4f achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3613,7 +3617,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jacsat> \ProvidesFile{jacsat.cfg} - [2010/03/13 v3.4e achemso configuration: J. Am. Chem. Soc.] + [2010/04/13 v3.4f achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput @@ -3816,7 +3820,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jafcau> \ProvidesFile{jafcau.cfg} - [2010/03/13 v3.4e achemso configuration: J. Agric. Food Chem.] + [2010/04/13 v3.4f achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{ super = false, usetitle = true @@ -3826,16 +3830,26 @@ This work consists of the file achemso.dtx %</jafcau> %<*jceaax> \ProvidesFile{jceaax.cfg} - [2010/03/13 v3.4e achemso configuration: J. Chem. Eng. Data] + [2010/04/13 v3.4f achemso configuration: J. Chem. Eng. Data] \setkeys{acs}{ usetitle = true } \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</jceaax> +%<*jceda8> +\ProvidesFile{jceda8.cfg} + [2010/04/13 v3.4f achemso configuration: J. Chem. Ed.] +\SectionNumbersOff +\setkeys{acs}{ + usetitle = true +} +\def\acs@type@list{article,suppinfo} +\SectionNumbersOff +%</jceda8> %<*jcisd8> \ProvidesFile{jcisd8.cfg} - [2010/03/13 v3.4e achemso configuration: J. Chem. Inf. Model.] + [2010/04/13 v3.4f achemso configuration: J. Chem. Inf. Model.] \setkeys{acs}{ usetitle = true } @@ -3844,18 +3858,18 @@ This work consists of the file achemso.dtx %</jcisd8> %<*jctcce> \ProvidesFile{jctcce.cfg} - [2010/03/13 v3.4e achemso configuration: J. Chem. Theory Comput.] + [2010/04/13 v3.4f achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} %</jctcce> %<*jcchff> \ProvidesFile{jcchff.cfg} - [2010/03/13 v3.4e achemso configuration: J. Comb. Chem.] + [2010/04/13 v3.4f achemso configuration: J. Comb. Chem.] \def\acs@type@list{article,report,perspective,suppinfo} \SectionNumbersOff %</jcchff> %<*jmcmar> \ProvidesFile{jmcmar.cfg} - [2010/03/13 v3.4e achemso configuration: J. Med. Chem.] + [2010/04/13 v3.4f achemso configuration: J. Med. Chem.] \setkeys{acs}{ usetitle = true } @@ -3864,7 +3878,7 @@ This work consists of the file achemso.dtx %</jmcmar> %<*jnprdf> \ProvidesFile{jnprdf.cfg} - [2010/03/13 v3.4e achemso configuration: J. Nat. Prod.] + [2010/04/13 v3.4f achemso configuration: J. Nat. Prod.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -3874,7 +3888,7 @@ This work consists of the file achemso.dtx %\changes{v3.3e}{2009/11/18}{Formatting for \emph{J.\ Org.\ Chem}.\ % schemes corrected} \ProvidesFile{joceah.cfg} - [2010/03/13 v3.4e achemso configuration: J. Org. Chem.] + [2010/04/13 v3.4f achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -3885,7 +3899,7 @@ This work consists of the file achemso.dtx %</joceah> %<*jpcafh> \ProvidesFile{jpcafh.cfg} - [2010/03/13 v3.4e achemso configuration: J. Phys. Chem. A] + [2010/04/13 v3.4f achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} @@ -3896,7 +3910,7 @@ This work consists of the file achemso.dtx %</jpcafh> %<*jpcbfk> \ProvidesFile{jpcbfk.cfg} - [2010/03/13 v3.4e achemso configuration: J. Phys. Chem. B] + [2010/04/13 v3.4f achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} @@ -3904,7 +3918,7 @@ This work consists of the file achemso.dtx %</jpcbfk> %<*jpccck> \ProvidesFile{jpccck.cfg} - [2010/03/13 v3.4e achemso configuration: J. Phys. Chem. C] + [2010/04/13 v3.4f achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} @@ -3916,7 +3930,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jpclcd> \ProvidesFile{jpclcd.cfg} - [2010/03/13 v3.4e achemso configuration: J. Phys. Chem. Lett.] + [2010/04/13 v3.4f achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{usetitle = true} \def\acs@type@default{letter} \def\acs@type@list{letter} @@ -3926,7 +3940,7 @@ This work consists of the file achemso.dtx %</jpclcd> %<*jprobs> \ProvidesFile{jprobs.cfg} - [2010/03/13 v3.4e achemso configuration: J. Proteome Res.] + [2010/04/13 v3.4f achemso configuration: J. Proteome Res.] \setkeys{acs}{ usetitle = true } @@ -3935,32 +3949,32 @@ This work consists of the file achemso.dtx %</jprobs> %<*langd5> \ProvidesFile{langd5.cfg} - [2010/03/13 v3.4e achemso configuration: Langmuir] + [2010/04/13 v3.4f achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \SectionNumbersOff %</langd5> %<*mamobx> \ProvidesFile{mamobx.cfg} - [2010/03/13 v3.4e achemso configuration: Macromolecules] + [2010/04/13 v3.4f achemso configuration: Macromolecules] \SectionNumbersOff %</mamobx> %<*mpohbp> \ProvidesFile{mamobx.cfg} - [2010/03/13 v3.4e achemso configuration: Mol. Pharm.] + [2010/04/13 v3.4f achemso configuration: Mol. Pharm.] \setkeys{acs}{usetitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</mpohbp> %<*nalefd> \ProvidesFile{nalefd.cfg} - [2010/03/13 v3.4e achemso configuration: Nano Lett.] + [2010/04/13 v3.4f achemso configuration: Nano Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionNumbersOff %</nalefd> %<*orlef7> \ProvidesFile{orlef7.cfg} - [2010/03/13 v3.4e achemso configuration: Org. Lett.] + [2010/04/13 v3.4f achemso configuration: Org. Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionNumbersOff @@ -3970,13 +3984,13 @@ This work consists of the file achemso.dtx %</orlef7> %<*oprdfk> \ProvidesFile{oprdfk.cfg} - [2010/03/13 v3.4e achemso configuration: Org. Proc. Res. Dev.] + [2010/04/13 v3.4f achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff %</oprdfk> %<*orgnd7> \ProvidesFile{orgnd7.cfg} - [2010/03/13 v3.4e achemso configuration: Organometallics] + [2010/04/13 v3.4f achemso configuration: Organometallics] \SectionNumbersOff %</orgnd7> % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/achemso/achemso.ins b/Master/texmf-dist/source/latex/achemso/achemso.ins index b3800fe49ce..05de1fe022e 100644 --- a/Master/texmf-dist/source/latex/achemso/achemso.ins +++ b/Master/texmf-dist/source/latex/achemso/achemso.ins @@ -88,22 +88,23 @@ This work consists of the file achemso.dtx \generate{\file{jacsat.cfg}{\from{\jobname.dtx}{jacsat}} \file{jafcau.cfg}{\from{\jobname.dtx}{jafcau}} \file{jceaax.cfg}{\from{\jobname.dtx}{jceaax}} + \file{jceda8.cfg}{\from{\jobname.dtx}{jceda8}} \file{jcisd8.cfg}{\from{\jobname.dtx}{jcisd8}} \file{jctcce.cfg}{\from{\jobname.dtx}{jctcce}} \file{jcchff.cfg}{\from{\jobname.dtx}{jcchff}} \file{jmcmar.cfg}{\from{\jobname.dtx}{jmcmar}} - \file{jnprdf.cfg}{\from{\jobname.dtx}{jnprdf}} } -\generate{\file{joceah.cfg}{\from{\jobname.dtx}{joceah}} +\generate{\file{jnprdf.cfg}{\from{\jobname.dtx}{jnprdf}} + \file{joceah.cfg}{\from{\jobname.dtx}{joceah}} \file{jpcafh.cfg}{\from{\jobname.dtx}{jpcafh}} \file{jpcbfk.cfg}{\from{\jobname.dtx}{jpcbfk}} \file{jpccck.cfg}{\from{\jobname.dtx}{jpccck}} \file{jpclcd.cfg}{\from{\jobname.dtx}{jpclcd}} \file{jprobs.cfg}{\from{\jobname.dtx}{jprobs}} \file{langd5.cfg}{\from{\jobname.dtx}{langd5}} - \file{mamobx.cfg}{\from{\jobname.dtx}{mamobx}} } -\generate{\file{mpohbp.cfg}{\from{\jobname.dtx}{mpohbp}} +\generate{\file{mamobx.cfg}{\from{\jobname.dtx}{mamobx}} + \file{mpohbp.cfg}{\from{\jobname.dtx}{mpohbp}} \file{nalefd.cfg}{\from{\jobname.dtx}{nalefd}} \file{orlef7.cfg}{\from{\jobname.dtx}{orlef7}} \file{oprdfk.cfg}{\from{\jobname.dtx}{oprdfk}} |