summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/aomart/aomart.cls
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-08-19 22:18:34 +0000
committerKarl Berry <karl@freefriends.org>2012-08-19 22:18:34 +0000
commitf5cea8308088d502f2e2760a784b372c4ebe711f (patch)
tree69d41bcc7f50769034406354ee24ac4fe66a9b74 /Master/texmf-dist/tex/latex/aomart/aomart.cls
parent6aa32e191916797cc9fc7593bca87b6af250aeea (diff)
aomart (19aug12)
git-svn-id: svn://tug.org/texlive/trunk@27459 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/aomart/aomart.cls')
-rw-r--r--Master/texmf-dist/tex/latex/aomart/aomart.cls22
1 files changed, 19 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls
index 35d5123e737..73e19dcc7cb 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/06/21 v1.10 Typesetting articles for the Annals of Mathematics]
+[2012/08/16 v1.11 Typesetting articles for the Annals of Mathematics]
\long\def\aom@size@warning#1{%
\ClassWarning{aomart}{Size-changing option #1 will not be
honored}}%
@@ -169,6 +169,7 @@
\@onlypreamble{\curraddr}
\@onlypreamble{\urladdr}
\@onlypreamble{\givenname}
+\@onlypreamble{\fulladdress}
\@onlypreamble{\surname}
\@onlypreamble{\thanks}
\@onlypreamble{\keyword}
@@ -186,6 +187,8 @@
\@onlypreamble{\volumenumber}
\@onlypreamble{\issuenumber}
\@onlypreamble{\publicationyear}
+\@onlypreamble{\copyrightnote}
+\@onlypreamble{\copyrighyear}
\@onlypreamble{\papernumber}
\@onlypreamble{\startpage}
\@onlypreamble{\endpage}
@@ -194,6 +197,7 @@
\@onlypreamble{\zblnumber}
\let\givenname=\@gobble
\let\surname=\@gobble
+\let\fulladdress=\@gobble
\def\keyword#1{\ifx\@keywords\@empty\gdef\@keywords{#1}\else
\g@addto@macro\@keywords{, #1}\fi}
\let\@subjects\@empty
@@ -261,6 +265,12 @@
\mrnumber{}
\def\zblnumber#1{\gdef\@zblnumber{#1}}
\zblnumber{}
+\def\copyrightyear#1{\def\@copyrightyear{#1}}
+\copyrightyear{}
+\def\copyrightnote#1{\def\@copyrightnote{#1}}
+\copyrightnote{\textcopyright~%
+ \ifx\@empty\@copyrightyear\currentyear\else\@copyrightyear\fi~%
+ Department of Mathematics, Princeton University}
\def\@settitle{\begin{center}%
\baselineskip20\p@\relax
\bfseries\LARGE
@@ -306,6 +316,9 @@
\ifx\@empty\thankses\else \@footnotetext{%
\def\par{\let\par\@par}\@setthanks}%
\fi
+ \ifx\@empty\@copyrightnote\else \@footnotetext{%
+ \def\par{\let\par\@par}\@copyrightnote\@addpunct.}%
+ \fi
}
\def\@setkeywords{%
\ifpdf
@@ -346,7 +359,7 @@
\def\email##1##2{\begingroup
\@ifnotempty{##2}{\nobreak\indent\emailaddrname
\@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space
- \href{mailto:##2}{\rmfamily##2}\par}\endgroup}%
+ \href{mailto:##2}{\nolinkurl{##2}}\par}\endgroup}%
\def\urladdr##1##2{\begingroup
\@ifnotempty{##2}{\nobreak\indent
\@ifnotempty{##1}{, \ignorespaces##1\unskip}%
@@ -398,7 +411,10 @@
}{%
\popQED\endtrivlist\@endpefalse
}
-\def\repeatedauthors#1{\bysame}
+\def\repeatedauthors#1{\ClassWarning{aomart}{The command is obsolte}#1}
+\let\bysame@@orig=\bysame
+\def\bysame{\ClassWarning{aomart}{We no longer omit
+ repeated authors}\bysame@@orig}
\def\doi#1{\if@aom@olddoi\href{http://dx.doi.org/#1}{doi: \path{#1}}%
\else\url{http://dx.doi.org/#1}\fi}
\def\mr#1{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~\path{#1}}}