diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/aomart/aomart.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/aomart/aomart.cls | 33 |
1 files changed, 31 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls index b4212594949..2048e4e86f4 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/10/26 v1.13 Typesetting articles for the Annals of Mathematics] +[2015/02/18 v1.14a Typesetting articles for the Annals of Mathematics] \long\def\aom@size@warning#1{% \ClassWarning{aomart}{Size-changing option #1 will not be honored}}% @@ -161,7 +161,7 @@ \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} +\annalsurl{http://annals.math.princeton.edu/about} \@onlypreamble{\title} \@onlypreamble{\author} \@onlypreamble{\email} @@ -271,6 +271,35 @@ \copyrightnote{\textcopyright~% \ifx\@empty\@copyrightyear\currentyear\else\@copyrightyear\fi~% Department of Mathematics, Princeton University} +\newwrite\@mainrpi +\def\aom@write@paper@info{% + \bgroup + \if@filesw + \openout\@mainrpi\jobname.rpi% + \def\and{\string\and\space}% + \def\pkg##1{ ##1 }% + \protected@write\@mainrpi{}% + {\@percentchar authors=\authors}% + \protected@write\@mainrpi{}% + {\@percentchar title=\@title}% + \protected@write\@mainrpi{}% + {\@percentchar year=\currentyear}% + \protected@write\@mainrpi{}% + {\@percentchar volume=\currentvolume}% + \protected@write\@mainrpi{}% + {\@percentchar issue=\currentissue}% + \protected@write\@mainrpi{}% + {\@percentchar paper=\currentpaper}% + \protected@write\@mainrpi{}% + {\@percentchar startpage=\start@page}% + \protected@write\@mainrpi{}% + {\@percentchar endpage=\@tempa}% + \protected@write\@mainrpi{}% + {\@percentchar doi=\@doinumber}% + \closeout\@mainrpi + \fi +\egroup} +\def\@maketitle@hook{\aom@write@paper@info\global\let\@maketitle@hook\@empty} \def\@settitle{\begin{center}% \baselineskip20\p@\relax \bfseries\LARGE |