diff options
author | Karl Berry <karl@freefriends.org> | 2012-10-26 21:36:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-10-26 21:36:41 +0000 |
commit | a836370aa8db0a2890f6188e59a83682cac7f22b (patch) | |
tree | 5cdfd32b8b59ad3d7880075ed783dd1c9fa812bc /Master/texmf-dist/tex/latex/aomart | |
parent | a9896747b9e1811f116ae176e038fafece3c2876 (diff) |
aomart (26oct12)
git-svn-id: svn://tug.org/texlive/trunk@28096 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/aomart')
-rw-r--r-- | Master/texmf-dist/tex/latex/aomart/aomart.cls | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls index 73e19dcc7cb..b4212594949 100644 --- a/Master/texmf-dist/tex/latex/aomart/aomart.cls +++ b/Master/texmf-dist/tex/latex/aomart/aomart.cls @@ -37,7 +37,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \ProvidesClass{aomart} -[2012/08/16 v1.11 Typesetting articles for the Annals of Mathematics] +[2012/10/26 v1.13 Typesetting articles for the Annals of Mathematics] \long\def\aom@size@warning#1{% \ClassWarning{aomart}{Size-changing option #1 will not be honored}}% @@ -381,7 +381,19 @@ \def\subsubsection{\@startsection{subsubsection}{3}% {\parindent}{.5\linespacing}{-.5em}% {\normalfont\itshape}} +\providecommand\Hy@AlphNoErr[1]{% + \ifnum\value{#1}>26 % + Alph\number\value{#1}% + \else + \ifnum\value{#1}<1 % + Alph\number\value{#1}% + \else + \Alph{#1}% + \fi + \fi +}% \def\appendix{\par\c@section\z@ \c@subsection\z@ + \gdef\theHsection{\Hy@AlphNoErr{section}}% \let\sectionname\appendixname \def\thesection{{\upshape\@Alph\c@section}}} \def\@captionheadfont{\normalfont} |