summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/ijmart/ijmart.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/ijmart/ijmart.dtx')
-rw-r--r--Master/texmf-dist/source/latex/ijmart/ijmart.dtx24
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}