diff options
author | Karl Berry <karl@freefriends.org> | 2012-12-07 23:31:06 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-12-07 23:31:06 +0000 |
commit | 5bd3acfad49d17531c47134a2f202d17f70464e1 (patch) | |
tree | 1ad58f303558ec804875efe4bae40de73f5f192b /Master/texmf-dist/tex/latex/achemso/achemso.sty | |
parent | 4111f642e12c503f629eb2cf1de07348af66fbfe (diff) |
achemso (7dec12)
git-svn-id: svn://tug.org/texlive/trunk@28461 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 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index cc256991b57..315564dbd5e 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/09/12 v3.7d Support for ACS journals] + [2012/12/07 v3.7e Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -282,9 +282,6 @@ \immediate\closeout\acs@bib@file\relax }% } -\IfFileExists{mciteplus.sty}{% - \RequirePackage{mciteplus} -}{} \AtBeginDocument{% \let\acs@bibliography\bibliography \def\bibliography#1{% @@ -298,6 +295,9 @@ \def\citenumfont{\textit} \fi \RequirePackage{natmove} +\IfFileExists{mciteplus.sty}{% + \RequirePackage{mciteplus} +}{} \newcommand*\acs@bibstyle{achemso} \ifacs@biochem \def\acs@bibstyle{biochem} |