diff options
author | Karl Berry <karl@freefriends.org> | 2008-02-16 00:18:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-02-16 00:18:24 +0000 |
commit | 70dfad0a39610c686b4ce8797a036c984653fa4d (patch) | |
tree | 07cb209bf3b7766d9225aabb9cdd86956f154000 /Master/texmf-dist/tex/latex/ijmart | |
parent | 507cec9a207f30ee9d1d832c58310ba00b1ad718 (diff) |
ijmart 1.3 (15feb08)
git-svn-id: svn://tug.org/texlive/trunk@6644 c570f23f-e606-0410-a88d-b1316a301751
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@}{% |