summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/achemso/achemso.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2014-03-09 21:29:49 +0000
committerKarl Berry <karl@freefriends.org>2014-03-09 21:29:49 +0000
commit65fff2c077cb5a94b0e949b80902cf73adb4abfd (patch)
tree53e149a49e3c2732e6f9ef67727937198fc3bf70 /Master/texmf-dist/tex/latex/achemso/achemso.cls
parent41ec55ea4693a79035a531fe62f414ff19deed51 (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.cls')
-rw-r--r--Master/texmf-dist/tex/latex/achemso/achemso.cls14
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}