diff options
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/README | 5 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomart.pdf | bin | 280973 -> 282214 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample.pdf | bin | 390963 -> 390928 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/aomart/aomsample1.pdf | bin | 390977 -> 390942 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/aomart/aomart.dtx | 30 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/aomart/aomart.cls | 9 |
6 files changed, 31 insertions, 13 deletions
diff --git a/Master/texmf-dist/doc/latex/aomart/README b/Master/texmf-dist/doc/latex/aomart/README index be02c013e32..665ba8f314a 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.3 + Version 1.4 This package provides the class for typesetting articles for The Annals of Mathematics, http://annals.princeton.edu/. Changes: + Version 1.4 + Changed formatting of sections and subsections + 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 1bc283b2a5b..9622d17539f 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.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample.pdf Binary files differindex e8cba727c31..eb8054e0c74 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/aomsample1.pdf b/Master/texmf-dist/doc/latex/aomart/aomsample1.pdf Binary files differindex 889af495d25..3c09dc9088d 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/source/latex/aomart/aomart.dtx b/Master/texmf-dist/source/latex/aomart/aomart.dtx index 33cced806c3..a831ad69b04 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.43 2011-01-07 18:37:03 boris Exp $ +% $Id: aomart.dtx,v 1.46 2011-01-24 17:00:07 boris Exp $ % -% Copyright 2010, The Annals of Mathematics. +% Copyright 2010-2011, 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{1011} +% \CheckSum{1016} % % %% \CharacterTable @@ -66,7 +66,8 @@ % \GetFileInfo{aomart.dtx} % \newcommand{\progname}[1]{\textsf{#1}} % \title{\LaTeX{} Class for The \emph{Annals of -% Mathematics}\thanks{\copyright 2010, Annals of Mathematics}} +% Mathematics}\thanks{\copyright 2010, Princeton University +% (Mathematics Department)}} % \author{Boris Veytsman\thanks{% % \href{mailto:borisv@lk.net}{\texttt{borisv@lk.net}}, % \href{mailto:boris@varphi.com}{\texttt{boris@varphi.com}}}} @@ -664,7 +665,7 @@ \ProvidesFile{aomart.dtx} %</gobble> %<class>\ProvidesClass{aomart} -[2011/01/07 v1.3 Typesetting articles for the Annals of Mathematics] +[2011/01/21 v1.4 Typesetting articles for the Annals of Mathematics] % \end{macrocode} % % @@ -753,8 +754,9 @@ %\label{sec:loading} % % We start with the base class +% \changes{v1.4}{2011/01/21}{Deleted noamsfonts option} % \begin{macrocode} -\LoadClass[11pt,noamsfonts]{amsart} +\LoadClass[11pt]{amsart} % \end{macrocode} % % A bunch of packages: @@ -1488,10 +1490,11 @@ % \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: +% \changes{v1.4}{2011/01/21}{Deleted stretch in vertical spacing} +% We want our subsections to be indented and italic: % \begin{macrocode} \def\subsection{\@startsection{subsection}{2}% - {\parindent}{.5\linespacing\@plus.3\linespacing}{-.5em}% + {\parindent}{.5\linespacing}{-.5em}% {\normalfont\itshape}} % \end{macrocode} % \end{macro} @@ -1505,8 +1508,17 @@ \gdef\subsection{\@startsection{subsection}{2}% {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% {\normalfont\itshape}}} +% \end{macrocode} +% \end{macro} +% +% \begin{macro}{\subsubsection} +% \changes{v1.4}{2011/01/21}{Introduced the macro} +% Subsubsections are formatted exactly like subsections: +% \begin{macrocode} +\def\subsubsection{\@startsection{subsubsection}{3}% + {\parindent}{.5\linespacing}{-.5em}% + {\normalfont\itshape}} % \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 ba53c7de6fd..578198842d2 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/07 v1.3 Typesetting articles for the Annals of Mathematics] +[2011/01/21 v1.4 Typesetting articles for the Annals of Mathematics] \long\def\aom@size@warning#1{% \ClassWarning{aomart}{Size-changing option #1 will not be honored}}% @@ -59,7 +59,7 @@ \ClassInfo{aomart}{% Configuration file aomart.cfg is not found}} \ProcessOptions\relax -\LoadClass[11pt,noamsfonts]{amsart} +\LoadClass[11pt]{amsart} \RequirePackage{fancyhdr, lastpage, ifpdf} \RequirePackage[breaklinks,colorlinks]{hyperref} \if@aom@screen@mode @@ -342,12 +342,15 @@ \z@{.7\linespacing\@plus\linespacing}{.5\linespacing}% {\normalfont\bfseries\centering}} \def\subsection{\@startsection{subsection}{2}% - {\parindent}{.5\linespacing\@plus.3\linespacing}{-.5em}% + {\parindent}{.5\linespacing}{-.5em}% {\normalfont\itshape}} \def\oldsubsections{% \gdef\subsection{\@startsection{subsection}{2}% {\parindent}{.5\linespacing\@plus.7\linespacing}{-.5em}% {\normalfont\itshape}}} +\def\subsubsection{\@startsection{subsubsection}{3}% + {\parindent}{.5\linespacing}{-.5em}% + {\normalfont\itshape}} \def\@captionheadfont{\normalfont} \newtheoremstyle{plain}{0.5\linespacing}{0.5\linespacing}{\sishape}% {\parindent}{\scshape}{.}{0.5em}% |