diff options
author | Karl Berry <karl@freefriends.org> | 2012-05-02 21:47:46 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-05-02 21:47:46 +0000 |
commit | a76659a2d59e4d2d45bcc525d726d2f4de651f6f (patch) | |
tree | 87d87d125024adac8e2c2afd97e55d356efbc9c1 /Master/texmf-dist/tex/latex | |
parent | 56d504e3e5239156ca86719ba5b6f3af478e17eb (diff) |
achemso 3.7 (30apr12)
git-svn-id: svn://tug.org/texlive/trunk@26175 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
42 files changed, 176 insertions, 96 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index 313ee3a3166..c323478f101 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} - [2012/01/11 v3.6 Submission to ACS journals] + [2012/04/30 v3.7 Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -36,18 +36,25 @@ }% } \newif\ifacs@abbreviations +\newif\ifacs@articletitle \newif\ifacs@biochem +\newif\ifacs@chaptertitle \newif\ifacs@email \newif\ifacs@hyperref \newif\ifacs@keywords \newif\ifacs@super -\newif\ifacs@usetitle \define@key{acs}{abbreviations}[true]{% \acs@keyval@bool{abbreviations}{#1}% } +\define@key{acs}{articletitle}[true]{% + \acs@keyval@bool{articletitle}{#1}% +} \define@key{acs}{biochem}[true]{% \acs@keyval@bool{biochem}{#1}% } +\define@key{acs}{chaptertitle}[true]{% + \acs@keyval@bool{chaptertitle}{#1}% +} \define@key{acs}{email}[true]{% \acs@keyval@bool{email}{#1}% } @@ -61,7 +68,7 @@ \acs@keyval@bool{super}{#1}% } \define@key{acs}{usetitle}[true]{% - \acs@keyval@bool{usetitle}{#1}% + \acs@keyval@bool{articletitle}{#1}% } \newcommand*\acs@journal{jacsat} \newcommand*\acs@layout{traditional} @@ -240,15 +247,18 @@ \immediate\openout\acs@bib@file\acs@bib@name\relax \immediate\write\acs@bib@file{\acs@bib@message}% \edef\@tempa##1##2{% - \space\space##1\space = \space"##2",^^J% + \space\space##1\space = "##2",^^J% }% \immediate\write\acs@bib@file{% @Control\string{% achemso-control,^^J% - \@tempa{ctrl-use-title\space\space\space\space}{% - \ifacs@usetitle yes\else no\fi + \@tempa{ctrl-article-title\space}{% + \ifacs@articletitle yes\else no\fi + }% + \@tempa{ctrl-chapter-title\space}{% + \ifacs@chaptertitle yes\else no\fi }% - \@tempa{ctrl-etal-number\space\space}{\acs@maxauthors}% + \@tempa{ctrl-etal-number\space\space\space}{\acs@maxauthors}% \@tempa{ctrl-etal-firstonly}{% \ifacs@etal@truncate no\else yes\fi }% @@ -273,13 +283,13 @@ } \setkeys{acs}{ abbreviations = false, + articletitle = false, biblabel = brackets, biochem = false, etalmode = firstonly, keywords = false, maxauthors = 15, - super = true, - usetitle = false + super = true } \acs@niib@create \RequirePackage[T1]{fontenc} diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index 508915daad5..fa0247e71a6 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} - [2012/01/11 v3.6 Support for ACS journals] + [2012/04/30 v3.7 Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -47,18 +47,25 @@ }% } \newif\ifacs@abbreviations +\newif\ifacs@articletitle \newif\ifacs@biochem +\newif\ifacs@chaptertitle \newif\ifacs@email \newif\ifacs@hyperref \newif\ifacs@keywords \newif\ifacs@super -\newif\ifacs@usetitle \define@key{acs}{abbreviations}[true]{% \acs@keyval@bool{abbreviations}{#1}% } +\define@key{acs}{articletitle}[true]{% + \acs@keyval@bool{articletitle}{#1}% +} \define@key{acs}{biochem}[true]{% \acs@keyval@bool{biochem}{#1}% } +\define@key{acs}{chaptertitle}[true]{% + \acs@keyval@bool{chaptertitle}{#1}% +} \define@key{acs}{email}[true]{% \acs@keyval@bool{email}{#1}% } @@ -72,7 +79,7 @@ \acs@keyval@bool{super}{#1}% } \define@key{acs}{usetitle}[true]{% - \acs@keyval@bool{usetitle}{#1}% + \acs@keyval@bool{articletitle}{#1}% } \newcommand*\acs@journal{jacsat} \newcommand*\acs@layout{traditional} @@ -251,15 +258,18 @@ \immediate\openout\acs@bib@file\acs@bib@name\relax \immediate\write\acs@bib@file{\acs@bib@message}% \edef\@tempa##1##2{% - \space\space##1\space = \space"##2",^^J% + \space\space##1\space = "##2",^^J% }% \immediate\write\acs@bib@file{% @Control\string{% achemso-control,^^J% - \@tempa{ctrl-use-title\space\space\space\space}{% - \ifacs@usetitle yes\else no\fi + \@tempa{ctrl-article-title\space}{% + \ifacs@articletitle yes\else no\fi + }% + \@tempa{ctrl-chapter-title\space}{% + \ifacs@chaptertitle yes\else no\fi }% - \@tempa{ctrl-etal-number\space\space}{\acs@maxauthors}% + \@tempa{ctrl-etal-number\space\space\space}{\acs@maxauthors}% \@tempa{ctrl-etal-firstonly}{% \ifacs@etal@truncate no\else yes\fi }% diff --git a/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg b/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg index 21b87686c83..73fa2b8265b 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/acbcct.cfg @@ -15,17 +15,17 @@ %% \ProvidesFile{acbcct.cfg} - [2012/01/11 v3.6 achemso configuration: ACS Chem. Biol.] + [2012/04/30 v3.7 achemso configuration: ACS Chem. Biol.] \setkeys{acs}{ - biblabel = fullstop, - biochem = true, - super = false, - usetitle = true + articletitle = true, + biblabel = fullstop, + biochem = true, + super = false } \def\acs@type@list{article,letter,review,suppinfo} \SectionNumbersOff \ProvidesFile{accacs.cfg} - [2012/01/11 v3.6 achemso configuration: ACS Catal.] + [2012/04/30 v3.7 achemso configuration: ACS Catal.] \setkeys{acs}{ keywords = true, } diff --git a/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg b/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg index cd39ba5a54d..551bbd3d2c9 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/achre4.cfg @@ -15,10 +15,10 @@ %% \ProvidesFile{achre4.cfg} - [2012/01/11 v3.6 achemso configuration: Acc. Chem. Res.] + [2012/04/30 v3.7 achemso configuration: Acc. Chem. Res.] \setkeys{acs}{ - biblabel = plain, - usetitle = true + articletitle = true, + biblabel = plain } \def\acs@type@list{article,suppinfo} \def\abstractname{Conspectus} diff --git a/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg b/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg index 99899a874e2..a330231e56e 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/acncdm.cfg @@ -15,14 +15,14 @@ %% \ProvidesFile{acncdm.cfg} - [2012/01/11 v3.6 achemso configuration: ACS Chem. Neurosci.] + [2012/04/30 v3.7 achemso configuration: ACS Chem. Neurosci.] \def\acs@type@list{article,review,letter,suppinfo,viewpoint} \setkeys{acs}{ - biblabel = fullstop, - biochem = true, - keywords = true, - super = false, - usetitle = true + articletitle = true, + biblabel = fullstop, + biochem = true, + keywords = true, + super = false } %% %% Originally developed by Mats Dahlgren diff --git a/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg b/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg index a776ec1bd1d..78e0ddb3543 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/acsccc.cfg @@ -15,11 +15,11 @@ %% \ProvidesFile{acsccc.cfg} - [2012/01/11 v3.6 achemso configuration: ACS Combinatorial Sci.] + [2012/04/30 v3.7 achemso configuration: ACS Combinatorial Sci.] \def\acs@type@list{article,letter,review,perspective,account,note,suppinfo} \setkeys{acs}{ - keywords = true, - usetitle = true, + articletitle = true, + keywords = true } \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/amclct.cfg b/Master/texmf-dist/tex/latex/achemso/config/amclct.cfg new file mode 100644 index 00000000000..03edededc3d --- /dev/null +++ b/Master/texmf-dist/tex/latex/achemso/config/amclct.cfg @@ -0,0 +1,57 @@ +%% +%% This is file `amclct.cfg', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% achemso.dtx (with options: `amclct') +%% ---------------------------------------------------------------- +%% achemso --- Support for submissions to American Chemical Society +%% journals +%% E-mail: joseph.wright@morningstar2.co.uk +%% Released under the LaTeX Project Public License v1.3c or later +%% See http://www.latex-project.org/lppl.txt +%% ---------------------------------------------------------------- +%% + +\ProvidesFile{amclct.cfg} + [2012/04/30 v3.7 achemso configuration: ACS Med. Chem. Lett.] +\setkeys{acs}{ + articletitle = true +} +\def\acs@type@list{article,letter,perspective,suppinfo} +\SectionNumbersOff +%% +%% Originally developed by Mats Dahlgren +%% Copyright (C) 1996-1998 by Mats Dahlgren +%% Copyright (C) 2008-2011 by +%% Joseph Wright <joseph.wright@morningstar2.co.uk> +%% +%% Part of this bundle is derived from cite.sty, to which the +%% following license applies: +%% Copyright (C) 1989-2009 by Donald Arseneau +%% These macros may be freely transmitted, reproduced, or +%% modified provided that this notice is left intact. +%% +%% It may be distributed and/or modified under the conditions of +%% the LaTeX Project Public License (LPPL), either version 1.3c of +%% this license or (at your option) any later version. The latest +%% version of this license is in the file: +%% +%% http://www.latex-project.org/lppl.txt +%% +%% This work is "maintained" (as per LPPL maintenance status) by +%% Joseph Wright. +%% +%% This work consists of the file achemso.dtx +%% and the derived files achemso.cls, +%% achemso.ins, +%% achemso.pdf, +%% achemso.sty, +%% achemso-demo.bib, +%% achemso-demo.tex, +%% natmove.sty and +%% a number of configuration files. +%% +%% +%% End of file `amclct.cfg'. diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg index d5e3e204eac..bab6193060e 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/ancac3.cfg @@ -15,12 +15,12 @@ %% \ProvidesFile{ancac3.cfg} - [2012/01/11 v3.6 achemso configuration: ACS Nano] + [2012/04/30 v3.7 achemso configuration: ACS Nano] \setkeys{acs}{ - biblabel = fullstop, - etalmode = truncate, - maxauthors = 10, - usetitle = true + articletitle = true, + biblabel = fullstop, + etalmode = truncate, + maxauthors = 10 } \def\acs@type@list{article,perspective,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg b/Master/texmf-dist/tex/latex/achemso/config/ancham.cfg index f6c149a664e..d21aff9b88e 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} - [2012/01/11 v3.6 achemso configuration: Anal. Chem.] + [2012/04/30 v3.7 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 ed0901e8b59..f1805952bcc 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/bcches.cfg @@ -15,11 +15,11 @@ %% \ProvidesFile{bcches.cfg} - [2012/01/11 v3.6 achemso configuration: Bioconjugate Chem.] + [2012/04/30 v3.7 achemso configuration: Bioconjugate Chem.] \setkeys{acs}{ - biochem = true, - super = false, - usetitle = true + articletitle = true, + biochem = true, + super = false } \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg b/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg index f3a20be08af..e8262859924 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/bichaw.cfg @@ -15,14 +15,14 @@ %% \ProvidesFile{biochem.cfg} - [2012/01/11 v3.6 achemso configuration: Biochemistry] + [2012/04/30 v3.7 achemso configuration: Biochemistry] \setkeys{acs}{ abbreviations = true, + articletitle = true, biblabel = fullstop, biochem = true, keywords = true, - super = false, - usetitle = true + super = false } \SectionNumbersOff \def\acs@maketitle@extras@hook{% diff --git a/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg b/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg index 94168eb0529..546041bbda5 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/bipret.cfg @@ -15,10 +15,10 @@ %% \ProvidesFile{bipret.cfg} - [2012/01/11 v3.6 achemso configuration: Biotechnol. Prog.] + [2012/04/30 v3.7 achemso configuration: Biotechnol. Prog.] \setkeys{acs}{ - super = false, - usetitle = true + articletitle = true, + super = false } \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg b/Master/texmf-dist/tex/latex/achemso/config/bomaf6.cfg index 90feffb79cb..4a1f17d5e0f 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} - [2012/01/11 v3.6 achemso configuration: Biomacromolecules] + [2012/04/30 v3.7 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 ed3e3b56960..dd2d3d14f40 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} - [2012/01/11 v3.6 achemso configuration: Cryst. Growth Des.] + [2012/04/30 v3.7 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 6a6241458e8..175161329b7 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} - [2012/01/11 v3.6 achemso configuration: Chem. Rev.] + [2012/04/30 v3.7 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 1a574591387..b647bd90b6f 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} - [2012/01/11 v3.6 achemso configuration: Chem. Mater.] + [2012/04/30 v3.7 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 0d2020f6b34..ad73a38fd67 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/crtoec.cfg @@ -15,11 +15,11 @@ %% \ProvidesFile{crtoec.cfg} - [2012/01/11 v3.6 achemso configuration: Chem. Res. Toxicol.] + [2012/04/30 v3.7 achemso configuration: Chem. Res. Toxicol.] \setkeys{acs}{ - biochem = true, - super = false, - usetitle = true + articletitle = true, + biochem = true, + super = false } \def\acs@type@list{% article,perspective,profile,review,suppinfo% diff --git a/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg b/Master/texmf-dist/tex/latex/achemso/config/enfuem.cfg index 7cd31876d35..d14581efefa 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} - [2012/01/11 v3.6 achemso configuration: Energy Fuels] + [2012/04/30 v3.7 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 2618322821b..1fd6f3daca3 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/esthag.cfg @@ -15,10 +15,10 @@ %% \ProvidesFile{esthag.cfg} - [2012/01/11 v3.6 achemso configuration: Environ. Sci. Technol.] + [2012/04/30 v3.7 achemso configuration: Environ. Sci. Technol.] \setkeys{acs}{ - super = false, - usetitle = true + articletitle = true, + super = false } \def\acs@type@list{article,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 d4b117dd9a6..c83fc15676a 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/iecred.cfg @@ -15,10 +15,10 @@ %% \ProvidesFile{iecred.cfg} - [2012/01/11 v3.6 achemso configuration: Ind. Eng. Chem. Res.] + [2012/04/30 v3.7 achemso configuration: Ind. Eng. Chem. Res.] \setkeys{acs}{ - biblabel = fullstop, - usetitle = true + articletitle = true, + biblabel = fullstop } \SectionNumbersOff %% diff --git a/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg b/Master/texmf-dist/tex/latex/achemso/config/inoraj.cfg index 825cf1337fc..b475e3cd918 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} - [2012/01/11 v3.6 achemso configuration: Inorg. Chem.] + [2012/04/30 v3.7 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 6d2a4e4b2e8..0fa2ac90386 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} - [2012/01/11 v3.6 achemso configuration: J. Am. Chem. Soc.] + [2012/04/30 v3.7 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 1faf654a9f4..692a3afe8cf 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jafcau.cfg @@ -15,10 +15,10 @@ %% \ProvidesFile{jafcau.cfg} - [2012/01/11 v3.6 achemso configuration: J. Agric. Food Chem.] + [2012/04/30 v3.7 achemso configuration: J. Agric. Food Chem.] \setkeys{acs}{ - super = false, - usetitle = true + articletitle = true, + super = false } \def\acs@type@list{article,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 0b9e8a5653d..bff1892fa6f 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jceaax.cfg @@ -15,9 +15,9 @@ %% \ProvidesFile{jceaax.cfg} - [2012/01/11 v3.6 achemso configuration: J. Chem. Eng. Data] + [2012/04/30 v3.7 achemso configuration: J. Chem. Eng. Data] \setkeys{acs}{ - usetitle = true + 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 bc719bd424c..50e065ef1f0 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jceda8.cfg @@ -15,10 +15,10 @@ %% \ProvidesFile{jceda8.cfg} - [2012/01/11 v3.6 achemso configuration: J. Chem. Ed.] + [2012/04/30 v3.7 achemso configuration: J. Chem. Ed.] \SectionNumbersOff \setkeys{acs}{ - usetitle = true + articletitle = true } \def\acs@type@list{article,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg b/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg index c5eb8c3ef00..f6af2744919 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jcisd8.cfg @@ -15,9 +15,9 @@ %% \ProvidesFile{jcisd8.cfg} - [2012/01/11 v3.6 achemso configuration: J. Chem. Inf. Model.] + [2012/04/30 v3.7 achemso configuration: J. Chem. Inf. Model.] \setkeys{acs}{ - usetitle = true + 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 764c15816c1..5ec12ac584c 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jctcce.cfg @@ -15,8 +15,11 @@ %% \ProvidesFile{jctcce.cfg} - [2012/01/11 v3.6 achemso configuration: J. Chem. Theory Comput.] + [2012/04/30 v3.7 achemso configuration: J. Chem. Theory Comput.] \def\acs@type@list{article,suppinfo} +\setkeys{acs}{ + maxauthors = 0 +} %% %% Originally developed by Mats Dahlgren %% Copyright (C) 1996-1998 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 9aa19946f09..85058895fbd 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jmcmar.cfg @@ -15,9 +15,9 @@ %% \ProvidesFile{jmcmar.cfg} - [2012/01/11 v3.6 achemso configuration: J. Med. Chem.] + [2012/04/30 v3.7 achemso configuration: J. Med. Chem.] \setkeys{acs}{ - usetitle = true + 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 0338f97d9b8..d82f1e8b241 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} - [2012/01/11 v3.6 achemso configuration: J. Nat. Prod.] + [2012/04/30 v3.7 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 00fca5e806e..d2bb6533cef 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} - [2012/01/11 v3.6 achemso configuration: J. Org. Chem.] + [2012/04/30 v3.7 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 f9a2b01699d..e88203d8ed2 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} - [2012/01/11 v3.6 achemso configuration: J. Phys. Chem. A] + [2012/04/30 v3.7 achemso configuration: J. Phys. Chem. A] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpcbfk.cfg index 63a7d864294..e3d27a9e2cb 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} - [2012/01/11 v3.6 achemso configuration: J. Phys. Chem. B] + [2012/04/30 v3.7 achemso configuration: J. Phys. Chem. B] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpccck.cfg index da8f1b531aa..b61addf220e 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} - [2012/01/11 v3.6 achemso configuration: J. Phys. Chem. C] + [2012/04/30 v3.7 achemso configuration: J. Phys. Chem. C] \def\acs@type@list{article,suppinfo} \setkeys{acs}{keywords = true} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg b/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg index 4b594e1fe2a..9df1dc322f7 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jpclcd.cfg @@ -15,8 +15,8 @@ %% \ProvidesFile{jpclcd.cfg} - [2012/01/11 v3.6 achemso configuration: J. Phys. Chem. Lett.] -\setkeys{acs}{usetitle = true} + [2012/04/30 v3.7 achemso configuration: J. Phys. Chem. Lett.] +\setkeys{acs}{articletitle = true} \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg b/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg index 40e2081fbbc..00d00e30287 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/jprobs.cfg @@ -15,9 +15,9 @@ %% \ProvidesFile{jprobs.cfg} - [2012/01/11 v3.6 achemso configuration: J. Proteome Res.] + [2012/04/30 v3.7 achemso configuration: J. Proteome Res.] \setkeys{acs}{ - usetitle = true + articletitle = true } \def\acs@type@list{article,review,suppinfo} \SectionNumbersOff diff --git a/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg b/Master/texmf-dist/tex/latex/achemso/config/langd5.cfg index c7679200b4d..7e7077f0ec4 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} - [2012/01/11 v3.6 achemso configuration: Langmuir] + [2012/04/30 v3.7 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 02b41c6fc14..532a527bfde 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} - [2012/01/11 v3.6 achemso configuration: Macromolecules] + [2012/04/30 v3.7 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 1113b4c102f..376420d991a 100644 --- a/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg +++ b/Master/texmf-dist/tex/latex/achemso/config/mpohbp.cfg @@ -15,8 +15,8 @@ %% \ProvidesFile{mamobx.cfg} - [2012/01/11 v3.6 achemso configuration: Mol. Pharm.] -\setkeys{acs}{usetitle = true} + [2012/04/30 v3.7 achemso configuration: Mol. Pharm.] +\setkeys{acs}{articletitle = 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 96e727a2634..eb25b3ec403 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} - [2012/01/11 v3.6 achemso configuration: Nano Lett.] + [2012/04/30 v3.7 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 7f4891ff669..4e9fcb8b961 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} - [2012/01/11 v3.6 achemso configuration: Org. Proc. Res. Dev.] + [2012/04/30 v3.7 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 61f6e1bef2c..f51c8e71e55 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} - [2012/01/11 v3.6 achemso configuration: Organometallics] + [2012/04/30 v3.7 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 bcf4caa47a1..922beed79fc 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} - [2012/01/11 v3.6 achemso configuration: Org. Lett.] + [2012/04/30 v3.7 achemso configuration: Org. Lett.] \def\acs@type@default{letter} \def\acs@type@list{letter} \SectionsOff |