diff options
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 5ff8d153cf3..98ad340fd67 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} - [2013/06/07 v3.7h Support for ACS journals] + [2013/08/23 v3.8 Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -288,6 +288,9 @@ \acs@bibliography{acs-\jobname,#1}% }% } +\AtBeginDocument{ + \providecommand{\latin}[1]{#1} +} \ifacs@super \RequirePackage[sort&compress,numbers,super]{natbib} \else @@ -297,6 +300,11 @@ \RequirePackage{natmove} \IfFileExists{mciteplus.sty}{% \RequirePackage{mciteplus} + \@ifpackagelater{mciteplus}{2008/09/31} + {} + {% + \edef\@mciteNatbibCiteCmdList{\@mciteNatbibCiteCmdList,citenum}% + } }{} \newcommand*\acs@bibstyle{achemso} \ifacs@biochem @@ -319,7 +327,7 @@ %% %% Originally developed by Mats Dahlgren %% Copyright (C) 1996-1998 by Mats Dahlgren -%% Copyright (C) 2008-2011 by +%% Copyright (C) 2008-2013 by %% Joseph Wright <joseph.wright@morningstar2.co.uk> %% %% Part of this bundle is derived from cite.sty, to which the |