summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/aomart/aomart.cls
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/tex/latex/aomart/aomart.cls')
-rw-r--r--Master/texmf-dist/tex/latex/aomart/aomart.cls14
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}