diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-15 00:32:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-15 00:32:07 +0000 |
commit | 99f12f26258f79860f172008eafdd9cd9de41c96 (patch) | |
tree | c65cdd50750630ee718432ecbaf45d1661937203 /Master/texmf-dist/source | |
parent | ef09daffde3b9493f973abcda6c7be69bd6a26f0 (diff) |
real ijmart 1.4
git-svn-id: svn://tug.org/texlive/trunk@16016 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/ijmart/ijmart.dtx | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/Master/texmf-dist/source/latex/ijmart/ijmart.dtx b/Master/texmf-dist/source/latex/ijmart/ijmart.dtx index d6ccc514095..4e6cf0f6753 100644 --- a/Master/texmf-dist/source/latex/ijmart/ijmart.dtx +++ b/Master/texmf-dist/source/latex/ijmart/ijmart.dtx @@ -1,5 +1,5 @@ % \iffalse -% $Id: ijmart.dtx,v 1.45 2008-02-15 04:42:06 boris Exp $ +% $Id: ijmart.dtx,v 1.47 2009-11-11 02:47:15 boris Exp $ % % Copyright 2007, The Hebrew University Magnes Press % This work may be distributed and/or modified under the @@ -20,7 +20,7 @@ % derived file ijmart.cls % % \fi -% \CheckSum{844} +% \CheckSum{860} % % %% \CharacterTable @@ -608,7 +608,7 @@ \ProvidesFile{ijmart.dtx} %</gobble> %<class>\ProvidesClass{ijmart} -[2008/02/14 v1.3 Typesetting articles for The Israel Journal of Mathematics] +[2009/11/10 v1.4 Typesetting articles for The Israel Journal of Mathematics] % \end{macrocode} % % \begin{macro}{\@classname} @@ -1454,6 +1454,24 @@ % \end{macrocode} % \end{macro} % +% \begin{macro}{\appendix} +% \changes{v1.4}{2009/11/10}{Redefined the macro to delete ugly indent +% in TOC} +% The standard \progname{amsart} macro |\@tochangmeasure| measures +% the width of the TOC label for the hanging indentation of TOC +% entries. However, for appendices this label includes the word +% ``Appendix'', which leads to an ugly indent of TOC entries. +% Therefore we stop measuring in appendices: +% \begin{macrocode} +\def\appendix{\par\c@section\z@ \c@subsection\z@ + \let\sectionname\appendixname + \def\thesection{\@Alph\c@section}% + \def\@tochangmeasure##1{}} +% \end{macrocode} +% +% \end{macro} +% +% % %\subsection{Theorem Styles} %\label{sec:theorem_code} |