diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-13 23:20:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-13 23:20:18 +0000 |
commit | 40c656a1741d7c4ff1434cae0232db497f49deb6 (patch) | |
tree | ee04d1067efd2f0ddb2fd981b5946de848b2700d /Master/texmf-dist/source | |
parent | 4d0f6fc4c7209fe70b94e3f01be045eeb614421d (diff) |
achemso (13feb13)
git-svn-id: svn://tug.org/texlive/trunk@29100 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/achemso/achemso.dtx | 116 |
1 files changed, 59 insertions, 57 deletions
diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx index 422d9c9dea6..8b777fa13fc 100644 --- a/Master/texmf-dist/source/latex/achemso/achemso.dtx +++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx @@ -918,7 +918,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*class> \ProvidesClass{achemso} - [2012/12/07 v3.7e Submission to ACS journals] + [2013/02/13 v3.7e Submission to ACS journals] \LoadClass[12pt,letter]{article} % \end{macrocode} % @@ -938,7 +938,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*package> \ProvidesPackage{achemso} - [2012/12/07 v3.7e Support for ACS journals] + [2013/02/13 v3.7e Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -1110,7 +1110,6 @@ This work consists of the file achemso.dtx %\end{macro} %\end{macro} %\end{macro} -% % \begin{macro} % \changes{v3.6}{2011/01/11}{Allow \opt{biblabel} option to work % after class or package loading} @@ -1419,6 +1418,20 @@ This work consists of the file achemso.dtx %\end{macro} %\end{macro} % +% The \pkg{mciteplus} package allows the construction of lists of +% references with sub-letters. However, it might not be available, and +% so it is only loaded if available: the \file{.bst} files should work +% either way. There is also a patch to get cross-references correct +% with the modified \cs{ref} macro used here. +% \begin{macrocode} +\IfFileExists{mciteplus.sty}{% + \RequirePackage{mciteplus} +%<*!package> + \def\@mciteSubRef[##1]##2{\plainref{\@mcitereflabelprefix:##1:##2}} +%</!package> +}{} +% \end{macrocode} +% %\begin{macro}{\acs@bibliography} %\begin{macro}{\bibliography} % The \cs{bibliography} macro is now patched so that everything works @@ -1452,6 +1465,7 @@ This work consists of the file achemso.dtx super = true } % \end{macrocode} +%\changes{v3.7e}{2013/02/13}{Drop loading \pkg{mathptmx}} % When using the class, \pkg{notes2bib} is always emulated. Other % standard support packages can now be loaded. % \begin{macrocode} @@ -1464,7 +1478,6 @@ This work consists of the file achemso.dtx courier, float, graphicx, - mathptmx, setspace, url } @@ -3179,18 +3192,7 @@ This work consists of the file achemso.dtx \fi \RequirePackage{natmove} % \end{macrocode} -%\end{macro} -% -% \changes{v3.7e}{2012/12/06}{Reorder \pkg{mcitplus} loading} -% The \pkg{mciteplus} package allows the construction of lists of -% references with sub-letters. However, it might not be available, and -% so it is only loaded if available: the \file{.bst} files should work -% either way. -% \begin{macrocode} -\IfFileExists{mciteplus.sty}{% - \RequirePackage{mciteplus} -}{} -% \end{macrocode} +%\end{macro} % %\begin{macro}{\acs@bibstyle} % The next step is to sort out bibliography formatting. With both the @@ -3453,7 +3455,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*acbcct> \ProvidesFile{acbcct.cfg} - [2012/12/07 v3.7e achemso configuration: ACS Chem. Biol.] + [2013/02/13 v3.7e achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ articletitle = true, biblabel = fullstop, @@ -3465,7 +3467,7 @@ This work consists of the file achemso.dtx %</acbcct> %<*acbcct> \ProvidesFile{accacs.cfg} - [2012/12/07 v3.7e achemso configuration: ACS Catal.] + [2013/02/13 v3.7e achemso configuration: ACS Catal.] \setkeys{acs}{ keywords = true, } @@ -3474,7 +3476,7 @@ This work consists of the file achemso.dtx %</acbcct> %<*achre4> \ProvidesFile{achre4.cfg} - [2012/12/07 v3.7e achemso configuration: Acc. Chem. Res.] + [2013/02/13 v3.7e achemso configuration: Acc. Chem. Res.] \setkeys{acs}{ articletitle = true, biblabel = plain @@ -3484,7 +3486,7 @@ This work consists of the file achemso.dtx %</achre4> %<*acncdm> \ProvidesFile{acncdm.cfg} - [2012/12/07 v3.7e achemso configuration: ACS Chem. Neurosci.] + [2013/02/13 v3.7e achemso configuration: ACS Chem. Neurosci.] \def\acs@type@list{article,review,letter,suppinfo,viewpoint} \setkeys{acs}{ articletitle = true, @@ -3496,7 +3498,7 @@ This work consists of the file achemso.dtx %</acncdm> %<*acsccc> \ProvidesFile{acsccc.cfg} - [2012/12/07 v3.7e achemso configuration: ACS Combinatorial Sci.] + [2013/02/13 v3.7e achemso configuration: ACS Combinatorial Sci.] \def\acs@type@list{article,letter,review,perspective,account,note,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3506,7 +3508,7 @@ This work consists of the file achemso.dtx %</acsccc> %<*amclct> \ProvidesFile{amclct.cfg} - [2012/12/07 v3.7e achemso configuration: ACS Med. Chem. Lett.] + [2013/02/13 v3.7e achemso configuration: ACS Med. Chem. Lett.] \setkeys{acs}{ articletitle = true } @@ -3515,7 +3517,7 @@ This work consists of the file achemso.dtx %</amclct> %<*ancac3> \ProvidesFile{ancac3.cfg} - [2012/12/07 v3.7e achemso configuration: ACS Nano] + [2013/02/13 v3.7e achemso configuration: ACS Nano] \setkeys{acs}{ articletitle = true, biblabel = fullstop, @@ -3527,13 +3529,13 @@ This work consists of the file achemso.dtx %</ancac3> %<*ancham> \ProvidesFile{ancham.cfg} - [2012/12/07 v3.7e achemso configuration: Anal. Chem.] + [2013/02/13 v3.7e achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff %</ancham> %<*bichaw> \ProvidesFile{biochem.cfg} - [2012/12/07 v3.7e achemso configuration: Biochemistry] + [2013/02/13 v3.7e achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3583,7 +3585,7 @@ This work consists of the file achemso.dtx %</bichaw> %<*bcches> \ProvidesFile{bcches.cfg} - [2012/12/07 v3.7e achemso configuration: Bioconjugate Chem.] + [2013/02/13 v3.7e achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ articletitle = true, biochem = true, @@ -3601,14 +3603,14 @@ This work consists of the file achemso.dtx %\changes{v3.4e}{2010/03/13}{No article titles for % \emph{Biomacromolecules}} \ProvidesFile{bomaf6.cfg} - [2012/12/07 v3.7e achemso configuration: Biomacromolecules] + [2013/02/13 v3.7e achemso configuration: Biomacromolecules] \def\acs@type@list{article,comment,communication,note,review,suppinfo} \SectionNumbersOff \AtEndOfClass{\SectionsOn} %</bomaf6> %<*bipret> \ProvidesFile{bipret.cfg} - [2012/12/07 v3.7e achemso configuration: Biotechnol. Prog.] + [2013/02/13 v3.7e achemso configuration: Biotechnol. Prog.] \setkeys{acs}{ articletitle = true, super = false @@ -3618,7 +3620,7 @@ This work consists of the file achemso.dtx %</bipret> %<*crtoec> \ProvidesFile{crtoec.cfg} - [2012/12/07 v3.7e achemso configuration: Chem. Res. Toxicol.] + [2013/02/13 v3.7e achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ articletitle = true, biochem = true, @@ -3631,7 +3633,7 @@ This work consists of the file achemso.dtx %</crtoec> %<*chreay> \ProvidesFile{chreay.cfg} - [2012/12/07 v3.7e achemso configuration: Chem. Rev.] + [2013/02/13 v3.7e achemso configuration: Chem. Rev.] \def\acs@type@default{review} \def\acs@type@list{review} % \end{macrocode} @@ -3642,7 +3644,7 @@ This work consists of the file achemso.dtx %<*cmatex> % \begin{macrocode} \ProvidesFile{cmatex.cfg} - [2012/12/07 v3.7e achemso configuration: Chem. Mater.] + [2013/02/13 v3.7e achemso configuration: Chem. Mater.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3651,7 +3653,7 @@ This work consists of the file achemso.dtx %</cmatex> %<*cgdefu> \ProvidesFile{cgdefu.cfg} - [2012/12/07 v3.7e achemso configuration: Cryst. Growth Des.] + [2013/02/13 v3.7e achemso configuration: Cryst. Growth Des.] \def\acs@type@list{% article,communication,perspective,suppinfo% } @@ -3664,13 +3666,13 @@ This work consists of the file achemso.dtx %</cgdefu> %<*enfuem> \ProvidesFile{enfuem.cfg} - [2012/12/07 v3.7e achemso configuration: Energy Fuels] + [2013/02/13 v3.7e achemso configuration: Energy Fuels] \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff %</enfuem> %<*esthag> \ProvidesFile{esthag.cfg} - [2012/12/07 v3.7e achemso configuration: Environ. Sci. Technol.] + [2013/02/13 v3.7e achemso configuration: Environ. Sci. Technol.] \setkeys{acs}{ articletitle = true, super = false @@ -3680,7 +3682,7 @@ This work consists of the file achemso.dtx %</esthag> %<*iecred> \ProvidesFile{iecred.cfg} - [2012/12/07 v3.7e achemso configuration: Ind. Eng. Chem. Res.] + [2013/02/13 v3.7e achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{ articletitle = brackets, biblabel = fullstop @@ -3689,7 +3691,7 @@ This work consists of the file achemso.dtx %</iecred> %<*inoraj> \ProvidesFile{inoraj.cfg} - [2012/12/07 v3.7e achemso configuration: Inorg. Chem.] + [2013/02/13 v3.7e achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3704,7 +3706,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jacsat> \ProvidesFile{jacsat.cfg} - [2012/12/07 v3.7e achemso configuration: J. Am. Chem. Soc.] + [2013/02/13 v3.7e achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput @@ -3914,7 +3916,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jafcau> \ProvidesFile{jafcau.cfg} - [2012/12/07 v3.7e achemso configuration: J. Agric. Food Chem.] + [2013/02/13 v3.7e achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{ articletitle = true, super = false @@ -3924,7 +3926,7 @@ This work consists of the file achemso.dtx %</jafcau> %<*jceaax> \ProvidesFile{jceaax.cfg} - [2012/12/07 v3.7e achemso configuration: J. Chem. Eng. Data] + [2013/02/13 v3.7e achemso configuration: J. Chem. Eng. Data] \setkeys{acs}{ articletitle = true } @@ -3934,7 +3936,7 @@ This work consists of the file achemso.dtx %</jceaax> %<*jceda8> \ProvidesFile{jceda8.cfg} - [2012/12/07 v3.7e achemso configuration: J. Chem. Ed.] + [2013/02/13 v3.7e achemso configuration: J. Chem. Ed.] \SectionNumbersOff \setkeys{acs}{ articletitle = true @@ -3944,7 +3946,7 @@ This work consists of the file achemso.dtx %</jceda8> %<*jcisd8> \ProvidesFile{jcisd8.cfg} - [2012/12/07 v3.7e achemso configuration: J. Chem. Inf. Model.] + [2013/02/13 v3.7e achemso configuration: J. Chem. Inf. Model.] \setkeys{acs}{ articletitle = true } @@ -3953,7 +3955,7 @@ This work consists of the file achemso.dtx %</jcisd8> %<*jctcce> \ProvidesFile{jctcce.cfg} - [2012/12/07 v3.7e achemso configuration: J. Chem. Theory Comput.] + [2013/02/13 v3.7e achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ maxauthors = 0 @@ -3961,7 +3963,7 @@ This work consists of the file achemso.dtx %</jctcce> %<*jmcmar> \ProvidesFile{jmcmar.cfg} - [2012/12/07 v3.7e achemso configuration: J. Med. Chem.] + [2013/02/13 v3.7e achemso configuration: J. Med. Chem.] \setkeys{acs}{ articletitle = true } @@ -3970,7 +3972,7 @@ This work consists of the file achemso.dtx %</jmcmar> %<*jnprdf> \ProvidesFile{jnprdf.cfg} - [2012/12/07 v3.7e achemso configuration: J. Nat. Prod.] + [2013/02/13 v3.7e achemso configuration: J. Nat. Prod.] \renewcommand*{\abstractname}{ABSTRACT} \renewcommand*{\acknowledgementname}{ACKNOWLEDGEMENT} \renewcommand*{\suppinfoname}{ASSOCIATED CONTENT} @@ -4005,7 +4007,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} - [2012/12/07 v3.7e achemso configuration: J. Org. Chem.] + [2013/02/13 v3.7e achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -4016,7 +4018,7 @@ This work consists of the file achemso.dtx %</joceah> %<*jpcafh> \ProvidesFile{jpcafh.cfg} - [2012/12/07 v3.7e achemso configuration: J. Phys. Chem. A] + [2013/02/13 v3.7e achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff @@ -4028,7 +4030,7 @@ This work consists of the file achemso.dtx %</jpcafh> %<*jpcbfk> \ProvidesFile{jpcbfk.cfg} - [2012/12/07 v3.7e achemso configuration: J. Phys. Chem. B] + [2013/02/13 v3.7e achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff @@ -4037,7 +4039,7 @@ This work consists of the file achemso.dtx %</jpcbfk> %<*jpccck> \ProvidesFile{jpccck.cfg} - [2012/12/07 v3.7e achemso configuration: J. Phys. Chem. C] + [2013/02/13 v3.7e achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff @@ -4050,7 +4052,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jpclcd> \ProvidesFile{jpclcd.cfg} - [2012/12/07 v3.7e achemso configuration: J. Phys. Chem. Lett.] + [2013/02/13 v3.7e achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{articletitle = true, etalmode = truncate, maxauthors = 10} \def\acs@type@default{letter} \def\acs@type@list{letter} @@ -4060,7 +4062,7 @@ This work consists of the file achemso.dtx %</jpclcd> %<*jprobs> \ProvidesFile{jprobs.cfg} - [2012/12/07 v3.7e achemso configuration: J. Proteome Res.] + [2013/02/13 v3.7e achemso configuration: J. Proteome Res.] \setkeys{acs}{ articletitle = true } @@ -4069,26 +4071,26 @@ This work consists of the file achemso.dtx %</jprobs> %<*langd5> \ProvidesFile{langd5.cfg} - [2012/12/07 v3.7e achemso configuration: Langmuir] + [2013/02/13 v3.7e achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{articletitle = true} \SectionNumbersOff %</langd5> %<*mamobx> \ProvidesFile{mamobx.cfg} - [2012/12/07 v3.7e achemso configuration: Macromolecules] + [2013/02/13 v3.7e achemso configuration: Macromolecules] \SectionNumbersOff %</mamobx> %<*mpohbp> \ProvidesFile{mamobx.cfg} - [2012/12/07 v3.7e achemso configuration: Mol. Pharm.] + [2013/02/13 v3.7e achemso configuration: Mol. Pharm.] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</mpohbp> %<*nalefd> \ProvidesFile{nalefd.cfg} - [2012/12/07 v3.7e achemso configuration: Nano Lett.] + [2013/02/13 v3.7e achemso configuration: Nano Lett.] \setkeys{acs}{keywords = true} \def\acs@type@default{letter} \def\acs@type@list{letter} @@ -4096,7 +4098,7 @@ This work consists of the file achemso.dtx %</nalefd> %<*orlef7> \ProvidesFile{orlef7.cfg} - [2012/12/07 v3.7e achemso configuration: Org. Lett.] + [2013/02/13 v3.7e achemso configuration: Org. Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionsOff @@ -4106,13 +4108,13 @@ This work consists of the file achemso.dtx %</orlef7> %<*oprdfk> \ProvidesFile{oprdfk.cfg} - [2012/12/07 v3.7e achemso configuration: Org. Proc. Res. Dev.] + [2013/02/13 v3.7e achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff %</oprdfk> %<*orgnd7> \ProvidesFile{orgnd7.cfg} - [2012/12/07 v3.7e achemso configuration: Organometallics] + [2013/02/13 v3.7e achemso configuration: Organometallics] \SectionNumbersOff %</orgnd7> % \end{macrocode} |