From fb723a8e279c933c3637de299936c8ada7323f5c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 7 Apr 2015 21:06:00 +0000 Subject: achemso (7apr15) git-svn-id: svn://tug.org/texlive/trunk@36733 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/achemso/achemso.dtx | 300 +++++++++++---------- 1 file changed, 163 insertions(+), 137 deletions(-) (limited to 'Master/texmf-dist/source/latex/achemso') diff --git a/Master/texmf-dist/source/latex/achemso/achemso.dtx b/Master/texmf-dist/source/latex/achemso/achemso.dtx index 7826870f6cd..6e40d48b037 100644 --- a/Master/texmf-dist/source/latex/achemso/achemso.dtx +++ b/Master/texmf-dist/source/latex/achemso/achemso.dtx @@ -394,7 +394,11 @@ 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.9a}{2015/03/03}{Update style for \emph{ACS Central Sci.}} % \changes{v3.9b}{2015/03/22}{Update \emph{J. Agric. Food Chem.} style} +% \changes{v3.10}{2015/04/07}{Update address printing to reflect new +% ACS style} +% \changes{v3.10}{2015/04/07}{Add starred (subs)sections to TOC} % %\begin{abstract} % The \pkg{achemso} bundle provides a \LaTeX\ class file and \BibTeX\ @@ -960,7 +964,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*class> \ProvidesClass{achemso} - [2015/03/23 v3.9b Submission to ACS journals] + [2015/04/07 v3.10 Submission to ACS journals] \LoadClass[12pt,letter]{article} % \end{macrocode} % @@ -980,7 +984,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*package> \ProvidesPackage{achemso} - [2015/03/23 v3.9b Support for ACS journals] + [2015/04/07 v3.10 Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -1985,7 +1989,7 @@ This work consists of the file achemso.dtx \let\footnote\acs@title@footnote \acs@maketitle@suppinfo \@title \acs@title@footnote@check - \global\acs@footnote@cnt\c@footnote\relax + \global\acs@footnote@cnt\c@footnote \@maketitle@title@hook \par }% @@ -2038,19 +2042,20 @@ This work consists of the file achemso.dtx % \begin{macrocode} \newcommand*\acs@title@footnote[1]{% \footnotemark - \g@addto@macro\@thanks@hook{% - \footnotetext{#1}% - }% + \g@addto@macro\@thanks{\footnotetext{#1}}% } \newcommand\acs@title@footnote@check{% - \ifx\@thanks@hook\@empty\else - \expandafter\gdef\expandafter\@thanks@hook\expandafter{% - \expandafter\begingroup - \expandafter\let\expandafter\@fnsymbol\expandafter - \acs@author@fnsymbol - \@thanks@hook - \endgroup - }% + \ifx\@thanks\@empty + \else + \begingroup + \toks@=\expandafter{\@thanks}% + \xdef\@thanks{% + \begingroup + \let\noexpand\@fnsymbol\noexpand\acs@author@fnsymbol + \the\toks@ + \endgroup + }% + \endgroup \fi } % \end{macrocode} @@ -2066,26 +2071,14 @@ This work consists of the file achemso.dtx % \end{macrocode} %\end{macro} %\begin{macro}{\@thanks} -%\begin{macro}{\@thanks@hook} % The \cs{@thanks} macro is used as a hook to generate the footnotes if % needed. % \begin{macrocode} -\def\@thanks{% - \@thanks@hook - \ifnum\acs@affil@cnt>\@ne\relax - \expandafter\acs@affil@list - \else - \ifnum\acs@affil@alt@cnt>\z@\relax - \expandafter\expandafter\expandafter\acs@affil@list - \fi - \fi -} -\newcommand*\@thanks@hook{} +\let\@thanks\@empty % \end{macrocode} %\end{macro} %\end{macro} %\begin{macro}{\acs@author@list} -%\begin{macro}{\acs@author@list@star} % Printing the author list needs to do several things. The appropriate % separators between authors are created and the author names % themselves are printed. @@ -2095,17 +2088,9 @@ This work consists of the file achemso.dtx \ifnum\acs@author@cnt=\z@\relax\else \expandafter\acs@author@list@main \fi - \acs@author@list@star -} -\newcommand*\acs@author@list@star{% - \g@addto@macro\@thanks@hook{% - \setcounter{footnote}{1}% - \footnotetext{To whom correspondence should be addressed}% - }% } % \end{macrocode} %\end{macro} -%\end{macro} %\begin{macro}{\acs@author@footnotes} %\begin{macro}{\acs@author@list@main} % The main control macro for producing the author list iterates over @@ -2332,37 +2317,55 @@ This work consists of the file achemso.dtx % \end{macro} % \end{macro} % \end{macro} -%\begin{macro}{\acs@address@list} -%\begin{macro}{\acs@address@list@aux} -% The main address block is rather less complex than the author -% printing: one print job per address. +% \begin{macro}{\acs@address@list} +% \begin{macro}{\acs@address@list@auxi} +% \begin{macro}{\acs@address@list@auxii} +% Loop over the addresses and any extra affiliations and print them +% all: if there is only one, omit the marker entirely. There is also a +% need to watch out for any footnotes from the title. % \begin{macrocode} \newcommand*\acs@address@list{% - \@tempcnta\z@\relax - \ifnum\acs@affil@cnt>\z@\relax - \acs@address@list@aux + \ifnum\acs@affil@cnt>\z@ + \expandafter\acs@address@list@auxi \else - \acs@warning{% - No affiliations: at least one affiliation is needed% - }% + \acs@warning{No affiliations: at least one affiliation is needed}% \fi } -\newcommand*\acs@address@list@aux{% - \advance\@tempcnta\@ne\relax - \ifnum\acs@affil@cnt>\@ne\relax - \ifnum\@tempcnta=\acs@affil@cnt\relax - and - \fi - \fi - \@nameuse{@address@\@roman\@tempcnta}% - \ifnum\@tempcnta<\acs@affil@cnt\relax - , - \expandafter\acs@address@list@aux +\newcommand*\acs@address@list@auxi{% + \ifnum0% + \ifnum\acs@affil@cnt>\@ne 1\fi + \ifnum\acs@affil@alt@cnt>\z@ 1\fi + >\z@ + \expandafter\acs@address@list@auxii + \else + \@address@i\par \fi } +\newcommand*\acs@address@list@auxii{% + \@tempcnta\z@ + \acs@affil@marker@cnt\acs@footnote@cnt + \loop\ifnum\@tempcnta<\acs@affil@cnt + \advance\@tempcnta\@ne + \advance\acs@affil@marker@cnt\@ne + \acs@author@fnsymbol{\acs@affil@marker@cnt}% + \@nameuse{@address@\@roman\@tempcnta}\par + \repeat + \@tempcnta\z@ + \loop\ifnum\@tempcnta<\acs@affil@cnt + \advance\@tempcnta\@ne + \advance\acs@affil@marker@cnt\@ne + \acs@ifundefined{@altaffil@\@roman\@tempcnta} + {} + {% + \acs@author@fnsymbol{\acs@affil@marker@cnt}% + \@nameuse{@altaffil@\@roman\@tempcnta}\par + }% + \repeat +} % \end{macrocode} -%\end{macro} -%\end{macro} +% \end{macro} +% \end{macro} +% \end{macro} %\begin{macro}{\acs@fnsymbol@org} %\begin{macro}{\acs@affil@list} %\begin{macro}{\acs@affil@list@aux} @@ -2635,7 +2638,7 @@ This work consists of the file achemso.dtx %\begin{macro}{\acs@section} %\begin{macro}{\acs@subsection} %\begin{macro}{\acs@subsubsection} -%\begin{macro}{\acs@startsection} +%\begin{macro}{\acs@startsection@orig} % Both the numbering and existence of section headers may need to be % altered. Some generic functions are therefore provided to deal with % this cleanly. First, some original definitions are saved. @@ -2646,35 +2649,42 @@ This work consists of the file achemso.dtx \let\acs@subsection\subsection \newcommand*\acs@subsubsection{} \let\acs@subsubsection\subsubsection -\newcommand*\acs@startsection{} -\let\acs@startsection\@startsection +\newcommand*\acs@startsection@orig{} +\let\acs@startsection@orig\@startsection % \end{macrocode} %\end{macro} %\end{macro} %\end{macro} %\end{macro} +%\begin{macro}{\acs@startsection} +% A version of \cs{@startsection} which adds unnumbered sections to +% the TOC: modelled on \pkg{amsart}. This is active as standard. +% \begin{macrocode} +\newcommand\acs@startsection[6]{% + \if@noskipsec \leavevmode \fi + \par \@tempskipa #4\relax + \@afterindenttrue + \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse\fi + \if@nobreak \everypar{}\else + \addpenalty\@secpenalty\addvspace\@tempskipa\fi + \@ifstar{\@dblarg{\@sect{#1}{\@m}{#3}{#4}{#5}{#6}}}% + {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}% +} +\let\@startsection\acs@startsection +% \end{macrocode} +%\end{macro} %\begin{macro}{\acs@startsection@alt} % An alternative version of \cs{@startsection} which never adds numbers. % \begin{macrocode} \newcommand*\acs@startsection@alt[6]{% \if@noskipsec \leavevmode \fi - \par - \@tempskipa #4\relax + \par \@tempskipa #4\relax \@afterindenttrue - \ifdim\@tempskipa<\z@\relax - \@tempskipa -\@tempskipa \@afterindentfalse - \fi - \if@nobreak - \everypar{}% - \else - \addpenalty\@secpenalty - \addvspace\@tempskipa - \fi - \@ifstar{% - \@ssect{#3}{#4}{#5}{#6}% - }{% - \@ssect{#3}{#4}{#5}{#6}% - }% + \ifdim \@tempskipa <\z@ \@tempskipa -\@tempskipa \@afterindentfalse\fi + \if@nobreak \everypar{}\else + \addpenalty\@secpenalty\addvspace\@tempskipa\fi + \@ifstar{\@ssect{#3}{#4}{#5}{#6}} + {\@ssect{#3}{#4}{#5}{#6}}% } % \end{macrocode} %\end{macro} @@ -2734,15 +2744,30 @@ This work consists of the file achemso.dtx % \end{macrocode} %\end{macro} %\end{macro} +% \begin{macro}{\tableofcontents} +% Never print TOC in itself. +% \begin{macrocode} +\begingroup + \toks@=\expandafter{\tableofcontents} + \xdef\tableofcontents{% + \begingroup + \let\noexpand\@startsection\noexpand\acs@startsection@orig + \the\toks@ + \endgroup + } +\endgroup +% \end{macrocode} +% \end{macro} +%\end{macro} %\begin{environment}{acknowledgement} %\begin{environment}{suppinfo} % Simple named sections. % \begin{macrocode} \newenvironment{acknowledgement}{% - \acs@subsection*{\acknowledgementname}% + \acs@section*{\acknowledgementname}% }{} \newenvironment{suppinfo}{% - \acs@subsection*{\suppinfoname}% + \acs@section*{\suppinfoname}% \acs@collect\acs@suppinfo@print }{} % \end{macrocode} @@ -2766,7 +2791,7 @@ This work consists of the file achemso.dtx \newcommand*\acknowledgementname{Acknowledgement} \AtEndOfClass{% \def\bibsection{% - \acs@subsection*{\refname}% + \acs@section*{\refname}% }% } \newcommand*\suppinfoname{Supporting Information Available} @@ -2957,6 +2982,8 @@ This work consists of the file achemso.dtx }% } \newcommand*{\acs@tocentry@print@aux}{% + \begingroup + \let\@startsection\acs@startsection@orig \acs@section*{\tocentryname}% \tocsize \sffamily @@ -2969,7 +2996,8 @@ This work consists of the file achemso.dtx \end{minipage}% }% \end{center}% - } + \endgroup +} \newlength{\acs@tocentry@height} \newlength{\acs@tocentry@width} \setlength{\acs@tocentry@height}{9 cm} @@ -3087,7 +3115,7 @@ This work consists of the file achemso.dtx \vspace{6pt}% \textbf{\acknowledgementname}% \else - \acs@subsection*{\acknowledgementname}% + \acs@section*{\acknowledgementname}% \fi }{% \acs@par @@ -3097,7 +3125,7 @@ This work consists of the file achemso.dtx \ifx\@currenvir\@tempa \expandafter\acs@suppinfo@aux \else - \acs@subsection*{\suppinfoname}% + \acs@section*{\suppinfoname}% \fi }{% \acs@par @@ -3532,7 +3560,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*aamick> \ProvidesFile{aamick.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Appl. Mater. Interfaces] + [2015/04/07 v3.10 achemso configuration: ACS Appl. Mater. Interfaces] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3541,7 +3569,7 @@ This work consists of the file achemso.dtx % %<*acbcct> \ProvidesFile{acbcct.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Chem. Biol.] + [2015/04/07 v3.10 achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ articletitle = true, biblabel = fullstop, @@ -3553,14 +3581,14 @@ This work consists of the file achemso.dtx % %<*acbcct> \ProvidesFile{accacs.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Catal.] + [2015/04/07 v3.10 achemso configuration: ACS Catal.] \setkeys{acs}{keywords = true} \def\acs@type@list{article,letter,perspective,review,viewpoints,suppinfo} \SectionNumbersOff % %<*achre4> \ProvidesFile{achre4.cfg} - [2015/03/23 v3.9b achemso configuration: Acc. Chem. Res.] + [2015/04/07 v3.10 achemso configuration: Acc. Chem. Res.] \setkeys{acs}{ articletitle = true, biblabel = plain @@ -3570,7 +3598,7 @@ This work consists of the file achemso.dtx % %<*acncdm> \ProvidesFile{acncdm.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Chem. Neurosci.] + [2015/04/07 v3.10 achemso configuration: ACS Chem. Neurosci.] \def\acs@type@list{article,review,letter,suppinfo,viewpoint} \setkeys{acs}{ articletitle = true, @@ -3582,7 +3610,7 @@ This work consists of the file achemso.dtx % %<*acsccc> \ProvidesFile{acsccc.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Combinatorial Sci.] + [2015/04/07 v3.10 achemso configuration: ACS Combinatorial Sci.] \def\acs@type@list{article,letter,review,perspective,account,note,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3592,7 +3620,7 @@ This work consists of the file achemso.dtx % %<*acscii> \ProvidesFile{acscii.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Central Sci.] + [2015/04/07 v3.10 achemso configuration: ACS Central Sci.] \def\acs@type@list{article,review,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3602,7 +3630,7 @@ This work consists of the file achemso.dtx % %<*amlccd> \ProvidesFile{amlccd.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Macro Lett.] + [2015/04/07 v3.10 achemso configuration: ACS Macro Lett.] \def\acs@type@list{letter,suppinfo} \SectionsOff \setlength{\acs@tocentry@height}{8 cm} @@ -3610,7 +3638,7 @@ This work consists of the file achemso.dtx % %<*amclct> \ProvidesFile{amclct.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Med. Chem. Lett.] + [2015/04/07 v3.10 achemso configuration: ACS Med. Chem. Lett.] \setkeys{acs}{ articletitle = true } @@ -3620,7 +3648,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/23 v3.9b achemso configuration: ACS Nano] + [2015/04/07 v3.10 achemso configuration: ACS Nano] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3635,13 +3663,13 @@ This work consists of the file achemso.dtx % %<*ancham> \ProvidesFile{ancham.cfg} - [2015/03/23 v3.9b achemso configuration: Anal. Chem.] + [2015/04/07 v3.10 achemso configuration: Anal. Chem.] \def\acs@type@list{article,note,suppinfo} \SectionNumbersOff % %<*apchd5> \ProvidesFile{apchd5.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Photon.] + [2015/04/07 v3.10 achemso configuration: ACS Photon.] \def\acs@type@list{article,letter,perspective,review,suppinfo} \setkeys{acs}{ articletitle = true, @@ -3653,7 +3681,7 @@ This work consists of the file achemso.dtx % %<*ascecg> \ProvidesFile{ascecg.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Sustainable Chem Eng.] + [2015/04/07 v3.10 achemso configuration: ACS Sustainable Chem Eng.] \setkeys{acs}{ articletitle = true, biblabel = fullstop, @@ -3664,7 +3692,7 @@ This work consists of the file achemso.dtx % %<*asbcd6> \ProvidesFile{asbcd6.cfg} - [2015/03/23 v3.9b achemso configuration: ACS Synth. Biol.] + [2015/04/07 v3.10 achemso configuration: ACS Synth. Biol.] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3677,7 +3705,7 @@ This work consists of the file achemso.dtx % %<*bichaw> \ProvidesFile{bichaw.cfg} - [2015/03/23 v3.9b achemso configuration: Biochemistry] + [2015/04/07 v3.10 achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3716,8 +3744,9 @@ This work consists of the file achemso.dtx }% } \def\@maketitle@title@hook{% - \ifnum\acs@footnote@cnt>\@ne\relax\else - \global\acs@footnote@cnt\@ne\relax + \ifnum\acs@footnote@cnt>\@ne + \else + \global\acs@footnote@cnt\@ne \fi } % \end{macrocode} @@ -3726,7 +3755,7 @@ This work consists of the file achemso.dtx % %<*bcches> \ProvidesFile{bcches.cfg} - [2015/03/23 v3.9b achemso configuration: Bioconjugate Chem.] + [2015/04/07 v3.10 achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ articletitle = true, biochem = true, @@ -3736,14 +3765,14 @@ This work consists of the file achemso.dtx % %<*bomaf6> \ProvidesFile{bomaf6.cfg} - [2015/03/23 v3.9b achemso configuration: Biomacromolecules] + [2015/04/07 v3.10 achemso configuration: Biomacromolecules] \def\acs@type@list{article,comment,communication,note,review,suppinfo} \SectionNumbersOff \AtEndOfClass{\SectionsOn} % %<*crtoec> \ProvidesFile{crtoec.cfg} - [2015/03/23 v3.9b achemso configuration: Chem. Res. Toxicol.] + [2015/04/07 v3.10 achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -3761,7 +3790,7 @@ This work consists of the file achemso.dtx % %<*chreay> \ProvidesFile{chreay.cfg} - [2015/03/23 v3.9b achemso configuration: Chem. Rev.] + [2015/04/07 v3.10 achemso configuration: Chem. Rev.] \def\acs@type@default{review} \def\acs@type@list{review} % \end{macrocode} @@ -3772,7 +3801,7 @@ This work consists of the file achemso.dtx %<*cmatex> % \begin{macrocode} \ProvidesFile{cmatex.cfg} - [2015/03/23 v3.9b achemso configuration: Chem. Mater.] + [2015/04/07 v3.10 achemso configuration: Chem. Mater.] \setkeys{acs}{keywords = true} \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication @@ -3782,7 +3811,7 @@ This work consists of the file achemso.dtx % %<*cgdefu> \ProvidesFile{cgdefu.cfg} - [2015/03/23 v3.9b achemso configuration: Cryst. Growth Des.] + [2015/04/07 v3.10 achemso configuration: Cryst. Growth Des.] \setkeys{acs}{articletitle = true} \def\acs@type@list{% article,communication,perspective,suppinfo% @@ -3796,21 +3825,21 @@ This work consists of the file achemso.dtx % %<*enfuem> \ProvidesFile{enfuem.cfg} - [2015/03/23 v3.9b achemso configuration: Energy Fuels] + [2015/04/07 v3.10 achemso configuration: Energy Fuels] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff % %<*esthag> \ProvidesFile{esthag.cfg} - [2015/03/23 v3.9b achemso configuration: Environ. Sci. Technol.] + [2015/04/07 v3.10 achemso configuration: Environ. Sci. Technol.] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff % %<*estlcu> \ProvidesFile{estlcu.cfg} - [2015/03/23 v3.9b achemso configuration: Environ. Sci. Technol. Lett.] + [2015/04/07 v3.10 achemso configuration: Environ. Sci. Technol. Lett.] \setkeys{acs}{articletitle = true} \def\acs@type@list{letter,suppinfo} \SectionNumbersOff @@ -3818,7 +3847,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/23 v3.9b achemso configuration: Ind. Eng. Chem. Res.] + [2015/04/07 v3.10 achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{ articletitle = true, biblabel = brackets @@ -3827,7 +3856,7 @@ This work consists of the file achemso.dtx % %<*inoraj> \ProvidesFile{inoraj.cfg} - [2015/03/23 v3.9b achemso configuration: Inorg. Chem.] + [2015/04/07 v3.10 achemso configuration: Inorg. Chem.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff @@ -3842,7 +3871,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jacsat> \ProvidesFile{jacsat.cfg} - [2015/03/23 v3.9b achemso configuration: J. Am. Chem. Soc.] + [2015/04/07 v3.10 achemso configuration: J. Am. Chem. Soc.] \SectionNumbersOff \ifx\acs@manuscript\acs@manuscript@communication\else \expandafter\endinput @@ -3993,12 +4022,9 @@ This work consists of the file achemso.dtx } % \end{macrocode} %\end{macro} -%\begin{macro}{\acs@author@list@star} %\begin{macro}{\acs@maketitle@extras} -% No star in the footnotes in \emph{J.~Am.\ Chem.\ Soc.}, and no -% keywords or abbreviations. +% No keywords or abbreviations for \emph{J.~Am.\ Chem.\ Soc.}. % \begin{macrocode} -\let\acs@author@list@star\relax \let\acs@maketitle@extras\relax % \end{macrocode} %\end{macro} @@ -4052,7 +4078,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jafcau> \ProvidesFile{jafcau.cfg} - [2015/03/23 v3.9b achemso configuration: J. Agric. Food Chem.] + [2015/04/07 v3.10 achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{ articletitle = true, keywords = true @@ -4062,7 +4088,7 @@ This work consists of the file achemso.dtx % %<*jceaax> \ProvidesFile{jceaax.cfg} - [2015/03/23 v3.9b achemso configuration: J. Chem. Eng. Data] + [2015/04/07 v3.10 achemso configuration: J. Chem. Eng. Data] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,suppinfo} \def\refname{Literature Cited} @@ -4070,7 +4096,7 @@ This work consists of the file achemso.dtx % %<*jceda8> \ProvidesFile{jceda8.cfg} - [2015/03/23 v3.9b achemso configuration: J. Chem. Ed.] + [2015/04/07 v3.10 achemso configuration: J. Chem. Ed.] \setkeys{acs}{ articletitle = true, keywords = true @@ -4081,14 +4107,14 @@ This work consists of the file achemso.dtx % %<*jcisd8> \ProvidesFile{jcisd8.cfg} - [2015/03/23 v3.9b achemso configuration: J. Chem. Inf. Model.] + [2015/04/07 v3.10 achemso configuration: J. Chem. Inf. Model.] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,suppinfo} \SectionNumbersOff % %<*jctcce> \ProvidesFile{jctcce.cfg} - [2015/03/23 v3.9b achemso configuration: J. Chem. Theory Comput.] + [2015/04/07 v3.10 achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ maxauthors = 0 @@ -4096,7 +4122,7 @@ This work consists of the file achemso.dtx % %<*jmcmar> \ProvidesFile{jmcmar.cfg} - [2015/03/23 v3.9b achemso configuration: J. Med. Chem.] + [2015/04/07 v3.10 achemso configuration: J. Med. Chem.] \setkeys{acs}{articletitle = true} \def\acs@type@list{article,letter,perspective,suppinfo} \SectionNumbersOff @@ -4105,7 +4131,7 @@ This work consists of the file achemso.dtx % %<*jnprdf> \ProvidesFile{jnprdf.cfg} - [2015/03/23 v3.9b achemso configuration: J. Nat. Prod.] + [2015/04/07 v3.10 achemso configuration: J. Nat. Prod.] \renewcommand*{\abstractname}{ABSTRACT} \renewcommand*{\acknowledgementname}{ACKNOWLEDGEMENT} \renewcommand*{\suppinfoname}{ASSOCIATED CONTENT} @@ -4138,7 +4164,7 @@ This work consists of the file achemso.dtx % %<*joceah> \ProvidesFile{joceah.cfg} - [2015/03/23 v3.9b achemso configuration: J. Org. Chem.] + [2015/04/07 v3.10 achemso configuration: J. Org. Chem.] \ifx\acs@manuscript\acs@manuscript@communication \AbstractOff \SectionsOff @@ -4153,7 +4179,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jpcafh> \ProvidesFile{jpcafh.cfg} - [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. A] + [2015/04/07 v3.10 achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ articletitle = true, @@ -4169,7 +4195,7 @@ This work consists of the file achemso.dtx % %<*jpcbfk> \ProvidesFile{jpcbfk.cfg} - [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. B] + [2015/04/07 v3.10 achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ articletitle = true, @@ -4182,7 +4208,7 @@ This work consists of the file achemso.dtx % %<*jpccck> \ProvidesFile{jpccck.cfg} - [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. C] + [2015/04/07 v3.10 achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \setkeys{acs}{ articletitle = true, @@ -4199,7 +4225,7 @@ This work consists of the file achemso.dtx % \begin{macrocode} %<*jpclcd> \ProvidesFile{jpclcd.cfg} - [2015/03/23 v3.9b achemso configuration: J. Phys. Chem. Lett.] + [2015/04/07 v3.10 achemso configuration: J. Phys. Chem. Lett.] \setkeys{acs}{ articletitle = true, etalmode = truncate, @@ -4226,7 +4252,7 @@ This work consists of the file achemso.dtx % %<*jprobs> \ProvidesFile{jprobs.cfg} - [2015/03/23 v3.9b achemso configuration: J. Proteome Res.] + [2015/04/07 v3.10 achemso configuration: J. Proteome Res.] \setkeys{acs}{ articletitle = true, keywords = true @@ -4236,19 +4262,19 @@ This work consists of the file achemso.dtx % %<*langd5> \ProvidesFile{langd5.cfg} - [2015/03/23 v3.9b achemso configuration: Langmuir] + [2015/04/07 v3.10 achemso configuration: Langmuir] \def\acs@type@list{article,letter,suppinfo} \setkeys{acs}{articletitle = true} \SectionNumbersOff % %<*mamobx> \ProvidesFile{mamobx.cfg} - [2015/03/23 v3.9b achemso configuration: Macromolecules] + [2015/04/07 v3.10 achemso configuration: Macromolecules] \SectionNumbersOff % %<*mpohbp> \ProvidesFile{mamobx.cfg} - [2015/03/23 v3.9b achemso configuration: Mol. Pharm.] + [2015/04/07 v3.10 achemso configuration: Mol. Pharm.] \setkeys{acs}{ articletitle = true, keywords = true @@ -4258,7 +4284,7 @@ This work consists of the file achemso.dtx % %<*nalefd> \ProvidesFile{nalefd.cfg} - [2015/03/23 v3.9b achemso configuration: Nano Lett.] + [2015/04/07 v3.10 achemso configuration: Nano Lett.] \setkeys{acs}{keywords = true} \def\acs@type@default{letter} \def\acs@type@list{letter} @@ -4266,7 +4292,7 @@ This work consists of the file achemso.dtx % %<*orlef7> \ProvidesFile{orlef7.cfg} - [2015/03/23 v3.9b achemso configuration: Org. Lett.] + [2015/04/07 v3.10 achemso configuration: Org. Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionsOff @@ -4276,13 +4302,13 @@ This work consists of the file achemso.dtx % %<*oprdfk> \ProvidesFile{oprdfk.cfg} - [2015/03/23 v3.9b achemso configuration: Org. Proc. Res. Dev.] + [2015/04/07 v3.10 achemso configuration: Org. Proc. Res. Dev.] \def\acs@type@list{article,highlight,review,suppinfo} \SectionNumbersOff % %<*orgnd7> \ProvidesFile{orgnd7.cfg} - [2015/03/23 v3.9b achemso configuration: Organometallics] + [2015/04/07 v3.10 achemso configuration: Organometallics] \SectionNumbersOff \setkeys{acs}{articletitle = true} % @@ -5321,7 +5347,7 @@ FUNCTION { count.entries } { % Start and end of bibliography functions FUNCTION { begin.bib } { - "achemso 2015/03/23 v3.9b" top$ + "achemso 2015/04/07 v3.10" top$ preamble$ empty$ { } { -- cgit v1.2.3