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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/README | 3 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/ijmart.pdf | bin | 294387 -> 295087 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf | bin | 390696 -> 390704 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/ijmart/ijmart.dtx | 24 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/ijmart/ijmart.cls | 6 |
5 files changed, 29 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/ijmart/README b/Master/texmf-dist/doc/latex/ijmart/README index 12e25c36bfb..ccb71c3e5eb 100644 --- a/Master/texmf-dist/doc/latex/ijmart/README +++ b/Master/texmf-dist/doc/latex/ijmart/README @@ -21,3 +21,6 @@ Version 1.2: New table of contents formatting. Version 1.3: Changed the typesetting of proofs that end by a math display. This involves interface changes. Changed table of contents formatting (again). + +Version 1.4: Fixed the bug inherited from amsart: now appendices + do not cause large indentations in table of contents
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf b/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf Binary files differindex 4b7955cf573..3169c9aae6c 100644 --- a/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf +++ b/Master/texmf-dist/doc/latex/ijmart/ijmart.pdf diff --git a/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf b/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf Binary files differindex 7dc4790e6d1..c2c0648334b 100644 --- a/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf +++ b/Master/texmf-dist/doc/latex/ijmart/ijmsample.pdf 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} diff --git a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls index 256e6ba694a..999785d95c9 100644 --- a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls +++ b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls @@ -37,7 +37,7 @@ %% Right brace \} Tilde \~} \NeedsTeXFormat{LaTeX2e} \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] \def\@classname{ijmart}% \newif\ifijm@french \ijm@frenchfalse @@ -321,6 +321,10 @@ {\normalfont}}% \let\@afterindenttrue\@afterindentfalse \@afterindentfalse +\def\appendix{\par\c@section\z@ \c@subsection\z@ + \let\sectionname\appendixname + \def\thesection{\@Alph\c@section}% + \def\@tochangmeasure##1{}} \newtheoremstyle{plain}{0.5\linespacing}{0.5\linespacing}{\slshape}{0pt}% {\scshape}{:}{0.5em}{\thmname{#1}\thmnumber{ #2}\thmnote{\upshape{} (#3)}} \newtheoremstyle{definition}{0.5\linespacing}{0.5\linespacing}% |