summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-11-19 22:47:11 +0000
committerKarl Berry <karl@freefriends.org>2016-11-19 22:47:11 +0000
commit45d8e3acad728d8fe33cb6087853108ec51c783b (patch)
treeea7bc3d70512543f172b1a1c59705642d5331870
parente538025ee4c38ccd1f1ce84ea84fe5278529cad6 (diff)
aomart (19nov16)
git-svn-id: svn://tug.org/texlive/trunk@42540 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst7
-rw-r--r--Master/texmf-dist/bibtex/bst/aomart/aomplain.bst7
-rw-r--r--Master/texmf-dist/doc/latex/aomart/Makefile7
-rw-r--r--Master/texmf-dist/doc/latex/aomart/README5
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomart.pdfbin390970 -> 391580 bytes
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomsample.pdfbin487317 -> 487018 bytes
-rw-r--r--Master/texmf-dist/doc/latex/aomart/aomsample1.pdfbin487333 -> 487024 bytes
-rw-r--r--Master/texmf-dist/source/latex/aomart/aomart.dtx53
-rw-r--r--Master/texmf-dist/tex/latex/aomart/aomart.cls17
9 files changed, 70 insertions, 26 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
index 337f7773413..803f87c1d4e 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst
@@ -2,7 +2,7 @@
%%% This is aomplain.bst file, based on amsplain.bst by AMS
%%% to support Annals of Mathematics specific fields.
%%%
-% Copyright 2010, The Annals of Mathematics.
+% Copyright 2010-2016, The Annals of Mathematics.
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3 of this license or (at your option) any
@@ -18,9 +18,8 @@
% <borisv@lk.net>
%
% This work consists of the file aomart.dtx the
-% derived file aomart.cls, and the file aomplain.bst
+% derived file aomart.cls, and the files aomplain.bst and aomalpha.bst
%
-% Version 1.9, 2011/06/13
%
%%%
@@ -1431,7 +1430,7 @@ FUNCTION {begin.bib}
write$ newline$
"\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiv~#1}}"
write$ newline$
- "\providecommand{\doi}[1]{\url{http://dx.doi.org/#1}}"
+ "\providecommand{\doi}[1]{\url{https://doi.org/#1}}"
write$ newline$
"\providecommand{\MR}{\relax\ifhmode\unskip\space\fi MR }"
write$ newline$
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
index 3fa012bd156..4d5b23690f0 100644
--- a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
+++ b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst
@@ -2,7 +2,7 @@
%%% This is aomplain.bst file, based on amsplain.bst by AMS
%%% to support Annals of Mathematics specific fields.
%%%
-% Copyright 2010, The Annals of Mathematics.
+% Copyright 2010-2016, The Annals of Mathematics.
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3 of this license or (at your option) any
@@ -18,9 +18,8 @@
% <borisv@lk.net>
%
% This work consists of the file aomart.dtx the
-% derived file aomart.cls, and the file aomplain.bst
+% derived file aomart.cls, and the files aomplain.bst and aomalpha.bst
%
-% Version 1.9, 2011/06/13
%
%%%
@@ -1276,7 +1275,7 @@ FUNCTION {begin.bib}
write$ newline$
"\providecommand{\arxiv}[1]{\href{http://www.arxiv.org/abs/#1}{arXiv~#1}}"
write$ newline$
- "\providecommand{\doi}[1]{\url{http://dx.doi.org/#1}}"
+ "\providecommand{\doi}[1]{\url{https://doi.org/#1}}"
write$ newline$
"\providecommand{\MR}{\relax\ifhmode\unskip\space\fi MR }"
write$ newline$
diff --git a/Master/texmf-dist/doc/latex/aomart/Makefile b/Master/texmf-dist/doc/latex/aomart/Makefile
index 26a12f6a3c7..e0c67b7c3c7 100644
--- a/Master/texmf-dist/doc/latex/aomart/Makefile
+++ b/Master/texmf-dist/doc/latex/aomart/Makefile
@@ -3,7 +3,7 @@
#
# This file is in public domain
#
-# $Id: Makefile,v 1.4 2015-02-18 18:01:49 boris Exp $
+# $Id: Makefile,v 1.5 2016/11/18 21:46:03 boris Exp $
#
PACKAGE=aomart
@@ -59,7 +59,8 @@ distclean: clean
# Archive for the distribution. Includes typeset documentation
#
archive: all clean
- tar -C .. -czvf $(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS $(PACKAGE)
+ tar -C .. -czvf ../$(PACKAGE).tgz --exclude '*~' --exclude '*.tgz' --exclude '*.zip' --exclude CVS $(PACKAGE)
+ mv ../$(PACKAGE).tgz .
zip: all clean
- zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*' \ No newline at end of file
+ zip -r $(PACKAGE).zip * -x '*~' -x '*.tgz' -x '*.zip' -x CVS -x 'CVS/*'
diff --git a/Master/texmf-dist/doc/latex/aomart/README b/Master/texmf-dist/doc/latex/aomart/README
index 18bf053377d..439322efee9 100644
--- a/Master/texmf-dist/doc/latex/aomart/README
+++ b/Master/texmf-dist/doc/latex/aomart/README
@@ -1,12 +1,15 @@
LaTeX Class for The Annals of Mathematics
Boris Veytsman
- Version 1.14a
+ Version 1.15
This package provides the class for typesetting articles for The Annals
of Mathematics, http://annals.princeton.edu/.
Changes:
+ Version 1.15
+ New doi formatting
+
Version 1.14a
New url on the masthead
diff --git a/Master/texmf-dist/doc/latex/aomart/aomart.pdf b/Master/texmf-dist/doc/latex/aomart/aomart.pdf
index 225ac2e4971..cc9e3cb5a9f 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.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf
index 084f7f3b728..f007851c737 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/aomsample1.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf
index 56d64a4b276..b61047dc8bb 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/source/latex/aomart/aomart.dtx b/Master/texmf-dist/source/latex/aomart/aomart.dtx
index 035d9b39f64..0952c51658c 100644
--- a/Master/texmf-dist/source/latex/aomart/aomart.dtx
+++ b/Master/texmf-dist/source/latex/aomart/aomart.dtx
@@ -1,7 +1,7 @@
% \iffalse
-% $Id: aomart.dtx,v 1.63 2015-02-18 18:01:50 boris Exp $
+% $Id: aomart.dtx,v 1.64 2016/11/18 21:41:12 boris Exp $
%
-% Copyright 2010-2012, Princeton University (Mathematics Department)
+% Copyright 2010-2016, Princeton University (Mathematics Department)
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either
% version 1.3 of this license or (at your option) any
@@ -23,7 +23,7 @@
% public domain.
%
% \fi
-% \CheckSum{1217}
+% \CheckSum{1226}
%
%
%% \CharacterTable
@@ -229,12 +229,17 @@
% acticle. If this option is selected, the links are blue colored,
% and the margins are reduced.
%
-% \DescribeOption{olddoi}
-% Starting from version~1.9 the formatting of DOI numbers changed
-% according to the new recommendations from CrossRef. The option
-% |olddoi| switches on the ``old'' formatting. It is used for
+% \DescribeOption{olddoi}%
+% Starting from version~1.9 (2011) the formatting of DOI numbers
+% changed according to the new recommendations from CrossRef. The
+% option |olddoi| switches on the ``old'' formatting. It is used for
% compatibility reasons.
%
+% \DescribeOption{doi2016}%
+% Starting from version~1.5 (2016) the formatting of DOI numbers
+% changed again according to Crossref recommendations. The option
+% |doi2016| switches to the version existed between 2011 and 2016.
+%
%
% \DescribeOptions{8pt,9pt,10pt,11pt,12pt}
% The size-changing options of \progname{amsart} class (|8pt|, |9pt|,
@@ -723,7 +728,7 @@
\ProvidesFile{aomart.dtx}
%</gobble>
%<class>\ProvidesClass{aomart}
-[2015/02/18 v1.14a Typesetting articles for the Annals of Mathematics]
+[2016/11/18 v1.15 Typesetting articles for the Annals of Mathematics]
% \end{macrocode}
%
%
@@ -798,6 +803,21 @@
%
% \end{macro}
%
+%
+% \begin{macro}{\if@aom@doiMMXVI}
+% \changes{v1.15}{2016/11/18}{Added another options}
+% DOI processing is different in the 2016 and new mode
+% \begin{macrocode}
+\newif\if@aom@doiMMXVI
+\@aom@doiMMXVIfalse
+\DeclareOption{doi2016}{\@aom@doiMMXVItrue}
+% \end{macrocode}
+%
+% \end{macro}
+%
+%
+%
+%
% All other options are passed to \progname{amsart}:
% \begin{macrocode}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{amsart}}
@@ -1903,11 +1923,22 @@
% \begin{macro}{\doi}
% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with underscores}
% \changes{v1.9}{2011/06/13}{Changed doi look}
-% \changes{v1.10}{2011/06/21}{Introduced the logic for old doi formatting}
+% \changes{v1.10}{2011/06/21}{Introduced the logic for old doi
+% formatting}
+% \changes{v1.15}{2016/11/18}{Doi according to the new Crossref
+% recommendations}
% Typesetting doi\dots
% \begin{macrocode}
-\def\doi#1{\if@aom@olddoi\href{http://dx.doi.org/#1}{doi: \path{#1}}%
-\else\url{http://dx.doi.org/#1}\fi}
+\def\doi#1{%
+ \if@aom@doiMMXVI
+ \url{http://dx.doi.org/#1}%
+ \else
+ \if@aom@olddoi
+ \href{http://dx.doi.org/#1}{doi: \path{#1}}%
+ \else
+ \url{https://doi.org/#1}%
+ \fi
+ \fi}
% \end{macrocode}
% \end{macro}
%
diff --git a/Master/texmf-dist/tex/latex/aomart/aomart.cls b/Master/texmf-dist/tex/latex/aomart/aomart.cls
index 2048e4e86f4..a5824a7ca9d 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}
-[2015/02/18 v1.14a Typesetting articles for the Annals of Mathematics]
+[2016/11/18 v1.15 Typesetting articles for the Annals of Mathematics]
\long\def\aom@size@warning#1{%
\ClassWarning{aomart}{Size-changing option #1 will not be
honored}}%
@@ -55,6 +55,9 @@
\newif\if@aom@olddoi
\@aom@olddoifalse
\DeclareOption{olddoi}{\@aom@olddoitrue}
+\newif\if@aom@doiMMXVI
+\@aom@doiMMXVIfalse
+\DeclareOption{doi2016}{\@aom@doiMMXVItrue}
\DeclareOption*{\PassOptionsToClass{\CurrentOption}{amsart}}
\InputIfFileExists{aomart.cfg}{%
\ClassInfo{aomart}{%
@@ -456,8 +459,16 @@
\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\doi#1{%
+ \if@aom@doiMMXVI
+ \url{http://dx.doi.org/#1}%
+ \else
+ \if@aom@olddoi
+ \href{http://dx.doi.org/#1}{doi: \path{#1}}%
+ \else
+ \url{https://doi.org/#1}%
+ \fi
+ \fi}
\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}}}