diff options
author | Karl Berry <karl@freefriends.org> | 2012-01-12 23:17:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-01-12 23:17:41 +0000 |
commit | 11d507720ef021bc22dcee0c7828f1c73ad3f4c6 (patch) | |
tree | 79892ce2b4660294f09940e6579a4479f27e304a /Master/texmf-dist/tex/latex/achemso/achemso.cls | |
parent | 72bc6c7e927ea35a59459a05923355525de579e9 (diff) |
achemso 3.6 (11jan12)
git-svn-id: svn://tug.org/texlive/trunk@25088 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.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{} |