diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ijmart')
-rw-r--r-- | Master/texmf-dist/tex/latex/ijmart/ijmart.cls | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls index 6d3d887df16..256e6ba694a 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/11/15 v1.2 Typesetting articles for The Israel Journal of Mathematics] +[2008/02/14 v1.3 Typesetting articles for The Israel Journal of Mathematics] \def\@classname{ijmart}% \newif\ifijm@french \ijm@frenchfalse @@ -297,8 +297,8 @@ \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\l@subsection{\@tocline{2}{0pt}{2.8pc}{}{}} +\def\l@subsubsection{\@tocline{3}{0pt}{4.6pc}{}{}} \def\@captionheadfont{\normalfont} \let\@secnumfont\@empty \def\section{\@startsection{section}{1}% @@ -340,11 +340,12 @@ \popQED\endtrivlist\@endpefalse } \DeclareRobustCommand{\qed}{% - \ifmmode \mathqed + \leavevmode\unskip\penalty9999 \hbox{}\nobreak + \ifmmode + \makebox[0pt][l]{\qquad\hbox{\qedsymbol}}% \else - \leavevmode\unskip\penalty9999 \hbox{}\nobreak - \qquad\hbox{\qedsymbol}% - \fi}% + \qquad\hbox{\qedsymbol}\fi}% +\def\mqedhere{\ensuremath{\text{\qedhere}}}% \def\qedsymbol{\rule[0.47pt]{4pt}{6pt}}% \newenvironment{namedprop}{% \namedprop@}{% |