diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex')
-rw-r--r-- | Master/texmf-dist/tex/latex/ijmart/ijmart.cls | 15 |
1 files changed, 12 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls index a58059a03cf..6d3d887df16 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} -[2007/10/14 v1.1a Typesetting articles for The Israel Journal of Mathematics] +[2007/11/15 v1.2 Typesetting articles for The Israel Journal of Mathematics] \def\@classname{ijmart}% \newif\ifijm@french \ijm@frenchfalse @@ -259,8 +259,12 @@ {.5\linespacing}{\centering\contentsnamefont}{#2}% \ifx\contentsname#2% \else \addcontentsline{toc}{section}{#2}\fi - \makeatletter - {\small\@input{\jobname.#1}}% + \list{}{\labelwidth\z@ + \leftmargin2.4pc \rightmargin\leftmargin + \listparindent\z@ \itemindent\z@ + \parsep\z@ \@plus\p@}% + \item[]% + \small\@input{\jobname.#1}\endlist% \if@filesw \@xp\newwrite\csname tf@#1\endcsname \immediate\@xp\openout\csname tf@#1\endcsname \jobname.#1\relax @@ -290,6 +294,11 @@ \nobreak \endgroup \fi}% +\def\l@section{% + \@tocline{1}{0pt}{1pc}{}{% + \ifnum\c@tocdepth>1\bfseries\fi}} +\def\l@subsection{\@tocline{2}{0pt}{2.8pc}{5pc}{}} +\def\l@subsubsection{\@tocline{3}{0pt}{4.6pc}{7pc}{}} \def\@captionheadfont{\normalfont} \let\@secnumfont\@empty \def\section{\@startsection{section}{1}% |