From 99f12f26258f79860f172008eafdd9cd9de41c96 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 15 Nov 2009 00:32:07 +0000 Subject: real ijmart 1.4 git-svn-id: svn://tug.org/texlive/trunk@16016 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/ijmart/ijmart.dtx | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/source/latex/ijmart') 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} % %\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} -- cgit v1.2.3