diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-09 00:51:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-09 00:51:50 +0000 |
commit | b54902858c21f735c690dfae5328dd440937dbea (patch) | |
tree | 8f1264c6e64d311be60f39bd1d3e161dcd94983e /Master/texmf-dist/source/latex/aomart | |
parent | 566fb51f9006785d226e698f5c75cf05f1d75608 (diff) |
aomart (8mar11)
git-svn-id: svn://tug.org/texlive/trunk@21652 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 | 24 |
1 files changed, 19 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/aomart/aomart.dtx b/Master/texmf-dist/source/latex/aomart/aomart.dtx index 06265c00812..0061436bdc6 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.48 2011-02-26 19:19:03 boris Exp $ +% $Id: aomart.dtx,v 1.50 2011-03-06 20:53:54 boris Exp $ % % Copyright 2010-2011, Princeton University (Mathematics Department) % This work may be distributed and/or modified under the @@ -23,7 +23,7 @@ % public domain. % % \fi -% \CheckSum{1016} +% \CheckSum{1031} % % %% \CharacterTable @@ -93,9 +93,11 @@ % \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} -% \changes{v1.6}{2011/02/26}{Added noopsort to the styles, corrected +% \changes{v1.5}{2011/02/26}{Added noopsort to the styles, corrected % typo} -% \changes{v1.6}{2011/02/26}{Added sortyear to the styles} +% \changes{v1.5}{2011/02/26}{Added sortyear to the styles} +% \changes{v1.6}{2011/03/06}{Bibliography change: aomalpha now +% respects key field in the bib file} % % \clearpage % @@ -673,7 +675,7 @@ \ProvidesFile{aomart.dtx} %</gobble> %<class>\ProvidesClass{aomart} -[2011/02/26 v1.5 Typesetting articles for the Annals of Mathematics] +[2011/03/06 v1.6 Typesetting articles for the Annals of Mathematics] % \end{macrocode} % % @@ -1530,6 +1532,18 @@ % \end{macro} % % +% \begin{macro}{\appendix} +% \changes{v1.6}{2011/03/06}{Redefined the macro} +% We redefine appendix to ensure the letter in section number is +% always upright: +% \begin{macrocode} +\def\appendix{\par\c@section\z@ \c@subsection\z@ + \let\sectionname\appendixname + \def\thesection{{\upshape\@Alph\c@section}}} +% \end{macrocode} +% +% \end{macro} +% %\subsection{Figures and Tables} %\label{sec:figs} % |