From f5cea8308088d502f2e2760a784b372c4ebe711f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 19 Aug 2012 22:18:34 +0000 Subject: aomart (19aug12) git-svn-id: svn://tug.org/texlive/trunk@27459 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/aomart/README | 9 ++++++++- Master/texmf-dist/doc/latex/aomart/aomart.pdf | Bin 289660 -> 388030 bytes Master/texmf-dist/doc/latex/aomart/aomsample.bib | 16 +++++++++++++--- Master/texmf-dist/doc/latex/aomart/aomsample.pdf | Bin 388573 -> 487500 bytes Master/texmf-dist/doc/latex/aomart/aomsample.tex | 9 ++++++++- Master/texmf-dist/doc/latex/aomart/aomsample1.pdf | Bin 388587 -> 487499 bytes Master/texmf-dist/doc/latex/aomart/aomsample1.tex | 9 ++++++++- 7 files changed, 37 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/doc/latex/aomart') diff --git a/Master/texmf-dist/doc/latex/aomart/README b/Master/texmf-dist/doc/latex/aomart/README index 574dfd3eb80..0e001cf6594 100644 --- a/Master/texmf-dist/doc/latex/aomart/README +++ b/Master/texmf-dist/doc/latex/aomart/README @@ -1,11 +1,18 @@ LaTeX Class for The Annals of Mathematics Boris Veytsman - Version 1.10 + Version 1.11 This package provides the class for typesetting articles for The Annals of Mathematics, http://annals.princeton.edu/. Changes: + + Version 1.11 + Added \copyrightnote + Added \fulladdress + Bibliography changes: added titlenote field, + deleted \bysame line + Bug fix with e-mail including underscores Version 1.10 `Old' doi formatting can be set with the option olddoi diff --git a/Master/texmf-dist/doc/latex/aomart/aomart.pdf b/Master/texmf-dist/doc/latex/aomart/aomart.pdf index 8356a654958..0660a3a6557 100644 Binary files a/Master/texmf-dist/doc/latex/aomart/aomart.pdf and b/Master/texmf-dist/doc/latex/aomart/aomart.pdf differ diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.bib b/Master/texmf-dist/doc/latex/aomart/aomsample.bib index daa6606d0f6..253a8afee20 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample.bib +++ b/Master/texmf-dist/doc/latex/aomart/aomsample.bib @@ -199,7 +199,7 @@ url = {http://www.math.leidenuniv.nl/~hwl/PUBLICATIONS/1973a/art.pdf} @Article{Zarhin92, key = {Zarh92}, - author = {Zarhin, Yuri G.}, + author = {Zarhin, {\relax Yu}ri G.}, title = {Abelian Varieties Having a Reduction of {K3} Type}, journal = {Duke Math J.}, year = 1992, @@ -242,14 +242,14 @@ url = {http://www.math.leidenuniv.nl/~hwl/PUBLICATIONS/1973a/art.pdf} } @Unpublished{Zarhin:AG, - author = {Zarhin, Yuri G.}, + author = {Zarhin, {\relax Yu}ri G.}, title = {On Abel Groups}, sortyear = 2200, note = {Private Communication} } @Unpublished{Zarhin:AC, - author = {Zarhin, Yuri G.}, + author = {Zarhin, {\relax Yu}ri G.}, title = {Algebra and Cryptography}, sortyear = 2100, note = {Private Communication} @@ -267,3 +267,13 @@ url = {http://www.math.leidenuniv.nl/~hwl/PUBLICATIONS/1973a/art.pdf} venue = {Z{\"u}rich}, publisher = {Springer-Verlag}, } + +@Book{Knuth94:TheTeXbook, + author = {Knuth, Donald Ervin}, + title = {The \TeX book}, + publisher = {Addison-Wesley Publishing Company}, + year = 1994, + series = {Computers \& Typesetting A}, + address = {Reading, MA}, + titlenote = {with illustrations by Duane Bibby} +} diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf index 345d497dda5..981c4ca3bbc 100644 Binary files a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf and b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf differ diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.tex b/Master/texmf-dist/doc/latex/aomart/aomsample.tex index a5278aad3f3..8f2e55e1643 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample.tex +++ b/Master/texmf-dist/doc/latex/aomart/aomsample.tex @@ -113,10 +113,15 @@ Providence, Rhode Island} \author{Boris Veytsman} \address{George Mason University\\ Fairfax, Virginia} +\fulladdress{Computational Materials Science Center, MS 6A2\\ +George Mason University\\ +Fairfax, VA 22030} \email{borisv@lk.net} \urladdr{http://borisv.lk.net} \givenname{Boris} \surname{Veytsman} +\copyrightyear{2008--2012} +\copyrightnote{\textcopyright~2008--2012 Boris Veytsman} \thanks{The class was commissioned by Annals of Mathematics} \keyword{Hamiltonian paths} @@ -175,6 +180,8 @@ Michal48,Michal38,Zarhin:AG,Zarhin:AC,degroot1992stochastic}. quotations necessary?} +It is always a pleasure to cite Knuth~\cite{Knuth94:TheTeXbook}. + \section{Enumeration of Hamiltonian paths in a graph} Let $\mathbf{A}=(a_{ij})$ be the adjacency matrix of graph $G$. The @@ -1725,7 +1732,7 @@ and now in \cn{Large} size: \bibliography{aomsample} -\bibliographystyle{aomplain} +\bibliographystyle{aomalpha} \end{document} \endinput diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf index 69a39af0919..051364595c5 100644 Binary files a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf and b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf differ diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample1.tex b/Master/texmf-dist/doc/latex/aomart/aomsample1.tex index 69bf2bf2f70..a2b84aa1a35 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample1.tex +++ b/Master/texmf-dist/doc/latex/aomart/aomsample1.tex @@ -113,10 +113,15 @@ Providence, Rhode Island} \author{Boris Veytsman} \address{George Mason University\\ Fairfax, Virginia} +\fulladdress{Computational Materials Science Center, MS 6A2\\ +George Mason University\\ +Fairfax, VA 22030} \email{borisv@lk.net} \urladdr{http://borisv.lk.net} \givenname{Boris} \surname{Veytsman} +\copyrightyear{2008--2012} +\copyrightnote{\textcopyright~2008--2012 Boris Veytsman} \thanks{The class was commissioned by Annals of Mathematics} \keyword{Hamiltonian paths} @@ -175,6 +180,8 @@ Michal48,Michal38,Zarhin:AG,Zarhin:AC,degroot1992stochastic}. quotations necessary?} +It is always a pleasure to cite Knuth~\cite{Knuth94:TheTeXbook}. + \section{Enumeration of Hamiltonian paths in a graph} Let $\mathbf{A}=(a_{ij})$ be the adjacency matrix of graph $G$. The @@ -1718,7 +1725,7 @@ and now in \cn{Large} size: \bibliography{aomsample} -\bibliographystyle{aomplain} +\bibliographystyle{aomalpha} \end{document} \endinput -- cgit v1.2.3