diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-06 23:35:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-06 23:35:19 +0000 |
commit | f2b95e0c3d2fb9e7da087e023ee9b454151f8ff5 (patch) | |
tree | 294d73f6add54bc59d75fd189a050949908af5b5 /Master/texmf-dist/tex/latex/achemso/achemso.sty | |
parent | d95420cfa1846c1142165499156752cca03ce0e6 (diff) |
achemso update (6feb10)
git-svn-id: svn://tug.org/texlive/trunk@16928 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 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index 1de43d6a000..9ee41648e74 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} - [2010/01/30 v3.4a Support for ACS journals] + [2010/02/05 v3.4b 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@biochem \newif\ifacs@email +\newif\ifacs@hyperref \newif\ifacs@keywords \newif\ifacs@super \newif\ifacs@usetitle @@ -61,6 +62,9 @@ \define@key{acs}{email}[true]{% \acs@keyval@bool{email}{#1}% } +\define@key{acs}{hyperref}[true]{% + \acs@keyval@bool{hyperref}{#1}% +} \define@key{acs}{keywords}[true]{% \acs@keyval@bool{keywords}{#1}% } |