diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.cls | 17 |
1 files changed, 6 insertions, 11 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index 9fe8322b251..313ee3a3166 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} - [2011/12/30 v3.5k Submission to ACS journals] + [2012/01/11 v3.6 Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -100,9 +100,12 @@ Unknown value `#1' for\MessageBreak biblabel option% }% }{% - \AtEndOfClass{\@nameuse{acs@biblabel@#1}}% + \acs@activate@biblabel{\@nameuse{acs@biblabel@#1}}% }% } +\newcommand*\acs@activate@biblabel{} +\let\acs@activate@biblabel\AtEndOfClass +\AtEndOfClass{\let\acs@activate@biblabel\@firstofone} \newcommand*\acs@biblabel@brackets{\def\bibnumfmt##1{(##1)}} \newcommand*\acs@biblabel@fullstop{\def\bibnumfmt##1{##1.}} \newcommand*\acs@biblabel@period{\def\bibnumfmt##1{##1.}} @@ -297,7 +300,6 @@ \expandafter\@gobble \fi {hyperref} -\RequirePackage[capitalise]{cleveref} \AtBeginDocument{\doublespacing} \renewcommand*{\title}[2][]{% \gdef\acs@title@short{#1}% @@ -981,15 +983,8 @@ \centering \acs@floatboxreset } -\crefname{chart}{Chart}{Chart} -\crefname{figure}{Figure}{Figures} -\crefname{graph}{Graph}{Graphs} -\crefname{scheme}{Scheme}{Schemes} \newcommand*\plainref{} -\AtBeginDocument{ - \let\plainref\ref - \let\ref\cref -} +\AtBeginDocument{\let\plainref\ref} \newcommand*\acs@section{} \let\acs@section\section \newcommand*\acs@subsection{} |