diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-13 22:52:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-13 22:52:27 +0000 |
commit | 2ff31e7482486eeb8c9d13664a15c30fc293da95 (patch) | |
tree | f75009a53dda62964a08ba36bb0a279000e2d8e7 /Master/texmf-dist/tex/latex/achemso/achemso.cls | |
parent | 72c8eee56c474d51318b0296700506a912d726ff (diff) |
achemso 3.5h (12sep11)
git-svn-id: svn://tug.org/texlive/trunk@23935 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 | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/achemso/achemso.cls b/Master/texmf-dist/tex/latex/achemso/achemso.cls index c0a52ebb55f..7bc4b09d038 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/03/11 v3.5g Submission to ACS journals] + [2011/09/12 v3.5h Submission to ACS journals] \LoadClass[12pt,letter]{article} \newcommand*\acs@warning{\ClassWarning{achemso}} \newcommand*\acs@ifundefined[1]{% @@ -616,7 +616,7 @@ \newcommand*\@maketitle@title@hook{} \newcommand*\acs@maketitle@suppinfo{% \ifx\acs@manuscript\acs@manuscript@suppinfo - Supporting information for: + Supporting information for:\\ \fi } \newcommand*\acs@title@footnote[1]{% @@ -1332,6 +1332,14 @@ \ifx\acs@manuscript\acs@manuscript@suppinfo \setkeys{acs}{maxauthors = 0} \def\thepage{S\arabic{page}} + \renewcommand*\thefigure{S\@arabic\c@figure} + \renewcommand*\thescheme{S\@arabic\c@scheme} + \renewcommand*\thetable{S\@arabic\c@table} + \AtBeginDocument + {% + \renewcommand*\citenumfont[1]{S#1}% + \renewcommand*\bibnumfmt[1]{(S#1)}% + } \fi \begingroup \def\@tempa{twocolumn} |