diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.cls | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index 94c405ed471..6a73593916e 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.cls +++ b/Master/texmf-dist/tex/latex/achemso/achemso.cls @@ -16,7 +16,7 @@ \NeedsTeXFormat{LaTeX2e} \ProvidesClass{achemso} - [2014/01/08 v3.8e Submission to ACS journals] + [2014/03/06 v3.8g Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -1400,11 +1400,13 @@ \RequirePackage{natmove} \IfFileExists{mciteplus.sty}{% \RequirePackage{mciteplus} - \@ifpackagelater{mciteplus}{2008/09/31} - {} - {% - \edef\@mciteNatbibCiteCmdList{\@mciteNatbibCiteCmdList,citenum}% - } + \providecommand*{\@mciteNatbibCiteCmdList}{}% + \edef\@tempa{\noexpand\in@{citenum}{\@mciteNatbibCiteCmdList}}% + \@tempa + \ifin@ + \else + \edef\@mciteNatbibCiteCmdList{\@mciteNatbibCiteCmdList,citenum}% + \fi \def\@mciteSubRef[##1]##2{\plainref{\@mcitereflabelprefix:##1:##2}} }{} \newcommand*\acs@bibstyle{achemso} |