diff options
author | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:26 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-04-14 00:40:26 +0000 |
commit | efc1167da579a844d82974634becb89894062b29 (patch) | |
tree | b4535f2fbd9b27bb614b780625c414399065f2ec /Master/texmf-dist/tex/latex/achemso/achemso.sty | |
parent | 95e250298e952221a6faf73a5ba3b185ba07631f (diff) |
achemso update (13apr10)
git-svn-id: svn://tug.org/texlive/trunk@17855 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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index df815473a3e..bb065958f0f 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/03/13 v3.4e Support for ACS journals] + [2010/04/13 v3.4f Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -133,7 +133,7 @@ 2009/04/20 v1.6a Integrating notes into the bibliography (achemso version) }% - \newcounter{bibnote} + \@ifundefined{c@bibnote}{\newcounter{bibnote}}{} \def\thebibnote{% Note-\the\value{bibnote}% }% |