diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-06 23:35:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-06 23:35:19 +0000 |
commit | f2b95e0c3d2fb9e7da087e023ee9b454151f8ff5 (patch) | |
tree | 294d73f6add54bc59d75fd189a050949908af5b5 /Master | |
parent | d95420cfa1846c1142165499156752cca03ce0e6 (diff) |
achemso update (6feb10)
git-svn-id: svn://tug.org/texlive/trunk@16928 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
42 files changed, 113 insertions, 80 deletions
diff --git a/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf b/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf Binary files differindex 55e39166269..73ac0e11b0b 100644 --- a/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf +++ b/Master/texmf-dist/doc/latex/achemso/achemso-demo.pdf diff --git a/Master/texmf-dist/doc/latex/achemso/achemso.pdf b/Master/texmf-dist/doc/latex/achemso/achemso.pdf Binary files differindex f3141f007c3..b8a17aebf95 100644 --- a/Master/texmf-dist/doc/latex/achemso/achemso.pdf +++ b/Master/texmf-dist/doc/latex/achemso/achemso.pdf diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx index 2cf319b6cd2..a315ac9ee8f 100644 --- a/Master/texmf-dist/source/latex/achemso/achemso.dtx +++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx @@ -526,6 +526,13 @@ This work consists of the file achemso.dtx % the \opt{email} option, which takes Boolean values only. The default % is to print e-mail addresses. Notice that phone and fax numbers are % only printed if e-mail addresses are printed. +% +%\DescribeOption{hyperref} +%\changes{v3.4b}{2010/02/05}{New \texttt{hyperref} option} +% Due to load-order issues inside the class, it is necessary to +% load \pkg{hyperref} as part of the class loading. Thus if +% \pkg{hyperref} is required the \opt{hyperref} option must be +% given to the class. % % Other options are provided by the package, but when used with the % class these are silently ignored. If you need to override the @@ -894,7 +901,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*class> \ProvidesClass{achemso} - [2010/01/30 v3.4a Submission to ACS journals] + [2010/02/05 v3.4b Submission to ACS journals] \LoadClass[12pt,letter]{article} % \end{macrocode} % @@ -914,7 +921,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*package> \ProvidesPackage{achemso} - [2010/01/30 v3.4a Support for ACS journals] + [2010/02/05 v3.4b Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -979,6 +986,7 @@ This work consists of the file achemso.dtx %\begin{macro}{\ifacs@abbreviations} %\begin{macro}{\ifacs@biochem} %\begin{macro}{\ifacs@email} +%\begin{macro}{\ifacs@hyperref} %\begin{macro}{\ifacs@keywords} %\begin{macro}{\ifacs@super} %\begin{macro}{\ifacs@usetitle} @@ -988,6 +996,7 @@ This work consists of the file achemso.dtx \newif\ifacs@abbreviations \newif\ifacs@biochem \newif\ifacs@email +\newif\ifacs@hyperref \newif\ifacs@keywords \newif\ifacs@super \newif\ifacs@usetitle @@ -1000,6 +1009,9 @@ This work consists of the file achemso.dtx \define@key{acs}{email}[true]{% \acs@keyval@bool{email}{#1}% } +\define@key{acs}{hyperref}[true]{% + \acs@keyval@bool{hyperref}{#1}% +} \define@key{acs}{keywords}[true]{% \acs@keyval@bool{keywords}{#1}% } @@ -1016,6 +1028,7 @@ This work consists of the file achemso.dtx %\end{macro} %\end{macro} %\end{macro} +%\end{macro} %\begin{macro}{\acs@journal} %\begin{macro}{\acs@layout} %\begin{macro}{\acs@manuscript} @@ -1406,7 +1419,6 @@ This work consists of the file achemso.dtx \RequirePackage[T1]{fontenc} \RequirePackage[margin=2.54cm]{geometry} \RequirePackage[scaled=0.90]{helvet} -\RequirePackage[capitalise]{cleveref} \RequirePackage{ caption, courier, @@ -1416,6 +1428,13 @@ This work consists of the file achemso.dtx setspace, url } +\ifacs@hyperref + \expandafter\RequirePackage +\else + \expandafter\@gobble +\fi + {hyperref} +\RequirePackage[capitalise]{cleveref} \AtBeginDocument{\doublespacing} % \end{macrocode} % @@ -3385,7 +3404,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*achre4> \ProvidesFile{achre4.cfg} - [2010/01/30 v3.4a achemso configuration: Acc. Chem. Res.] + [2010/02/05 v3.4b achemso configuration: Acc. Chem. Res.] \setkeys{acs}{ biblabel = plain, usetitle = true @@ -3395,7 +3414,7 @@ This work consists of the file achemso.dtx %</achre4> %<*acbcct> \ProvidesFile{acbcct.cfg} - [2010/01/30 v3.4a achemso configuration: ACS Chem. Biol.] + [2010/02/05 v3.4b achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ biblabel = fullstop, biochem = true, @@ -3407,7 +3426,7 @@ This work consists of the file achemso.dtx %</acbcct> %<*ancac3> \ProvidesFile{ancac3.cfg} - [2010/01/30 v3.4a achemso configuration: ACS Nano] + [2010/02/05 v3.4b achemso configuration: ACS Nano] \setkeys{acs}{ biblabel = fullstop, etalmode = truncate, @@ -3419,13 +3438,13 @@ This work consists of the file achemso.dtx %</ancac3> %<*ancham> \ProvidesFile{ancham.cfg} - [2010/01/30 v3.4a achemso configuration: Anal. Chem.] + [2010/02/05 v3.4b achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff %</ancham> %<*bichaw> \ProvidesFile{biochem.cfg} - [2010/01/30 v3.4a achemso configuration: Biochemistry] + [2010/02/05 v3.4b achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, biblabel = fullstop, @@ -3475,7 +3494,7 @@ This work consists of the file achemso.dtx %</bichaw> %<*bcches> \ProvidesFile{bcches.cfg} - [2010/01/30 v3.4a achemso configuration: Bioconjugate Chem.] + [2010/02/05 v3.4b achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ biochem = true, super = false, @@ -3487,7 +3506,7 @@ This work consists of the file achemso.dtx %\changes{v3.4a}{2010/01/28}{Extend range of manuscript types for % \emph{Biomacromolecules}} \ProvidesFile{bomaf6.cfg} - [2010/01/30 v3.4a achemso configuration: Biomacromolecules] + [2010/02/05 v3.4b achemso configuration: Biomacromolecules] \setkeys{acs}{ super = false, usetitle = true @@ -3497,7 +3516,7 @@ This work consists of the file achemso.dtx %</bomaf6> %<*bipret> \ProvidesFile{bipret.cfg} - [2010/01/30 v3.4a achemso configuration: Biotechnol. Prog.] + [2010/02/05 v3.4b achemso configuration: Biotechnol. Prog.] \setkeys{acs}{ super = false, usetitle = true @@ -3507,7 +3526,7 @@ This work consists of the file achemso.dtx %</bipret> %<*crtoec> \ProvidesFile{crtoec.cfg} - [2010/01/30 v3.4a achemso configuration: Chem. Res. Toxicol.] + [2010/02/05 v3.4b achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ biochem = true, super = false, @@ -3520,7 +3539,7 @@ This work consists of the file achemso.dtx %</crtoec> %<*chreay> \ProvidesFile{chreay.cfg} - [2010/01/30 v3.4a achemso configuration: Chem. Rev.] + [2010/02/05 v3.4b achemso configuration: Chem. Rev.] \def\acs@type@default{review} \def\acs@type@list{review} % \end{macrocode} @@ -3531,7 +3550,7 @@ This work consists of the file achemso.dtx %<*cmatex> % \begin{macrocode} \ProvidesFile{cmatex.cfg} - [2010/01/30 v3.4a achemso configuration: Chem. Mater.] + [2010/02/05 v3.4b achemso configuration: Chem. Mater.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3540,7 +3559,7 @@ This work consists of the file achemso.dtx %</cmatex> %<*cgdefu> \ProvidesFile{cgdefu.cfg} - [2010/01/30 v3.4a achemso configuration: Cryst. Growth Des.] + [2010/02/05 v3.4b achemso configuration: Cryst. Growth Des.] \def\acs@type@list{% article,communication,perspective,suppinfo% } @@ -3551,13 +3570,13 @@ This work consists of the file achemso.dtx %</cgdefu> %<*enfuem> \ProvidesFile{enfuem.cfg} - [2010/01/30 v3.4a achemso configuration: Energy Fuels] + [2010/02/05 v3.4b achemso configuration: Energy Fuels] \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff %</enfuem> %<*esthag> \ProvidesFile{esthag.cfg} - [2010/01/30 v3.4a achemso configuration: Environ. Sci. Technol.] + [2010/02/05 v3.4b achemso configuration: Environ. Sci. Technol.] \setkeys{acs}{ super = false, usetitle = true @@ -3567,7 +3586,7 @@ This work consists of the file achemso.dtx %</esthag> %<*iecred> \ProvidesFile{iecred.cfg} - [2010/01/30 v3.4a achemso configuration: Ind. Eng. Chem. Res.] + [2010/02/05 v3.4b achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{ biblabel = fullstop, usetitle = true @@ -3576,7 +3595,7 @@ This work consists of the file achemso.dtx %</iecred> %<*inoraj> \ProvidesFile{inoraj.cfg} - [2010/01/30 v3.4a achemso configuration: Inorg. Chem.] + [2010/02/05 v3.4b achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3591,7 +3610,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jacsat> \ProvidesFile{jacsat.cfg} - [2010/01/30 v3.4a achemso configuration: J. Am. Chem. Soc.] + [2010/02/05 v3.4b achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput @@ -3794,7 +3813,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jafcau> \ProvidesFile{jafcau.cfg} - [2010/01/30 v3.4a achemso configuration: J. Agric. Food Chem.] + [2010/02/05 v3.4b achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{ super = false, usetitle = true @@ -3804,7 +3823,7 @@ This work consists of the file achemso.dtx %</jafcau> %<*jceaax> \ProvidesFile{jceaax.cfg} - [2010/01/30 v3.4a achemso configuration: J. Chem. Eng. Data] + [2010/02/05 v3.4b achemso configuration: J. Chem. Eng. Data] \setkeys{acs}{ usetitle = true } @@ -3813,7 +3832,7 @@ This work consists of the file achemso.dtx %</jceaax> %<*jcisd8> \ProvidesFile{jcisd8.cfg} - [2010/01/30 v3.4a achemso configuration: J. Chem. Inf. Model.] + [2010/02/05 v3.4b achemso configuration: J. Chem. Inf. Model.] \setkeys{acs}{ usetitle = true } @@ -3822,18 +3841,18 @@ This work consists of the file achemso.dtx %</jcisd8> %<*jctcce> \ProvidesFile{jctcce.cfg} - [2010/01/30 v3.4a achemso configuration: J. Chem. Theory Comput.] + [2010/02/05 v3.4b achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} %</jctcce> %<*jcchff> \ProvidesFile{jcchff.cfg} - [2010/01/30 v3.4a achemso configuration: J. Comb. Chem.] + [2010/02/05 v3.4b achemso configuration: J. Comb. Chem.] \def\acs@type@list{article,report,perspective,suppinfo} \SectionNumbersOff %</jcchff> %<*jmcmar> \ProvidesFile{jmcmar.cfg} - [2010/01/30 v3.4a achemso configuration: J. Med. Chem.] + [2010/02/05 v3.4b achemso configuration: J. Med. Chem.] \setkeys{acs}{ usetitle = true } @@ -3842,7 +3861,7 @@ This work consists of the file achemso.dtx %</jmcmar> %<*jnprdf> \ProvidesFile{jnprdf.cfg} - [2010/01/30 v3.4a achemso configuration: J. Nat. Prod.] + [2010/02/05 v3.4b achemso configuration: J. Nat. Prod.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -3852,7 +3871,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/01/30 v3.4a achemso configuration: J. Org. Chem.] + [2010/02/05 v3.4b achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -3863,7 +3882,7 @@ This work consists of the file achemso.dtx %</joceah> %<*jpcafh> \ProvidesFile{jpcafh.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. A] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} @@ -3874,7 +3893,7 @@ This work consists of the file achemso.dtx %</jpcafh> %<*jpcbfk> \ProvidesFile{jpcbfk.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. B] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} @@ -3882,7 +3901,7 @@ This work consists of the file achemso.dtx %</jpcbfk> %<*jpccck> \ProvidesFile{jpccck.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. C] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} @@ -3894,7 +3913,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jpclcd> \ProvidesFile{jpclcd.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. Lett.] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{usetitle = true} \def\acs@type@default{letter} \def\acs@type@list{letter} @@ -3904,7 +3923,7 @@ This work consists of the file achemso.dtx %</jpclcd> %<*jprobs> \ProvidesFile{jprobs.cfg} - [2010/01/30 v3.4a achemso configuration: J. Proteome Res.] + [2010/02/05 v3.4b achemso configuration: J. Proteome Res.] \setkeys{acs}{ usetitle = true } @@ -3913,32 +3932,32 @@ This work consists of the file achemso.dtx %</jprobs> %<*langd5> \ProvidesFile{langd5.cfg} - [2010/01/30 v3.4a achemso configuration: Langmuir] + [2010/02/05 v3.4b achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \SectionNumbersOff %</langd5> %<*mamobx> \ProvidesFile{mamobx.cfg} - [2010/01/30 v3.4a achemso configuration: Macromolecules] + [2010/02/05 v3.4b achemso configuration: Macromolecules] \SectionNumbersOff %</mamobx> %<*mpohbp> \ProvidesFile{mamobx.cfg} - [2010/01/30 v3.4a achemso configuration: Mol. Pharm.] + [2010/02/05 v3.4b achemso configuration: Mol. Pharm.] \setkeys{acs}{usetitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</mpohbp> %<*nalefd> \ProvidesFile{nalefd.cfg} - [2010/01/30 v3.4a achemso configuration: Nano Lett.] + [2010/02/05 v3.4b achemso configuration: Nano Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionNumbersOff %</nalefd> %<*orlef7> \ProvidesFile{orlef7.cfg} - [2010/01/30 v3.4a achemso configuration: Org. Lett.] + [2010/02/05 v3.4b achemso configuration: Org. Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionNumbersOff @@ -3948,13 +3967,13 @@ This work consists of the file achemso.dtx %</orlef7> %<*oprdfk> \ProvidesFile{oprdfk.cfg} - [2010/01/30 v3.4a achemso configuration: Org. Proc. Res. Dev.] + [2010/02/05 v3.4b achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff %</oprdfk> %<*orgnd7> \ProvidesFile{orgnd7.cfg} - [2010/01/30 v3.4a achemso configuration: Organometallics] + [2010/02/05 v3.4b achemso configuration: Organometallics] \SectionNumbersOff %</orgnd7> % \end{macrocode} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index 10cbc2541bb..96959036ae0 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.cls +++ b/Master/texmf-dist/tex/latex/achemso/achemso.cls @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesClass{achemso} - [2010/01/30 v3.4a Submission to ACS journals] + [2010/02/05 v3.4b Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -38,6 +38,7 @@ \newif\ifacs@abbreviations \newif\ifacs@biochem \newif\ifacs@email +\newif\ifacs@hyperref \newif\ifacs@keywords \newif\ifacs@super \newif\ifacs@usetitle @@ -50,6 +51,9 @@ \define@key{acs}{email}[true]{% \acs@keyval@bool{email}{#1}% } +\define@key{acs}{hyperref}[true]{% + \acs@keyval@bool{hyperref}{#1}% +} \define@key{acs}{keywords}[true]{% \acs@keyval@bool{keywords}{#1}% } @@ -277,7 +281,6 @@ \RequirePackage[T1]{fontenc} \RequirePackage[margin=2.54cm]{geometry} \RequirePackage[scaled=0.90]{helvet} -\RequirePackage[capitalise]{cleveref} \RequirePackage{ caption, courier, @@ -287,6 +290,13 @@ setspace, url } +\ifacs@hyperref + \expandafter\RequirePackage +\else + \expandafter\@gobble +\fi + {hyperref} +\RequirePackage[capitalise]{cleveref} \AtBeginDocument{\doublespacing} \renewcommand*{\title}[2][]{% \gdef\acs@title@short{#1}% diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index 1de43d6a000..9ee41648e74 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.sty +++ b/Master/texmf-dist/tex/latex/achemso/achemso.sty @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{achemso} - [2010/01/30 v3.4a Support for ACS journals] + [2010/02/05 v3.4b Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -49,6 +49,7 @@ \newif\ifacs@abbreviations \newif\ifacs@biochem \newif\ifacs@email +\newif\ifacs@hyperref \newif\ifacs@keywords \newif\ifacs@super \newif\ifacs@usetitle @@ -61,6 +62,9 @@ \define@key{acs}{email}[true]{% \acs@keyval@bool{email}{#1}% } +\define@key{acs}{hyperref}[true]{% + \acs@keyval@bool{hyperref}{#1}% +} \define@key{acs}{keywords}[true]{% \acs@keyval@bool{keywords}{#1}% } diff --git a/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg b/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg index 5edaac0baa1..37c189b7c6e 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{acbcct.cfg} - [2010/01/30 v3.4a achemso configuration: ACS Chem. Biol.] + [2010/02/05 v3.4b achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ biblabel = fullstop, biochem = true, diff --git a/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg b/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg index 9228443d562..8ff7da2718e 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{achre4.cfg} - [2010/01/30 v3.4a achemso configuration: Acc. Chem. Res.] + [2010/02/05 v3.4b achemso configuration: Acc. Chem. Res.] \setkeys{acs}{ biblabel = plain, usetitle = true diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg index dde32b1d346..46d688e5077 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{ancac3.cfg} - [2010/01/30 v3.4a achemso configuration: ACS Nano] + [2010/02/05 v3.4b achemso configuration: ACS Nano] \setkeys{acs}{ biblabel = fullstop, etalmode = truncate, diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg index 9ab1b65bb0d..921459febc4 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{ancham.cfg} - [2010/01/30 v3.4a achemso configuration: Anal. Chem.] + [2010/02/05 v3.4b achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg b/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg index e3c33c34221..70f98ac361b 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{bcches.cfg} - [2010/01/30 v3.4a achemso configuration: Bioconjugate Chem.] + [2010/02/05 v3.4b achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ biochem = true, super = false, diff --git a/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg b/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg index 1af101b93a9..6942b743d12 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{biochem.cfg} - [2010/01/30 v3.4a achemso configuration: Biochemistry] + [2010/02/05 v3.4b achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, biblabel = fullstop, diff --git a/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg b/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg index 73b7323de33..3ff70cc524b 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{bipret.cfg} - [2010/01/30 v3.4a achemso configuration: Biotechnol. Prog.] + [2010/02/05 v3.4b achemso configuration: Biotechnol. Prog.] \setkeys{acs}{ super = false, usetitle = true diff --git a/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg b/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg index 2b860a621b3..cfd7645a894 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{bomaf6.cfg} - [2010/01/30 v3.4a achemso configuration: Biomacromolecules] + [2010/02/05 v3.4b achemso configuration: Biomacromolecules] \setkeys{acs}{ super = false, usetitle = true diff --git a/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg b/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg index e90ed676bce..00e6bf441af 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{cgdefu.cfg} - [2010/01/30 v3.4a achemso configuration: Cryst. Growth Des.] + [2010/02/05 v3.4b achemso configuration: Cryst. Growth Des.] \def\acs@type@list{% article,communication,perspective,suppinfo% } diff --git a/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg b/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg index 51d6ca5b683..16108adf68c 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{chreay.cfg} - [2010/01/30 v3.4a achemso configuration: Chem. Rev.] + [2010/02/05 v3.4b achemso configuration: Chem. Rev.] \def\acs@type@default{review} \def\acs@type@list{review} \def\bibsection{\acs@section{\refname}} diff --git a/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg b/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg index 4586287272c..66bbc6ca16b 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/cmatex.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{cmatex.cfg} - [2010/01/30 v3.4a achemso configuration: Chem. Mater.] + [2010/02/05 v3.4b achemso configuration: Chem. Mater.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg b/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg index 622aefe9304..168b1386b9c 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{crtoec.cfg} - [2010/01/30 v3.4a achemso configuration: Chem. Res. Toxicol.] + [2010/02/05 v3.4b achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ biochem = true, super = false, diff --git a/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg b/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg index f317cbbd9a8..9a346916e5e 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{enfuem.cfg} - [2010/01/30 v3.4a achemso configuration: Energy Fuels] + [2010/02/05 v3.4b achemso configuration: Energy Fuels] \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg b/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg index 0138be337d7..53cb892fda8 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{esthag.cfg} - [2010/01/30 v3.4a achemso configuration: Environ. Sci. Technol.] + [2010/02/05 v3.4b achemso configuration: Environ. Sci. Technol.] \setkeys{acs}{ super = false, usetitle = true diff --git a/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg b/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg index 56123046c5d..3c0a99f72ec 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{iecred.cfg} - [2010/01/30 v3.4a achemso configuration: Ind. Eng. Chem. Res.] + [2010/02/05 v3.4b achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{ biblabel = fullstop, usetitle = true diff --git a/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg b/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg index ba7cfb72035..64e926966c2 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{inoraj.cfg} - [2010/01/30 v3.4a achemso configuration: Inorg. Chem.] + [2010/02/05 v3.4b achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg b/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg index 8369727be83..c9891dd2bb3 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jacsat.cfg} - [2010/01/30 v3.4a achemso configuration: J. Am. Chem. Soc.] + [2010/02/05 v3.4b achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput diff --git a/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg b/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg index b1de2ccc6ef..34010c79545 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jafcau.cfg} - [2010/01/30 v3.4a achemso configuration: J. Agric. Food Chem.] + [2010/02/05 v3.4b achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{ super = false, usetitle = true diff --git a/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg b/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg index 7ba95c70942..69af5efc986 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jcchff.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jcchff.cfg} - [2010/01/30 v3.4a achemso configuration: J. Comb. Chem.] + [2010/02/05 v3.4b achemso configuration: J. Comb. Chem.] \def\acs@type@list{article,report,perspective,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg b/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg index f7400039f8b..eb6111c75e1 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jceaax.cfg} - [2010/01/30 v3.4a achemso configuration: J. Chem. Eng. Data] + [2010/02/05 v3.4b achemso configuration: J. Chem. Eng. Data] \setkeys{acs}{ usetitle = true } diff --git a/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg b/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg index 051f0e8b119..e49fa520371 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jcisd8.cfg} - [2010/01/30 v3.4a achemso configuration: J. Chem. Inf. Model.] + [2010/02/05 v3.4b achemso configuration: J. Chem. Inf. Model.] \setkeys{acs}{ usetitle = true } diff --git a/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg b/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg index 1d3ccb80a1d..6ce56308d18 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jctcce.cfg} - [2010/01/30 v3.4a achemso configuration: J. Chem. Theory Comput.] + [2010/02/05 v3.4b achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg b/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg index 82bcf057726..0fcca1bc62d 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jmcmar.cfg} - [2010/01/30 v3.4a achemso configuration: J. Med. Chem.] + [2010/02/05 v3.4b achemso configuration: J. Med. Chem.] \setkeys{acs}{ usetitle = true } diff --git a/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg b/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg index dd70e5af63e..a52765d3017 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jnprdf.cfg} - [2010/01/30 v3.4a achemso configuration: J. Nat. Prod.] + [2010/02/05 v3.4b achemso configuration: J. Nat. Prod.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg b/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg index 79e09074c9d..68e34cdbf4c 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{joceah.cfg} - [2010/01/30 v3.4a achemso configuration: J. Org. Chem.] + [2010/02/05 v3.4b achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg index e7128e3fc82..84845f83fd1 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jpcafh.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. A] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg index 61e2d4a8aa9..86ed64214e1 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jpcbfk.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. B] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg index f30f858648d..e0499ba0a83 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jpccck.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. C] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \SectionNumbersOff \captionsetup[table]{labelfont=bf,textfont=bf} diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg index e5f4e018f7a..1c8b8171987 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jpclcd.cfg} - [2010/01/30 v3.4a achemso configuration: J. Phys. Chem. Lett.] + [2010/02/05 v3.4b achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{usetitle = true} \def\acs@type@default{letter} \def\acs@type@list{letter} diff --git a/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg b/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg index 89d76f0ff9a..a954da72b24 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{jprobs.cfg} - [2010/01/30 v3.4a achemso configuration: J. Proteome Res.] + [2010/02/05 v3.4b achemso configuration: J. Proteome Res.] \setkeys{acs}{ usetitle = true } diff --git a/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg b/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg index 357bdf8f627..6ad31960391 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{langd5.cfg} - [2010/01/30 v3.4a achemso configuration: Langmuir] + [2010/02/05 v3.4b achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg b/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg index cbdc2eb8b4b..57539353d74 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{mamobx.cfg} - [2010/01/30 v3.4a achemso configuration: Macromolecules] + [2010/02/05 v3.4b achemso configuration: Macromolecules] \SectionNumbersOff %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg b/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg index 7ec0f8d4302..2025b7229e6 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{mamobx.cfg} - [2010/01/30 v3.4a achemso configuration: Mol. Pharm.] + [2010/02/05 v3.4b achemso configuration: Mol. Pharm.] \setkeys{acs}{usetitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg b/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg index 887b32e16a6..13f1e225924 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{nalefd.cfg} - [2010/01/30 v3.4a achemso configuration: Nano Lett.] + [2010/02/05 v3.4b achemso configuration: Nano Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg b/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg index 9e13cb0c449..240608c0d7b 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{oprdfk.cfg} - [2010/01/30 v3.4a achemso configuration: Org. Proc. Res. Dev.] + [2010/02/05 v3.4b achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg b/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg index b6440030c12..c7b9bb4d3f6 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{orgnd7.cfg} - [2010/01/30 v3.4a achemso configuration: Organometallics] + [2010/02/05 v3.4b achemso configuration: Organometallics] \SectionNumbersOff %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg b/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg index 4ff24b3af20..edc4e7dcee8 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg @@ -15,7 +15,7 @@ %% \ProvidesFile{orlef7.cfg} - [2010/01/30 v3.4a achemso configuration: Org. Lett.] + [2010/02/05 v3.4b achemso configuration: Org. Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionNumbersOff |