diff options
author | Karl Berry <karl@freefriends.org> | 2009-08-14 23:49:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-08-14 23:49:16 +0000 |
commit | 9146738aa269b91c8d1aa570381afd808a3a4c40 (patch) | |
tree | a0cb787de54e5ecaadb0b848615bdc70656cb3df /Master/texmf-dist/tex/latex/achemso/achemso.cls | |
parent | 0448442c22d513ab77a99a2c59092c47f1e3469e (diff) |
achemso update (14aug09)
git-svn-id: svn://tug.org/texlive/trunk@14674 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 | 31 |
1 files changed, 17 insertions, 14 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index 4e6fda57f67..fa3b54ecfa5 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} - [2009/07/29 v3.2e Submission to ACS journals] + [2009/08/13 v3.2g Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -170,18 +170,6 @@ }% }% } -\newcommand*\acs@bibstyle{achemso} -\bibliographystyle{achemso} -\ifacs@biochem - \def\acs@bibstyle{biochem} - \bibliographystyle{biochem} -\fi -\newcommand*\acs@bibliographystyle{} -\let\acs@bibliographystyle\bibliographystyle -\def\bibliographystyle#1{% - \acs@warning{\string\bibliographystyle\space ignored}% - \expandafter\acs@bibliographystyle\expandafter{\acs@bibstyle}% -} \newwrite\acs@bib@file \newcommand*\acs@bib@message{% This is an auxiliary file used by the `achemso' bundle.^^J% @@ -499,6 +487,7 @@ \acs@maketitle@suppinfo \@title \acs@title@footnote@check \global\acs@footnote@cnt\c@footnote\relax + \@maketitle@title@hook \par }% \vspace*{\acs@space@post@title}% @@ -529,6 +518,7 @@ \end{minipage} \end{center}% } +\newcommand\@maketitle@title@hook{} \newcommand*\acs@maketitle@suppinfo{% \ifx\acs@manuscript\acs@manuscript@suppinfo Supporting information for: @@ -653,7 +643,7 @@ \ifnum\acs@affil@alt@cnt>\z@\relax \acs@affil@marker@cnt\@ne\relax \advance\acs@affil@marker@cnt\acs@footnote@cnt\relax - \protected@edef\acs@author@fnsymbol{% + \protected@edef\acs@author@footnotes{% \acs@author@footnotes \acs@author@fnsymbol{\acs@affil@marker@cnt}% }% @@ -1247,6 +1237,19 @@ \def\citenumfont{\textit} \fi \RequirePackage{natmove} +\newcommand*\acs@bibstyle{achemso} +\ifacs@biochem + \def\acs@bibstyle{biochem} + \bibliographystyle{biochem} +\else + \bibliographystyle{achemso} +\fi +\newcommand*\acs@bibliographystyle{} +\let\acs@bibliographystyle\bibliographystyle +\def\bibliographystyle#1{% + \acs@warning{\string\bibliographystyle\space ignored}% + \expandafter\acs@bibliographystyle\expandafter{\acs@bibstyle}% +} %% %% Originally developed by Mats Dahlgren %% Copyright (C) 1996-1998 by Mats Dahlgren |