diff options
author | Karl Berry <karl@freefriends.org> | 2007-08-24 18:31:29 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-08-24 18:31:29 +0000 |
commit | 63603adcfcb2e258f00b90f0958f9b4f8394572d (patch) | |
tree | 88b884fe1dc2217d5d27572b47335c1ac336c840 /Master/texmf-dist/tex/latex | |
parent | d113ba9d6ff01b6887f6ffee1ff74e79f57bb3bf (diff) |
achemso 2.2c (22aug07)
git-svn-id: svn://tug.org/texlive/trunk@4791 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/achemso/achemso.sty | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.sty b/Master/texmf-dist/tex/latex/achemso/achemso.sty index 1afb71989b3..baf6c3f4e29 100644 --- a/Master/texmf-dist/tex/latex/achemso/achemso.sty +++ b/Master/texmf-dist/tex/latex/achemso/achemso.sty @@ -15,21 +15,21 @@ %% (c) 2007 Joseph Wright %% Released under the LaTeX Project Public license v1.3 or later %% ---------------------------------------------------------------- -\NeedsTeXFormat{LaTeX2e}[2005/12/01] +\NeedsTeXFormat{LaTeX2e} \ProvidesPackage{achemso} - [2007/07/09 v2.2b Enhancements for ACS publications] + [2007/08/22 v2.2c Enhancements for ACS publications] \def\ACSver{\texttt{achemso} v2.2b (2007/07/09)} \newif \ifACS@sctnnmbr \ACS@sctnnmbrfalse -\newif \ifACS@list \ACS@listfalse +\newif \ifACS@list \ACS@listfalse \newif \ifACS@note \ACS@notefalse \newif \ifACS@super \ACS@supertrue \newif \ifACS@natbib \ACS@natbibfalse -\DeclareOption{note}{\global\ACS@notetrue} -\DeclareOption{number}{\global\ACS@sctnnmbrtrue} -\DeclareOption{super}{\global\ACS@supertrue} -\DeclareOption{list}{\global\ACS@listtrue} -\DeclareOption{notsuper}{\global\ACS@superfalse} -\DeclareOption{natbib}{\global\ACS@natbibtrue} +\DeclareOption{note}{\ACS@notetrue} +\DeclareOption{number}{\ACS@sctnnmbrtrue} +\DeclareOption{super}{\ACS@supertrue} +\DeclareOption{list}{\ACS@listtrue} +\DeclareOption{notsuper}{\ACS@superfalse} +\DeclareOption{natbib}{\ACS@natbibtrue} \DeclareOption*{\OptionNotUsed} \ProcessOptions \ifACS@natbib @@ -41,7 +41,7 @@ \fi \else \ifACS@super - \RequirePackage[super,nospace]{cite} + \RequirePackage[nospace]{overcite} \else \RequirePackage{cite} \renewcommand\citeleft{(} |