diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.sty | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index ad9083629f7..508915daad5 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} - [2011/12/30 v3.5k Support for ACS journals] + [2012/01/11 v3.6 Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -111,9 +111,12 @@ Unknown value `#1' for\MessageBreak biblabel option% }% }{% - \AtEndOfPackage{\@nameuse{acs@biblabel@#1}}% + \acs@activate@biblabel{\@nameuse{acs@biblabel@#1}}% }% } +\newcommand*\acs@activate@biblabel{} +\let\acs@activate@biblabel\AtEndOfPackage +\AtEndOfPackage{\let\acs@activate@biblabel\@firstofone} \newcommand*\acs@biblabel@brackets{\def\bibnumfmt##1{(##1)}} \newcommand*\acs@biblabel@fullstop{\def\bibnumfmt##1{##1.}} \newcommand*\acs@biblabel@period{\def\bibnumfmt##1{##1.}} |