diff options
-rw-r--r-- | Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst | 16 | ||||
-rw-r--r-- | Master/texmf-dist/bibtex/bst/aomart/aomplain.bst | 16 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/README | 7 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomart.pdf | bin | 279994 -> 280973 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample.bib | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample.pdf | bin | 383625 -> 390963 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample1.pdf | bin | 383639 -> 390977 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample1.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/source/latex/aomart/aomart.dtx | 58 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/aomart/aomart.cls | 25 |
11 files changed, 99 insertions, 30 deletions
diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst b/Master/texmf-dist/bibtex/bst/aomart/aomalpha.bst index 03022a2940b..663058a3e21 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 0.10, 2010/12/18 +% Version 1.2, 2011/01/05 % %%% @@ -94,6 +94,7 @@ ENTRY series title type + url venue volume year @@ -343,6 +344,18 @@ FUNCTION {output.nonempty.doi} if$ } +FUNCTION {output.nonempty.url} +{ duplicate$ missing$ + { pop$ "" } + 'skip$ + if$ + duplicate$ empty$ + 'pop$ + { " Available at \url{" swap$ * "}. " * write$ } + if$ +} + + FUNCTION {fin.entry} { add.period$ @@ -352,6 +365,7 @@ FUNCTION {fin.entry} jfmnumber output.nonempty.jfmnumber arxiv output.nonempty.arxiv doi output.nonempty.doi + url output.nonempty.url newline$ } diff --git a/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst b/Master/texmf-dist/bibtex/bst/aomart/aomplain.bst index 80ab83f5e49..4cbac9fa925 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 0.9, 2010/12/04 +% Version 1.2, 2011/01/05 % %%% @@ -91,6 +91,7 @@ ENTRY series title type + url venue volume year @@ -339,6 +340,18 @@ FUNCTION {output.nonempty.doi} } +FUNCTION {output.nonempty.url} +{ duplicate$ missing$ + { pop$ "" } + 'skip$ + if$ + duplicate$ empty$ + 'pop$ + { " Available at \url{" swap$ * "}. " * write$ } + if$ +} + + FUNCTION {fin.entry} { add.period$ write$ @@ -347,6 +360,7 @@ FUNCTION {fin.entry} jfmnumber output.nonempty.jfmnumber arxiv output.nonempty.arxiv doi output.nonempty.doi + url output.nonempty.url newline$ } diff --git a/Master/texmf-dist/doc/latex/aomart/README b/Master/texmf-dist/doc/latex/aomart/README index 4ad6fc0c555..be02c013e32 100644 --- a/Master/texmf-dist/doc/latex/aomart/README +++ b/Master/texmf-dist/doc/latex/aomart/README @@ -1,7 +1,12 @@ LaTeX Class for The Annals of Mathematics Boris Veytsman - Version 1.1 + Version 1.3 This package provides the class for typesetting articles for The Annals of Mathematics, http://annals.princeton.edu/. +Changes: + + Version 1.3 + Bug fixes + Bibliography style change: added url field diff --git a/Master/texmf-dist/doc/latex/aomart/aomart.pdf b/Master/texmf-dist/doc/latex/aomart/aomart.pdf Binary files differindex 431c2e133ac..1bc283b2a5b 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomart.pdf +++ b/Master/texmf-dist/doc/latex/aomart/aomart.pdf diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.bib b/Master/texmf-dist/doc/latex/aomart/aomsample.bib index 8eb847605bd..3cac6e6d2af 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample.bib +++ b/Master/texmf-dist/doc/latex/aomart/aomsample.bib @@ -184,7 +184,8 @@ pages= {47--53}, year= 1974, doi = "10.1016/0022-4049(74)90029-2", zblnumber = {50:7163}, -mrnumber = {0279.14009} +mrnumber = {0279.14009}, +url = {http://www.math.leidenuniv.nl/~hwl/PUBLICATIONS/1973a/art.pdf} } diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf Binary files differindex 2050fcf922c..e8cba727c31 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample.pdf +++ b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample.tex b/Master/texmf-dist/doc/latex/aomart/aomsample.tex index ed82b05ac26..f7d36d2679c 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample.tex +++ b/Master/texmf-dist/doc/latex/aomart/aomsample.tex @@ -145,11 +145,11 @@ Fairfax, Virginia} \mrnumber{MR1154181} \zblnumber{0774.14039} +%\oldsubsections \begin{document} - \begin{abstract} This is a test file for \textsf{aomart} class based on the \texttt{testmath.tex} file from the \textsf{amsmath} distribution. diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf Binary files differindex c46bdd31234..889af495d25 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf +++ b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf diff --git a/Master/texmf-dist/doc/latex/aomart/aomsample1.tex b/Master/texmf-dist/doc/latex/aomart/aomsample1.tex index 956817e01a4..4112bfd4028 100644 --- a/Master/texmf-dist/doc/latex/aomart/aomsample1.tex +++ b/Master/texmf-dist/doc/latex/aomart/aomsample1.tex @@ -145,11 +145,11 @@ Fairfax, Virginia} \mrnumber{MR1154181} \zblnumber{0774.14039} +%\oldsubsections \begin{document} - \begin{abstract} This is a test file for \textsf{aomart} class based on the \texttt{testmath.tex} file from the \textsf{amsmath} distribution. diff --git a/Master/texmf-dist/source/latex/aomart/aomart.dtx b/Master/texmf-dist/source/latex/aomart/aomart.dtx index b2c94d1bc46..33cced806c3 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.41 2011-01-02 22:20:16 boris Exp $ +% $Id: aomart.dtx,v 1.43 2011-01-07 18:37:03 boris Exp $ % % Copyright 2010, The Annals of Mathematics. % This work may be distributed and/or modified under the @@ -23,7 +23,7 @@ % public domain. % % \fi -% \CheckSum{988} +% \CheckSum{1011} % % %% \CharacterTable @@ -91,6 +91,7 @@ % \changes{v0.10}{2010/12/20}{Bibliography styles update} % \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} % % \clearpage % @@ -433,6 +434,11 @@ % any reason wrong. % % +% \DescribeMacro{\oldsubsections} +% Starting with version~1.2 we decreased the vertical spacing before +% |\subsection|. The command |\oldsubsections| restores the ``old'' +% values. +% %\subsection{Additional Macros} %\label{sec:add_guide} % @@ -593,6 +599,8 @@ % \item[doi:] DOI number for the article. % \item[jfmnumber:] JFM number for the article. % \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 % conference took place. % \end{description} @@ -656,7 +664,7 @@ \ProvidesFile{aomart.dtx} %</gobble> %<class>\ProvidesClass{aomart} -[2010/12/31 v1.1 Typesetting articles for the Annals of Mathematics] +[2011/01/07 v1.3 Typesetting articles for the Annals of Mathematics] % \end{macrocode} % % @@ -968,7 +976,9 @@ % \end{macrocode} % % \changes{v0.3}{2010/09/26}{Addec DOI number in headers} -% \changes{v0.9}{2010/12/04}{Changed font for the folio on the first page} +% \changes{v0.9}{2010/12/04}{Changed font for the folio on the first +% page} +% \changes{v1.3}{2011/01/07}{Corrected bug with doinumber} % The first page has the special headers. The style |firstpage| is % invoked by \progname{amsart}; here we just redefine it. % \begin{macrocode} @@ -984,7 +994,8 @@ (\currentyear), \start@page--\end@page\\ \ifx\@doinumber\@empty\else - \doi{\@doinumber}\fi}% + \edef\@doinumber{\@doinumber}% + \expandafter\doi\expandafter{\@doinumber}\fi}% \cfoot{\footnotesize\thepage}}% % \end{macrocode} % @@ -1419,6 +1430,7 @@ % \changes{v0.5}{2010/10/24}{Deleted the word URL} % \changes{v0.5}{2010/10/24}{E-mail is now in Roman font} % \changes{v0.9}{2010/12/04}{Deleted spurious space in urladdress} +% \changes{v1.2}{2011/01/05}{Changed font for current address} % The difference between our definition and the one in % \progname{amsart} is that we want the e-mail and URL to be clickable % \begin{macrocode} @@ -1434,8 +1446,8 @@ {\scshape\ignorespaces##2}\par\endgroup}% \def\curraddr##1##2{\begingroup \@ifnotempty{##2}{\nobreak\indent\curraddrname - \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space - ##2\par}\endgroup}% + \@ifnotempty{##1}{, \ignorespaces\scshape##1\unskip}\hskip0.2em:\space + \scshape##2\par}\endgroup}% \def\email##1##2{\begingroup \@ifnotempty{##2}{\nobreak\indent\emailaddrname \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space @@ -1475,14 +1487,27 @@ % % \begin{macro}{\subsection} % \changes{v0.5}{2010/10/24}{Redefined macro} +% \changes{v1.2}{2011/01/05}{Decreased vertical spacing} % We want our sections to be indented and italic: % \begin{macrocode} \def\subsection{\@startsection{subsection}{2}% - {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% + {\parindent}{.5\linespacing\@plus.3\linespacing}{-.5em}% {\normalfont\itshape}} % \end{macrocode} % \end{macro} % +% \begin{macro}{\oldsubsections} +% \changes{v1.2}{2011/01/05}{Introduced macro} +% This macro restores the values for |\subsection| spacing prior to +% v1.1. +% \begin{macrocode} +\def\oldsubsections{% +\gdef\subsection{\@startsection{subsection}{2}% + {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% + {\normalfont\itshape}}} +% \end{macrocode} +% +% \end{macro} % % %\subsection{Figures and Tables} @@ -1596,27 +1621,32 @@ % % % \begin{macro}{\doi} +% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with underscores} % Typesetting doi\dots % \begin{macrocode} -\def\doi#1{\href{http://dx.doi.org/#1}{doi: #1}} +\def\doi#1{\href{http://dx.doi.org/#1}{doi: \path{#1}}} % \end{macrocode} % \end{macro} % % \begin{macro}{\mr} % \changes{v0.3}{2010/09/27}{Added macro} +% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with underscores} % \begin{macro}{\zbl} % \changes{v0.3}{2010/09/27}{Added macro} % \changes{v0.6}{2010/10/03}{Changed capitalization} +% \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} % \begin{macro}{\jfm} % \changes{v0.10}{2010/12/18}{Added macro} -% These commands are from the style by Silvio Levy +% \changes{v1.2}{2011/01/05}{Now we properly treat numbers with underscores} +% Typesetting urls % \begin{macrocode} -\def\mr#1{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~#1}} -\def\zbl#1{\href{http://www.zentralblatt-math.org/zmath/en/search/?q=an:#1}{Zbl~#1}} -\def\arxiv#1{\href{http://www.arxiv.org/abs/#1}{arXiV~#1}} -\def\jfm#1{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~#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\jfm#1{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~\path{#1}}} % \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 69c3343175d..ba53c7de6fd 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} -[2010/12/31 v1.1 Typesetting articles for the Annals of Mathematics] +[2011/01/07 v1.3 Typesetting articles for the Annals of Mathematics] \long\def\aom@size@warning#1{% \ClassWarning{aomart}{Size-changing option #1 will not be honored}}% @@ -140,7 +140,8 @@ (\currentyear), \start@page--\end@page\\ \ifx\@doinumber\@empty\else - \doi{\@doinumber}\fi}% + \edef\@doinumber{\@doinumber}% + \expandafter\doi\expandafter{\@doinumber}\fi}% \cfoot{\footnotesize\thepage}}% \def\annalsurl#1{\gdef\@annalsurl{#1}} \annalsurl{http://annals.math.princeton.edu/annals/about/cover/cover.html} @@ -323,8 +324,8 @@ {\scshape\ignorespaces##2}\par\endgroup}% \def\curraddr##1##2{\begingroup \@ifnotempty{##2}{\nobreak\indent\curraddrname - \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space - ##2\par}\endgroup}% + \@ifnotempty{##1}{, \ignorespaces\scshape##1\unskip}\hskip0.2em:\space + \scshape##2\par}\endgroup}% \def\email##1##2{\begingroup \@ifnotempty{##2}{\nobreak\indent\emailaddrname \@ifnotempty{##1}{, \ignorespaces##1\unskip}\hskip0.2em:\space @@ -341,8 +342,12 @@ \z@{.7\linespacing\@plus\linespacing}{.5\linespacing}% {\normalfont\bfseries\centering}} \def\subsection{\@startsection{subsection}{2}% - {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% + {\parindent}{.5\linespacing\@plus.3\linespacing}{-.5em}% {\normalfont\itshape}} +\def\oldsubsections{% +\gdef\subsection{\@startsection{subsection}{2}% + {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% + {\normalfont\itshape}}} \def\@captionheadfont{\normalfont} \newtheoremstyle{plain}{0.5\linespacing}{0.5\linespacing}{\sishape}% {\parindent}{\scshape}{.}{0.5em}% @@ -371,11 +376,11 @@ \popQED\endtrivlist\@endpefalse } \def\repeatedauthors#1{\bysame} -\def\doi#1{\href{http://dx.doi.org/#1}{doi: #1}} -\def\mr#1{\href{http://www.ams.org/mathscinet-getitem?mr=#1}{MR~#1}} -\def\zbl#1{\href{http://www.zentralblatt-math.org/zmath/en/search/?q=an:#1}{Zbl~#1}} -\def\arxiv#1{\href{http://www.arxiv.org/abs/#1}{arXiV~#1}} -\def\jfm#1{\href{http://www.emis.de/cgi-bin/JFM-item?#1}{JFM~#1}} +\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\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 \marginparwidth=75pt\marginpar{\scriptsize\raggedright#1}\egroup\fi} |