diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-26 23:19:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-26 23:19:10 +0000 |
commit | 40689a15a23adc4d151f7ace4a3076421f7aed9e (patch) | |
tree | fd49420958a1e14a70600c0370f363ed7a329841 /Master/texmf-dist/tex/latex/aomart | |
parent | 152d83d510920eb7284a5f3c7bf4ee9d4d30b947 (diff) |
aomart 1.4 (25jan11)
git-svn-id: svn://tug.org/texlive/trunk@21181 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 | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls index ba53c7de6fd..578198842d2 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} -[2011/01/07 v1.3 Typesetting articles for the Annals of Mathematics] +[2011/01/21 v1.4 Typesetting articles for the Annals of Mathematics] \long\def\aom@size@warning#1{% \ClassWarning{aomart}{Size-changing option #1 will not be honored}}% @@ -59,7 +59,7 @@ \ClassInfo{aomart}{% Configuration file aomart.cfg is not found}} \ProcessOptions\relax -\LoadClass[11pt,noamsfonts]{amsart} +\LoadClass[11pt]{amsart} \RequirePackage{fancyhdr, lastpage, ifpdf} \RequirePackage[breaklinks,colorlinks]{hyperref} \if@aom@screen@mode @@ -342,12 +342,15 @@ \z@{.7\linespacing\@plus\linespacing}{.5\linespacing}% {\normalfont\bfseries\centering}} \def\subsection{\@startsection{subsection}{2}% - {\parindent}{.5\linespacing\@plus.3\linespacing}{-.5em}% + {\parindent}{.5\linespacing}{-.5em}% {\normalfont\itshape}} \def\oldsubsections{% \gdef\subsection{\@startsection{subsection}{2}% {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% {\normalfont\itshape}}} +\def\subsubsection{\@startsection{subsubsection}{3}% + {\parindent}{.5\linespacing}{-.5em}% + {\normalfont\itshape}} \def\@captionheadfont{\normalfont} \newtheoremstyle{plain}{0.5\linespacing}{0.5\linespacing}{\sishape}% {\parindent}{\scshape}{.}{0.5em}% |