summaryrefslogtreecommitdiff
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
parent76d8fd5343b57ba53f5ba3fcd0e24598b8bb6ff6 (diff)
aomart (27feb11)
git-svn-id: svn://tug.org/texlive/trunk@21538 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst9
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomplain.bst9
-rw-r--r--Master/texmf-dist/doc/latex/aomart/README6
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomart.pdfbin282214 -> 283085 bytes
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomsample.bib13
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomsample.pdfbin390928 -> 391651 bytes
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomsample.tex2
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomsample1.pdfbin390942 -> 391665 bytes
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomsample1.tex2
-rw-r--r--Master/texmf-dist/source/latex/aomart/aomart.dtx20
-rw-r--r--Master/texmf-dist/tex/latex/aomart/aomart.cls4
11 files changed, 51 insertions, 14 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
index 663058a3e21..4a781e19693 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
@@ -20,7 +20,7 @@
% This work consists of the file aomart.dtx the
% derived file aomart.cls, and the file aomplain.bst
%
-% Version 1.2, 2011/01/05
+% Version 1.5, 2011/02/26
%
%%%
@@ -92,6 +92,7 @@ ENTRY
publisher
school
series
+ sortyear
title
type
url
@@ -1336,6 +1337,8 @@ FUNCTION {presort}
*
" "
*
+ sortyear field.or.null sortify
+ *
year field.or.null sortify
*
" "
@@ -1419,13 +1422,15 @@ FUNCTION {begin.bib}
if$
"\providecommand{\bysame}{\leavevmode\hbox to3em{\hrulefill}\thinspace}"
write$ newline$
+ "\providecommand{\noopsort}[1]{}"
+ write$ newline$
"\providecommand{\mr}[1]{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~#1}}"
write$ newline$
"\providecommand{\zbl}[1]{\href{http://www.zentralblatt-math.org/zmath/en/search/?q=an:#1}{Zbl~#1}}"
write$ newline$
"\providecommand{\jfm}[1]{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~#1}}"
write$ newline$
- "\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiV~#1}}"
+ "\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiv~#1}}"
write$ newline$
"\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{doi: #1}}"
write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
index 4cbac9fa925..e8777688815 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
@@ -20,7 +20,7 @@
% This work consists of the file aomart.dtx the
% derived file aomart.cls, and the file aomplain.bst
%
-% Version 1.2, 2011/01/05
+% Version 1.5, 2011/02/26
%
%%%
@@ -89,6 +89,7 @@ ENTRY
publisher
school
series
+ sortyear
title
type
url
@@ -1199,6 +1200,8 @@ FUNCTION {presort}
if$
" "
*
+ sortyear field.or.null sortify
+ *
year field.or.null sortify
*
" "
@@ -1274,13 +1277,15 @@ FUNCTION {begin.bib}
if$
"\providecommand{\bysame}{\leavevmode\hbox to3em{\hrulefill}\thinspace}"
write$ newline$
+ "\providecommand{\noopsort}[1]{}"
+ write$ newline$
"\providecommand{\mr}[1]{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~#1}}"
write$ newline$
"\providecommand{\zbl}[1]{\href{http://www.zentralblatt-math.org/zmath/en/search/?q=an:#1}{Zbl~#1}}"
write$ newline$
"\providecommand{\jfm}[1]{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~#1}}"
write$ newline$
- "\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiV~#1}}"
+ "\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiv~#1}}"
write$ newline$
"\providecommand{\doi}[1]{\href{http://dx.doi.org/#1}{doi: #1}}"
write$ newline$
diff --git a/Master/texmf-dist/doc/latex/aomart/README b/Master/texmf-dist/doc/latex/aomart/README
index 665ba8f314a..ebda3b70eb6 100644
--- a/Master/texmf-dist/doc/latex/aomart/README
+++ b/Master/texmf-dist/doc/latex/aomart/README
@@ -1,12 +1,16 @@
LaTeX Class for The Annals of Mathematics
Boris Veytsman
- Version 1.4
+ Version 1.5
This package provides the class for typesetting articles for The Annals
of Mathematics, http://annals.princeton.edu/.
Changes:
+ Version 1.5
+ Typo corrected: arXiV is now arXiv
+ Bibliography style change: added sortyear field
+
Version 1.4
Changed formatting of sections and subsections
diff --git a/Master/texmf-dist/doc/latex/aomart/aomart.pdf b/Master/texmf-dist/doc/latex/aomart/aomart.pdf
index 9622d17539f..7a930b50fde 100644
--- a/Master/texmf-dist/doc/latex/aomart/aomart.pdf
+++ b/Master/texmf-dist/doc/latex/aomart/aomart.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.bib b/Master/texmf-dist/doc/latex/aomart/aomsample.bib
index 3cac6e6d2af..a9cef138cdf 100644
--- a/Master/texmf-dist/doc/latex/aomart/aomsample.bib
+++ b/Master/texmf-dist/doc/latex/aomart/aomsample.bib
@@ -240,3 +240,16 @@ url = {http://www.math.leidenuniv.nl/~hwl/PUBLICATIONS/1973a/art.pdf}
pages = {340--342}
}
+@Unpublished{Zarhin:AG,
+ author = {Zarhin, Yuri G.},
+ title = {On Abel Groups},
+ sortyear = 2200,
+ note = {Private Communication}
+}
+
+@Unpublished{Zarhin:AC,
+ author = {Zarhin, Yuri G.},
+ title = {Algebra and Cryptography},
+ sortyear = 2100,
+ note = {Private Communication}
+}
diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf
index eb8054e0c74..57ef367e24e 100644
--- a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf
+++ b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.tex b/Master/texmf-dist/doc/latex/aomart/aomsample.tex
index f7d36d2679c..5c288bc375f 100644
--- a/Master/texmf-dist/doc/latex/aomart/aomsample.tex
+++ b/Master/texmf-dist/doc/latex/aomart/aomsample.tex
@@ -169,7 +169,7 @@ on \texttt{testmath.tex} from \AmS-\LaTeX{} distribution. The text
is (slightly) reformatted according to the requirements of the
\texttt{aomart} style. See also
\cite{Lenstra74,Zarhin92,Minasyan08,Arnold89:MathMethodsMechanics,%
-Michal48,Michal38}.
+Michal48,Michal38,Zarhin:AG,Zarhin:AC}.
\EditorialComment{Are these
quotations necessary?}
diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf
index 3c09dc9088d..2f609ba2378 100644
--- a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf
+++ b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample1.tex b/Master/texmf-dist/doc/latex/aomart/aomsample1.tex
index 4112bfd4028..c6786dcb888 100644
--- a/Master/texmf-dist/doc/latex/aomart/aomsample1.tex
+++ b/Master/texmf-dist/doc/latex/aomart/aomsample1.tex
@@ -169,7 +169,7 @@ on \texttt{testmath.tex} from \AmS-\LaTeX{} distribution. The text
is (slightly) reformatted according to the requirements of the
\texttt{aomart} style. See also
\cite{Lenstra74,Zarhin92,Minasyan08,Arnold89:MathMethodsMechanics,%
-Michal48,Michal38}.
+Michal48,Michal38,Zarhin:AG,Zarhin:AC}.
\EditorialComment{Are these
quotations necessary?}
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}
%
diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls
index 578198842d2..aea82f01e08 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/21 v1.4 Typesetting articles for the Annals of Mathematics]
+[2011/02/26 v1.5 Typesetting articles for the Annals of Mathematics]
\long\def\aom@size@warning#1{%
\ClassWarning{aomart}{Size-changing option #1 will not be
honored}}%
@@ -382,7 +382,7 @@
\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\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