diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.cls | 13 |
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} |