diff options
author | Karl Berry <karl@freefriends.org> | 2015-04-07 21:06:00 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-04-07 21:06:00 +0000 |
commit | fb723a8e279c933c3637de299936c8ada7323f5c (patch) | |
tree | 31d886d89e67f0f430be8382f2df459d93d35f6e /Master/texmf-dist/tex/latex/achemso | |
parent | 738afd2e21df370d73858aa075cb36df0155046d (diff) |
achemso (7apr15)
git-svn-id: svn://tug.org/texlive/trunk@36733 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso')
47 files changed, 134 insertions, 122 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index 1834642cbbc..f7039c7ce82 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} - [2015/03/23 v3.9b Submission to ACS journals] + [2015/04/07 v3.10 Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -601,7 +601,7 @@ \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 }% @@ -641,48 +641,32 @@ } \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 } \newcommand*\acs@contact@details{% { \sffamily E-mail: \acs@email@list }% \acs@number@list } -\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 \newcommand*\acs@author@list{% \@tempcnta\z@\relax \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}% - }% } \newcommand*\acs@author@footnotes{} \newcommand*\acs@author@list@main{% @@ -842,28 +826,43 @@ \fi } \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 +} \newcommand*\acs@fnsymbol@org{} \newcommand*\acs@affil@list{% \let\acs@fnsymbol@org\@fnsymbol @@ -1041,27 +1040,28 @@ \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 +\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 \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}}% } \newcommand*\acs@sections@none{% \@ifstar{% @@ -1095,11 +1095,20 @@ \let\subsubsection\acs@subsubsection } \@onlypreamble\SectionsOn +\begingroup + \toks@=\expandafter{\tableofcontents} + \xdef\tableofcontents{% + \begingroup + \let\noexpand\@startsection\noexpand\acs@startsection@orig + \the\toks@ + \endgroup + } +\endgroup \newenvironment{acknowledgement}{% - \acs@subsection*{\acknowledgementname}% + \acs@section*{\acknowledgementname}% }{} \newenvironment{suppinfo}{% - \acs@subsection*{\suppinfoname}% + \acs@section*{\suppinfoname}% \acs@collect\acs@suppinfo@print }{} \newcommand\acs@suppinfo@print[1]{% @@ -1110,7 +1119,7 @@ \newcommand*\acknowledgementname{Acknowledgement} \AtEndOfClass{% \def\bibsection{% - \acs@subsection*{\refname}% + \acs@section*{\refname}% }% } \newcommand*\suppinfoname{Supporting Information Available} @@ -1238,6 +1247,8 @@ }% } \newcommand*{\acs@tocentry@print@aux}{% + \begingroup + \let\@startsection\acs@startsection@orig \acs@section*{\tocentryname}% \tocsize \sffamily @@ -1250,7 +1261,8 @@ \end{minipage}% }% \end{center}% - } + \endgroup +} \newlength{\acs@tocentry@height} \newlength{\acs@tocentry@width} \setlength{\acs@tocentry@height}{9 cm} @@ -1314,7 +1326,7 @@ \vspace{6pt}% \textbf{\acknowledgementname}% \else - \acs@subsection*{\acknowledgementname}% + \acs@section*{\acknowledgementname}% \fi }{% \acs@par @@ -1324,7 +1336,7 @@ \ifx\@currenvir\@tempa \expandafter\acs@suppinfo@aux \else - \acs@subsection*{\suppinfoname}% + \acs@section*{\suppinfoname}% \fi }{% \acs@par diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index 96ac04291da..852560852b2 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/aamick.cfg b/Master/texmf-dist/tex/latex/achemso/config/aamick.cfg index 259ce3af2c9..9730d91442e 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/aamick.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/aamick.cfg @@ -15,7 +15,7 @@ %% \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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg b/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg index 7539c1a7c17..71f72ef7e5b 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} - [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, @@ -25,7 +25,7 @@ \def\acs@type@list{article,letter,review,suppinfo} \SectionNumbersOff \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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg b/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg index 2d14f5a9cbe..821871427e6 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg b/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg index 1ccfb7fae10..0d99d3dad1d 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg @@ -15,7 +15,7 @@ %% \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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg b/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg index 29c00a9ec4e..8ef58c69fe2 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg @@ -15,7 +15,7 @@ %% \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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/amclct.cfg b/Master/texmf-dist/tex/latex/achemso/config/amclct.cfg index dfa80758077..2937f5d5667 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/amclct.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/amclct.cfg @@ -15,7 +15,7 @@ %% \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 } diff --git a/Master/texmf-dist/tex/latex/achemso/config/amlccd.cfg b/Master/texmf-dist/tex/latex/achemso/config/amlccd.cfg index eff2b21d25d..ff74027224e 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/amlccd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/amlccd.cfg @@ -15,7 +15,7 @@ %% \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} diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg index 1ada6bfb47a..3521d3287dd 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} - [2015/03/23 v3.9b achemso configuration: ACS Nano] + [2015/04/07 v3.10 achemso configuration: ACS Nano] \setkeys{acs}{ abbreviations = true, articletitle = true, diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg index a357c040a14..e75df277d95 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} - [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 %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/apchd5.cfg b/Master/texmf-dist/tex/latex/achemso/config/apchd5.cfg index d256d72dd5c..09ea53c4d59 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/apchd5.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/apchd5.cfg @@ -15,7 +15,7 @@ %% \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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/asbcd6.cfg b/Master/texmf-dist/tex/latex/achemso/config/asbcd6.cfg index 7fbd8ee3c86..29fa617a729 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/asbcd6.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/asbcd6.cfg @@ -15,7 +15,7 @@ %% \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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/ascecg.cfg b/Master/texmf-dist/tex/latex/achemso/config/ascecg.cfg index b93e68edd11..ad8f0079d7f 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/ascecg.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/ascecg.cfg @@ -15,7 +15,7 @@ %% \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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg b/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg index 15141e3a427..45cf482a044 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} - [2015/03/23 v3.9b achemso configuration: Bioconjugate Chem.] + [2015/04/07 v3.10 achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ articletitle = true, biochem = true, diff --git a/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg b/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg index 937e4273efb..bd2171ff35c 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{bichaw.cfg} - [2015/03/23 v3.9b achemso configuration: Biochemistry] + [2015/04/07 v3.10 achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, articletitle = true, @@ -49,8 +49,9 @@ }% } \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 } %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg b/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg index 62494cb26b2..dcb7ec442fb 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} - [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} diff --git a/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg b/Master/texmf-dist/tex/latex/achemso/config/cgdefu.cfg index ef42276260c..f8a46e80e14 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} - [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% diff --git a/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg b/Master/texmf-dist/tex/latex/achemso/config/chreay.cfg index db3ea867bf3..91c384ba7b9 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} - [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} \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 746e81b57a3..bcb5fe9d8c2 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg b/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg index 26ab04b1689..d872be0a95f 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} - [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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg b/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg index 17014b7b5c3..beb08112254 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg b/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg index 539b21e94ad..5e14f680d85 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/estlcu.cfg b/Master/texmf-dist/tex/latex/achemso/config/estlcu.cfg index 11241133e9b..bf240ef12fe 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/estlcu.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/estlcu.cfg @@ -15,7 +15,7 @@ %% \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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg b/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg index 6f679ddbcd7..e3032c197f1 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg b/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg index 7bd142485ab..b3a66752e15 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg b/Master/texmf-dist/tex/latex/achemso/config/jacsat.cfg index fa8520fdb9c..eea7e10b9a4 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} - [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 @@ -102,7 +102,6 @@ \def\acs@contact@details{% Received \today; E-mail: \acs@email@list } -\let\acs@author@list@star\relax \let\acs@maketitle@extras\relax \floatstyle{plaintop} \restylefloat{scheme} diff --git a/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg b/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg index 93594b3addf..00c0f89b141 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg b/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg index 5895ec1bb4c..372f7781546 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} - [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} diff --git a/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg b/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg index e615dfb4d29..8709cc379d4 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg @@ -15,7 +15,7 @@ %% \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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg b/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg index 95364ece76b..c0216a559cf 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg b/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg index dd977d0263e..d7692839946 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg b/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg index 3f52243b18f..c5da8b46744 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg b/Master/texmf-dist/tex/latex/achemso/config/jnprdf.cfg index 971f05d8aa3..f45c3e3e0ce 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} - [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} diff --git a/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg b/Master/texmf-dist/tex/latex/achemso/config/joceah.cfg index 4139108e77e..620f12d0f2c 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpcafh.cfg index 2c7c258378f..9bffa47e427 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} - [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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg index e0e9b8c7cbe..a8122f6555a 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} - [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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg index 61a2d32cd21..32b1d019d0a 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} - [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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg index ca125eb2516..1ccda162102 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} - [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, diff --git a/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg b/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg index 98c82ec5593..ed8285d7617 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg b/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg index 1cdfdc01101..295700189da 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} - [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 diff --git a/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg b/Master/texmf-dist/tex/latex/achemso/config/mamobx.cfg index 8a9d4839bc9..610630d7db1 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} - [2015/03/23 v3.9b achemso configuration: Macromolecules] + [2015/04/07 v3.10 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 80301192001..1a07bc2dd0d 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} - [2015/03/23 v3.9b achemso configuration: Mol. Pharm.] + [2015/04/07 v3.10 achemso configuration: Mol. Pharm.] \setkeys{acs}{ articletitle = true, keywords = true diff --git a/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg b/Master/texmf-dist/tex/latex/achemso/config/nalefd.cfg index 0160031b854..fae507c1112 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} - [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} diff --git a/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg b/Master/texmf-dist/tex/latex/achemso/config/oprdfk.cfg index 7b84e16ab03..497c9e5c3a8 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} - [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 %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg b/Master/texmf-dist/tex/latex/achemso/config/orgnd7.cfg index 8f100338721..822ce395a79 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} - [2015/03/23 v3.9b achemso configuration: Organometallics] + [2015/04/07 v3.10 achemso configuration: Organometallics] \SectionNumbersOff \setkeys{acs}{articletitle = true} %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg b/Master/texmf-dist/tex/latex/achemso/config/orlef7.cfg index b81060f87ae..e553a85a1b0 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} - [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 |