diff options
author | Karl Berry <karl@freefriends.org> | 2015-03-23 21:02:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-03-23 21:02:12 +0000 |
commit | 5a7b46d87247a8300bfc24c93bdbbec8b32d0872 (patch) | |
tree | fb90d47fcf8e55ed0f3c28f7aa6f8d40c2f034cb /Master/texmf-dist/source/latex/achemso | |
parent | dd9ed7d3adaa5c1a88aee320348933e430a6baf0 (diff) |
achemso (23mar15)
git-svn-id: svn://tug.org/texlive/trunk@36604 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/achemso')
-rw-r--r-- | Master/texmf-dist/source/latex/achemso/achemso.dtx | 118 |
1 files changed, 66 insertions, 52 deletions
diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx index 1650db3ff4b..7826870f6cd 100644 --- a/Master/texmf-dist/source/latex/achemso/achemso.dtx +++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx @@ -394,6 +394,7 @@ This work consists of the file achemso.dtx % entries} % \changes{v3.8l}{2014/08/23}{Fix printing of phone/fax numbers} % \changes{v3.9}{2015/02/01}{New \texttt{doi} option} +% \changes{v3.9b}{2015/03/22}{Update \emph{J. Agric. Food Chem.} style} % %\begin{abstract} % The \pkg{achemso} bundle provides a \LaTeX\ class file and \BibTeX\ @@ -959,7 +960,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*class> \ProvidesClass{achemso} - [2015/03/12 v3.9a Submission to ACS journals] + [2015/03/23 v3.9b Submission to ACS journals] \LoadClass[12pt,letter]{article} % \end{macrocode} % @@ -979,7 +980,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*package> \ProvidesPackage{achemso} - [2015/03/12 v3.9a Support for ACS journals] + [2015/03/23 v3.9b Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -3221,6 +3222,8 @@ This work consists of the file achemso.dtx %\subsection{Late shared code} % %\begin{macro}{\citenumfont} +% \changes{v3.9b}{2015/03/22}{Allow for setting \opt{super} after +% loading} % Changes to citations can now be made. The citation styles supplied % here require \pkg{natbib}, which is loaded with the appropriate % options. This part applies to the package as well as the class: it is @@ -3233,6 +3236,17 @@ This work consists of the file achemso.dtx \RequirePackage[sort&compress,numbers,round]{natbib} \def\citenumfont{\textit} \fi +\define@key{acs}{super}[true]{% + \def\@tempa{#1}% + \def\@tempb{true}% + \ifx\@tempa\@tempb + \setcitestyle{super,open={},close={}}% + \renewcommand*\citenumfont{}% + \else + \setcitestyle{round}% + \renewcommand*\citenumfont{\textit} + \fi +} \RequirePackage{natmove} % \end{macrocode} %\end{macro} @@ -3518,7 +3532,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*aamick> \ProvidesFile{aamick.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Appl. Mater. Interfaces] + [2015/03/23 v3.9b achemso configuration: ACS Appl. Mater. Interfaces] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3527,7 +3541,7 @@ This work consists of the file achemso.dtx %</aamick> %<*acbcct> \ProvidesFile{acbcct.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Chem. Biol.] + [2015/03/23 v3.9b achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ articletitle = true, biblabel = fullstop, @@ -3539,14 +3553,14 @@ This work consists of the file achemso.dtx %</acbcct> %<*acbcct> \ProvidesFile{accacs.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Catal.] + [2015/03/23 v3.9b achemso configuration: ACS Catal.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,letter,perspective,review,viewpoints,suppinfo} \SectionNumbersOff %</acbcct> %<*achre4> \ProvidesFile{achre4.cfg} - [2015/03/12 v3.9a achemso configuration: Acc. Chem. Res.] + [2015/03/23 v3.9b achemso configuration: Acc. Chem. Res.] \setkeys{acs}{ articletitle = true, biblabel = plain @@ -3556,7 +3570,7 @@ This work consists of the file achemso.dtx %</achre4> %<*acncdm> \ProvidesFile{acncdm.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Chem. Neurosci.] + [2015/03/23 v3.9b achemso configuration: ACS Chem. Neurosci.] \def\acs@type@list{article,review,letter,suppinfo,viewpoint} \setkeys{acs}{ articletitle = true, @@ -3568,7 +3582,7 @@ This work consists of the file achemso.dtx %</acncdm> %<*acsccc> \ProvidesFile{acsccc.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Combinatorial Sci.] + [2015/03/23 v3.9b achemso configuration: ACS Combinatorial Sci.] \def\acs@type@list{article,letter,review,perspective,account,note,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3578,7 +3592,7 @@ This work consists of the file achemso.dtx %</acsccc> %<*acscii> \ProvidesFile{acscii.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Central Sci.] + [2015/03/23 v3.9b achemso configuration: ACS Central Sci.] \def\acs@type@list{article,review,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3588,7 +3602,7 @@ This work consists of the file achemso.dtx %</acscii> %<*amlccd> \ProvidesFile{amlccd.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Macro Lett.] + [2015/03/23 v3.9b achemso configuration: ACS Macro Lett.] \def\acs@type@list{letter,suppinfo} \SectionsOff \setlength{\acs@tocentry@height}{8 cm} @@ -3596,7 +3610,7 @@ This work consists of the file achemso.dtx %</amlccd> %<*amclct> \ProvidesFile{amclct.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Med. Chem. Lett.] + [2015/03/23 v3.9b achemso configuration: ACS Med. Chem. Lett.] \setkeys{acs}{ articletitle = true } @@ -3606,7 +3620,7 @@ This work consists of the file achemso.dtx % \changes{v3.8n}{2015/01/13}{\emph{ACS Nano} want abbreviations} %<*ancac3> \ProvidesFile{ancac3.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Nano] + [2015/03/23 v3.9b achemso configuration: ACS Nano] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3621,13 +3635,13 @@ This work consists of the file achemso.dtx %</ancac3> %<*ancham> \ProvidesFile{ancham.cfg} - [2015/03/12 v3.9a achemso configuration: Anal. Chem.] + [2015/03/23 v3.9b achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff %</ancham> %<*apchd5> \ProvidesFile{apchd5.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Photon.] + [2015/03/23 v3.9b achemso configuration: ACS Photon.] \def\acs@type@list{article,letter,perspective,review,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3639,7 +3653,7 @@ This work consists of the file achemso.dtx %</apchd5> %<*ascecg> \ProvidesFile{ascecg.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Sustainable Chem Eng.] + [2015/03/23 v3.9b achemso configuration: ACS Sustainable Chem Eng.] \setkeys{acs}{ articletitle = true, biblabel = fullstop, @@ -3650,7 +3664,7 @@ This work consists of the file achemso.dtx %</ascecg> %<*asbcd6> \ProvidesFile{asbcd6.cfg} - [2015/03/12 v3.9a achemso configuration: ACS Synth. Biol.] + [2015/03/23 v3.9b achemso configuration: ACS Synth. Biol.] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3663,7 +3677,7 @@ This work consists of the file achemso.dtx %</asbcd6> %<*bichaw> \ProvidesFile{bichaw.cfg} - [2015/03/12 v3.9a achemso configuration: Biochemistry] + [2015/03/23 v3.9b achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3712,7 +3726,7 @@ This work consists of the file achemso.dtx %</bichaw> %<*bcches> \ProvidesFile{bcches.cfg} - [2015/03/12 v3.9a achemso configuration: Bioconjugate Chem.] + [2015/03/23 v3.9b achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ articletitle = true, biochem = true, @@ -3722,14 +3736,14 @@ This work consists of the file achemso.dtx %</bcches> %<*bomaf6> \ProvidesFile{bomaf6.cfg} - [2015/03/12 v3.9a achemso configuration: Biomacromolecules] + [2015/03/23 v3.9b achemso configuration: Biomacromolecules] \def\acs@type@list{article,comment,communication,note,review,suppinfo} \SectionNumbersOff \AtEndOfClass{\SectionsOn} %</bomaf6> %<*crtoec> \ProvidesFile{crtoec.cfg} - [2015/03/12 v3.9a achemso configuration: Chem. Res. Toxicol.] + [2015/03/23 v3.9b achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3747,7 +3761,7 @@ This work consists of the file achemso.dtx %</crtoec> %<*chreay> \ProvidesFile{chreay.cfg} - [2015/03/12 v3.9a achemso configuration: Chem. Rev.] + [2015/03/23 v3.9b achemso configuration: Chem. Rev.] \def\acs@type@default{review} \def\acs@type@list{review} % \end{macrocode} @@ -3758,7 +3772,7 @@ This work consists of the file achemso.dtx %<*cmatex> % \begin{macrocode} \ProvidesFile{cmatex.cfg} - [2015/03/12 v3.9a achemso configuration: Chem. Mater.] + [2015/03/23 v3.9b achemso configuration: Chem. Mater.] \setkeys{acs}{keywords = true} \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication @@ -3768,7 +3782,7 @@ This work consists of the file achemso.dtx %</cmatex> %<*cgdefu> \ProvidesFile{cgdefu.cfg} - [2015/03/12 v3.9a achemso configuration: Cryst. Growth Des.] + [2015/03/23 v3.9b achemso configuration: Cryst. Growth Des.] \setkeys{acs}{articletitle = true} \def\acs@type@list{% article,communication,perspective,suppinfo% @@ -3782,21 +3796,21 @@ This work consists of the file achemso.dtx %</cgdefu> %<*enfuem> \ProvidesFile{enfuem.cfg} - [2015/03/12 v3.9a achemso configuration: Energy Fuels] + [2015/03/23 v3.9b achemso configuration: Energy Fuels] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff %</enfuem> %<*esthag> \ProvidesFile{esthag.cfg} - [2015/03/12 v3.9a achemso configuration: Environ. Sci. Technol.] + [2015/03/23 v3.9b achemso configuration: Environ. Sci. Technol.] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</esthag> %<*estlcu> \ProvidesFile{estlcu.cfg} - [2015/03/12 v3.9a achemso configuration: Environ. Sci. Technol. Lett.] + [2015/03/23 v3.9b achemso configuration: Environ. Sci. Technol. Lett.] \setkeys{acs}{articletitle = true} \def\acs@type@list{letter,suppinfo} \SectionNumbersOff @@ -3804,7 +3818,7 @@ This work consists of the file achemso.dtx % \changes{v3.8m}{2014/11/24}{Fixes for \emph{Ind.\ Eng.\ Chem.\ Res.}\ style} %<*iecred> \ProvidesFile{iecred.cfg} - [2015/03/12 v3.9a achemso configuration: Ind. Eng. Chem. Res.] + [2015/03/23 v3.9b achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{ articletitle = true, biblabel = brackets @@ -3813,7 +3827,7 @@ This work consists of the file achemso.dtx %</iecred> %<*inoraj> \ProvidesFile{inoraj.cfg} - [2015/03/12 v3.9a achemso configuration: Inorg. Chem.] + [2015/03/23 v3.9b achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3828,7 +3842,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jacsat> \ProvidesFile{jacsat.cfg} - [2015/03/12 v3.9a achemso configuration: J. Am. Chem. Soc.] + [2015/03/23 v3.9b achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput @@ -4038,18 +4052,17 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jafcau> \ProvidesFile{jafcau.cfg} - [2015/03/12 v3.9a achemso configuration: J. Agric. Food Chem.] + [2015/03/23 v3.9b achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{ articletitle = true, - keywords = true, - super = false + keywords = true } \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</jafcau> %<*jceaax> \ProvidesFile{jceaax.cfg} - [2015/03/12 v3.9a achemso configuration: J. Chem. Eng. Data] + [2015/03/23 v3.9b achemso configuration: J. Chem. Eng. Data] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,suppinfo} \def\refname{Literature Cited} @@ -4057,7 +4070,7 @@ This work consists of the file achemso.dtx %</jceaax> %<*jceda8> \ProvidesFile{jceda8.cfg} - [2015/03/12 v3.9a achemso configuration: J. Chem. Ed.] + [2015/03/23 v3.9b achemso configuration: J. Chem. Ed.] \setkeys{acs}{ articletitle = true, keywords = true @@ -4068,14 +4081,14 @@ This work consists of the file achemso.dtx %</jceda8> %<*jcisd8> \ProvidesFile{jcisd8.cfg} - [2015/03/12 v3.9a achemso configuration: J. Chem. Inf. Model.] + [2015/03/23 v3.9b achemso configuration: J. Chem. Inf. Model.] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff %</jcisd8> %<*jctcce> \ProvidesFile{jctcce.cfg} - [2015/03/12 v3.9a achemso configuration: J. Chem. Theory Comput.] + [2015/03/23 v3.9b achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ maxauthors = 0 @@ -4083,7 +4096,7 @@ This work consists of the file achemso.dtx %</jctcce> %<*jmcmar> \ProvidesFile{jmcmar.cfg} - [2015/03/12 v3.9a achemso configuration: J. Med. Chem.] + [2015/03/23 v3.9b achemso configuration: J. Med. Chem.] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,letter,perspective,suppinfo} \SectionNumbersOff @@ -4092,7 +4105,7 @@ This work consists of the file achemso.dtx %</jmcmar> %<*jnprdf> \ProvidesFile{jnprdf.cfg} - [2015/03/12 v3.9a achemso configuration: J. Nat. Prod.] + [2015/03/23 v3.9b achemso configuration: J. Nat. Prod.] \renewcommand*{\abstractname}{ABSTRACT} \renewcommand*{\acknowledgementname}{ACKNOWLEDGEMENT} \renewcommand*{\suppinfoname}{ASSOCIATED CONTENT} @@ -4125,7 +4138,7 @@ This work consists of the file achemso.dtx %</jnprdf> %<*joceah> \ProvidesFile{joceah.cfg} - [2015/03/12 v3.9a achemso configuration: J. Org. Chem.] + [2015/03/23 v3.9b achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -4140,7 +4153,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jpcafh> \ProvidesFile{jpcafh.cfg} - [2015/03/12 v3.9a achemso configuration: J. Phys. Chem. A] + [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ articletitle = true, @@ -4156,7 +4169,7 @@ This work consists of the file achemso.dtx %</jpcafh> %<*jpcbfk> \ProvidesFile{jpcbfk.cfg} - [2015/03/12 v3.9a achemso configuration: J. Phys. Chem. B] + [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ articletitle = true, @@ -4169,7 +4182,7 @@ This work consists of the file achemso.dtx %</jpcbfk> %<*jpccck> \ProvidesFile{jpccck.cfg} - [2015/03/12 v3.9a achemso configuration: J. Phys. Chem. C] + [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ articletitle = true, @@ -4186,7 +4199,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jpclcd> \ProvidesFile{jpclcd.cfg} - [2015/03/12 v3.9a achemso configuration: J. Phys. Chem. Lett.] + [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{ articletitle = true, etalmode = truncate, @@ -4213,7 +4226,7 @@ This work consists of the file achemso.dtx %</jpclcd> %<*jprobs> \ProvidesFile{jprobs.cfg} - [2015/03/12 v3.9a achemso configuration: J. Proteome Res.] + [2015/03/23 v3.9b achemso configuration: J. Proteome Res.] \setkeys{acs}{ articletitle = true, keywords = true @@ -4223,19 +4236,19 @@ This work consists of the file achemso.dtx %</jprobs> %<*langd5> \ProvidesFile{langd5.cfg} - [2015/03/12 v3.9a achemso configuration: Langmuir] + [2015/03/23 v3.9b achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{articletitle = true} \SectionNumbersOff %</langd5> %<*mamobx> \ProvidesFile{mamobx.cfg} - [2015/03/12 v3.9a achemso configuration: Macromolecules] + [2015/03/23 v3.9b achemso configuration: Macromolecules] \SectionNumbersOff %</mamobx> %<*mpohbp> \ProvidesFile{mamobx.cfg} - [2015/03/12 v3.9a achemso configuration: Mol. Pharm.] + [2015/03/23 v3.9b achemso configuration: Mol. Pharm.] \setkeys{acs}{ articletitle = true, keywords = true @@ -4245,7 +4258,7 @@ This work consists of the file achemso.dtx %</mpohbp> %<*nalefd> \ProvidesFile{nalefd.cfg} - [2015/03/12 v3.9a achemso configuration: Nano Lett.] + [2015/03/23 v3.9b achemso configuration: Nano Lett.] \setkeys{acs}{keywords = true} \def\acs@type@default{letter} \def\acs@type@list{letter} @@ -4253,7 +4266,7 @@ This work consists of the file achemso.dtx %</nalefd> %<*orlef7> \ProvidesFile{orlef7.cfg} - [2015/03/12 v3.9a achemso configuration: Org. Lett.] + [2015/03/23 v3.9b achemso configuration: Org. Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionsOff @@ -4263,13 +4276,13 @@ This work consists of the file achemso.dtx %</orlef7> %<*oprdfk> \ProvidesFile{oprdfk.cfg} - [2015/03/12 v3.9a achemso configuration: Org. Proc. Res. Dev.] + [2015/03/23 v3.9b achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff %</oprdfk> %<*orgnd7> \ProvidesFile{orgnd7.cfg} - [2015/03/12 v3.9a achemso configuration: Organometallics] + [2015/03/23 v3.9b achemso configuration: Organometallics] \SectionNumbersOff \setkeys{acs}{articletitle = true} %</orgnd7> @@ -4294,6 +4307,7 @@ This work consists of the file achemso.dtx %% servers. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[version=3]{mhchem} % Formula subscripts using \ce{} +\usepackage[T1]{fontenc} % Use modern font encodings %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% If issues arise when submitting your manuscript, you may want to @@ -5307,7 +5321,7 @@ FUNCTION { count.entries } { % Start and end of bibliography functions FUNCTION { begin.bib } { - "achemso 2015/03/12 v3.9a" top$ + "achemso 2015/03/23 v3.9b" top$ preamble$ empty$ { } { |