diff options
author | Karl Berry <karl@freefriends.org> | 2011-01-26 23:19:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-01-26 23:19:10 +0000 |
commit | 40689a15a23adc4d151f7ace4a3076421f7aed9e (patch) | |
tree | fd49420958a1e14a70600c0370f363ed7a329841 /Master/texmf-dist/source/latex/aomart | |
parent | 152d83d510920eb7284a5f3c7bf4ee9d4d30b947 (diff) |
aomart 1.4 (25jan11)
git-svn-id: svn://tug.org/texlive/trunk@21181 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/aomart')
-rw-r--r-- | Master/texmf-dist/source/latex/aomart/aomart.dtx | 30 |
1 files changed, 21 insertions, 9 deletions
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} % % |