diff options
author | Karl Berry <karl@freefriends.org> | 2014-03-09 21:29:49 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-03-09 21:29:49 +0000 |
commit | 65fff2c077cb5a94b0e949b80902cf73adb4abfd (patch) | |
tree | 53e149a49e3c2732e6f9ef67727937198fc3bf70 /Master/texmf-dist/tex/latex/achemso/achemso.sty | |
parent | 41ec55ea4693a79035a531fe62f414ff19deed51 (diff) |
achemso (9mar14)
git-svn-id: svn://tug.org/texlive/trunk@33132 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 | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index eecdcbe46bf..88c9535c15c 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} - [2014/01/08 v3.8e Support for ACS journals] + [2014/03/06 v3.8g Support for ACS journals] \@ifclassloaded{achemso}{% \PackageInfo{achemso}{% You have already loaded the `achemso' class:\MessageBreak @@ -300,11 +300,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 }{} \newcommand*\acs@bibstyle{achemso} \ifacs@biochem |