From bf80491ac71811c63bae7131da3e651348c48d8e Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 11 Jan 2011 23:20:15 +0000 Subject: aomart 1.3 (11jan11) git-svn-id: svn://tug.org/texlive/trunk@21033 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/aomart/aomart.cls | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) (limited to 'Master/texmf-dist/tex/latex/aomart') diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls index 69c3343175d..ba53c7de6fd 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} -[2010/12/31 v1.1 Typesetting articles for the Annals of Mathematics] +[2011/01/07 v1.3 Typesetting articles for the Annals of Mathematics] \long\def\aom@size@warning#1{% \ClassWarning{aomart}{Size-changing option #1 will not be honored}}% @@ -140,7 +140,8 @@ (\currentyear), \start@page--\end@page\\ \ifx\@doinumber\@empty\else - \doi{\@doinumber}\fi}% + \edef\@doinumber{\@doinumber}% + \expandafter\doi\expandafter{\@doinumber}\fi}% \cfoot{\footnotesize\thepage}}% \def\annalsurl#1{\gdef\@annalsurl{#1}} \annalsurl{http://annals.math.princeton.edu/annals/about/cover/cover.html} @@ -323,8 +324,8 @@ {\scshape\ignorespaces##2}\par\endgroup}% \def\curraddr##1##2{\begingroup \@ifnotempty{##2}{\nobreak\indent\curraddrname - \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space - ##2\par}\endgroup}% + \@ifnotempty{##1}{, \ignorespaces\scshape##1\unskip}\hskip0.2em:\space + \scshape##2\par}\endgroup}% \def\email##1##2{\begingroup \@ifnotempty{##2}{\nobreak\indent\emailaddrname \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space @@ -341,8 +342,12 @@ \z@{.7\linespacing\@plus\linespacing}{.5\linespacing}% {\normalfont\bfseries\centering}} \def\subsection{\@startsection{subsection}{2}% - {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% + {\parindent}{.5\linespacing\@plus.3\linespacing}{-.5em}% {\normalfont\itshape}} +\def\oldsubsections{% +\gdef\subsection{\@startsection{subsection}{2}% + {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% + {\normalfont\itshape}}} \def\@captionheadfont{\normalfont} \newtheoremstyle{plain}{0.5\linespacing}{0.5\linespacing}{\sishape}% {\parindent}{\scshape}{.}{0.5em}% @@ -371,11 +376,11 @@ \popQED\endtrivlist\@endpefalse } \def\repeatedauthors#1{\bysame} -\def\doi#1{\href{http://dx.doi.org/#1}{doi: #1}} -\def\mr#1{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~#1}} -\def\zbl#1{\href{http://www.zentralblatt-math.org/zmath/en/search/?q=an:#1}{Zbl~#1}} -\def\arxiv#1{\href{http://www.arxiv.org/abs/#1}{arXiV~#1}} -\def\jfm#1{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~#1}} +\def\doi#1{\href{http://dx.doi.org/#1}{doi: \path{#1}}} +\def\mr#1{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~\path{#1}}} +\def\zbl#1{\href{http://www.zentralblatt-math.org/zmath/en/search/?q=an:#1}{Zbl~\path{#1}}} +\def\arxiv#1{\href{http://www.arxiv.org/abs/#1}{arXiV~\path{#1}}} +\def\jfm#1{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~\path{#1}}} \renewcommand{\bibliofont}{\small} \def\EditorialComment#1{\if@aom@manuscript@mode\bgroup \marginparwidth=75pt\marginpar{\scriptsize\raggedright#1}\egroup\fi} -- cgit v1.2.3