diff options
author | Karl Berry <karl@freefriends.org> | 2015-02-02 23:29:37 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-02-02 23:29:37 +0000 |
commit | 8a1312018c13f3d29de8d1e5899410f8d0099043 (patch) | |
tree | ee57ed963a115bf79ac68008239aa1ee4650e90e /Master/texmf-dist/tex/latex/achemso/achemso.sty | |
parent | f77577712e8e36210ed2e81f17434bb22cc33eb9 (diff) |
achemso (2feb15)
git-svn-id: svn://tug.org/texlive/trunk@36196 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.sty | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index 937fb912a42..edcdc62515b 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/01/18 v3.8n Support for ACS journals] + [2015/02/01 v3.9 Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -49,6 +49,7 @@ \newif\ifacs@abbreviations \newif\ifacs@articletitle \newif\ifacs@biochem +\newif\ifacs@doi \newif\ifacs@chaptertitle \newif\ifacs@email \newif\ifacs@hyperref @@ -63,6 +64,9 @@ \define@key{acs}{biochem}[true]{% \acs@keyval@bool{biochem}{#1}% } +\define@key{acs}{doi}[true]{% + \acs@keyval@bool{doi}{#1}% +} \define@key{acs}{chaptertitle}[true]{% \acs@keyval@bool{chaptertitle}{#1}% } @@ -269,6 +273,10 @@ \@tempa{ctrl-chapter-title\space}{% \ifacs@chaptertitle yes\else no\fi }% + \@tempa{ctrl-doi\space\space\space\space\space\space\space + \space\space\space\space}{% + \ifacs@doi yes\else no\fi + }% \@tempa{ctrl-etal-number\space\space\space}{\acs@maxauthors}% \@tempa{ctrl-etal-firstonly}{% \ifacs@etal@truncate no\else yes\fi @@ -329,7 +337,7 @@ %% %% Originally developed by Mats Dahlgren %% Copyright (C) 1996-1998 by Mats Dahlgren -%% Copyright (C) 2008-2014 by +%% Copyright (C) 2008-2015 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% Part of this bundle is derived from cite.sty, to which the |