diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/achemso/achemso.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.cls | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index c5f2ffba982..bfa2f4e66b4 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} - [2010/05/24 v3.4g Submission to ACS journals] + [2010/06/25 v3.5 Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -103,10 +103,10 @@ \@nameuse{acs@biblabel@#1}% }% } -\newcommand*\acs@biblabel@brackets{\def\@biblabel##1{(##1)}} -\newcommand*\acs@biblabel@fullstop{\def\@biblabel##1{##1.}} -\newcommand*\acs@biblabel@period{\def\@biblabel##1{##1.}} -\newcommand*\acs@biblabel@plain{\def\@biblabel##1{##1}} +\newcommand*\acs@biblabel@brackets{\def\bibnumfmt##1{(##1)}} +\newcommand*\acs@biblabel@fullstop{\def\bibnumfmt##1{##1.}} +\newcommand*\acs@biblabel@period{\def\bibnumfmt##1{##1.}} +\newcommand*\acs@biblabel@plain{\def\bibnumfmt##1{##1}} \setkeys{acs}{ email = true, super = true @@ -246,8 +246,8 @@ \ifacs@usetitle yes\else no\fi }% \@tempa{ctrl-etal-number\space\space}{\acs@maxauthors}% - \@tempa{ctrl-etal-truncate}{% - \ifacs@etal@truncate yes\else no\fi + \@tempa{ctrl-etal-firstonly}{% + \ifacs@etal@truncate no\else yes\fi }% \string}^^J% }% |