summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/achemso/achemso.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2015-03-23 21:02:12 +0000
committerKarl Berry <karl@freefriends.org>2015-03-23 21:02:12 +0000
commit5a7b46d87247a8300bfc24c93bdbbec8b32d0872 (patch)
treefb90d47fcf8e55ed0f3c28f7aa6f8d40c2f034cb /Master/texmf-dist/tex/latex/achemso/achemso.cls
parentdd9ed7d3adaa5c1a88aee320348933e430a6baf0 (diff)
achemso (23mar15)
git-svn-id: svn://tug.org/texlive/trunk@36604 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.cls13
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls
index 0bc16aa2736..1834642cbbc 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}
- [2015/03/12 v3.9a Submission to ACS journals]
+ [2015/03/23 v3.9b Submission to ACS journals]
\LoadClass[12pt,letter]{article}
\newcommand*\acs@warning{\ClassWarning{achemso}}
\newcommand*\acs@ifundefined[1]{%
@@ -1408,6 +1408,17 @@
\RequirePackage[sort&compress,numbers,round]{natbib}
\def\citenumfont{\textit}
\fi
+\define@key{acs}{super}[true]{%
+ \def\@tempa{#1}%
+ \def\@tempb{true}%
+ \ifx\@tempa\@tempb
+ \setcitestyle{super,open={},close={}}%
+ \renewcommand*\citenumfont{}%
+ \else
+ \setcitestyle{round}%
+ \renewcommand*\citenumfont{\textit}
+ \fi
+}
\RequirePackage{natmove}
\IfFileExists{mciteplus.sty}{%
\RequirePackage{mciteplus}