summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/aomart
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-02-28 00:25:25 +0000
committerKarl Berry <karl@freefriends.org>2011-02-28 00:25:25 +0000
commit995f56a40c36079b6c2cc498da5f3f152c42fb8d (patch)
tree06e7f5f9a2500dd280188e4a09ab5c5ff518d99c /Master/texmf-dist/source/latex/aomart
parent76d8fd5343b57ba53f5ba3fcd0e24598b8bb6ff6 (diff)
aomart (27feb11)
git-svn-id: svn://tug.org/texlive/trunk@21538 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/aomart')
-rw-r--r--Master/texmf-dist/source/latex/aomart/aomart.dtx20
1 files changed, 15 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/aomart/aomart.dtx b/Master/texmf-dist/source/latex/aomart/aomart.dtx
index a831ad69b04..06265c00812 100644
--- a/Master/texmf-dist/source/latex/aomart/aomart.dtx
+++ b/Master/texmf-dist/source/latex/aomart/aomart.dtx
@@ -1,5 +1,5 @@
% \iffalse
-% $Id: aomart.dtx,v 1.46 2011-01-24 17:00:07 boris Exp $
+% $Id: aomart.dtx,v 1.48 2011-02-26 19:19:03 boris Exp $
%
% Copyright 2010-2011, Princeton University (Mathematics Department)
% This work may be distributed and/or modified under the
@@ -93,6 +93,9 @@
% \changes{v0.10}{2010/12/20}{Documentation update}
% \changes{v1.0}{2010/12/21}{Top matter macros are now only in preamble}
% \changes{v1.2}{2011/01/05}{Bibliography styles update}
+% \changes{v1.6}{2011/02/26}{Added noopsort to the styles, corrected
+% typo}
+% \changes{v1.6}{2011/02/26}{Added sortyear to the styles}
%
% \clearpage
%
@@ -602,8 +605,13 @@
% \item[arxiv:] ArXiv reference for the ArXiv manuscript.
% \item[url:] If the reference is available online, the corresponding
% url.
-% \item[venue:] (for \texttt{conference} entries) the place where the
+% \item[venue:] (for \texttt{conference} entries) The place where the
% conference took place.
+% \item[sortyear:] Some entries do not have a year set up (e.g. some
+% \texttt{unpublished} entries. If you have several entries from
+% the same author, some with a year, and some without, you may want
+% to put them in a certain order. The field |sortyear| overrides
+% |year| for the sorting purposes.
% \end{description}
%
%
@@ -665,7 +673,7 @@
\ProvidesFile{aomart.dtx}
%</gobble>
%<class>\ProvidesClass{aomart}
-[2011/01/21 v1.4 Typesetting articles for the Annals of Mathematics]
+[2011/02/26 v1.5 Typesetting articles for the Annals of Mathematics]
% \end{macrocode}
%
%
@@ -1649,7 +1657,9 @@
% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with underscores}
% \begin{macro}{\arxiv}
% \changes{v0.3}{2010/09/27}{Added macro}
-% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with underscores}
+% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with
+% underscores}
+% \changes{v1.5}{2011/02/26}{Typo corrected}
% \begin{macro}{\jfm}
% \changes{v0.10}{2010/12/18}{Added macro}
% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with underscores}
@@ -1657,7 +1667,7 @@
% \begin{macrocode}
\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\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}}}
% \end{macrocode}
%