diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/ijmart/ijmart.cls')
-rw-r--r-- | Master/texmf-dist/tex/latex/ijmart/ijmart.cls | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/Master/texmf-dist/tex/latex/ijmart/ijmart.cls b/Master/texmf-dist/tex/latex/ijmart/ijmart.cls index 02720275470..f5aa8017d45 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/09/03 v1.0 Typesetting articles for The Israel Journal of Mathematics] +[2007/10/01 v1.1 Typesetting articles for The Israel Journal of Mathematics] \def\@classname{ijmart}% \newif\ifijm@french \ijm@frenchfalse @@ -337,6 +337,30 @@ \qquad\hbox{\qedsymbol}% \fi}% \def\qedsymbol{\rule[0.47pt]{4pt}{6pt}}% +\newenvironment{namedprop}{% + \namedprop@}{% + \end{namedprop@thm}% + \egroup} +\newenvironment{namedprop*}{% + \namedprop@star@}{% + \end{namedprop@thm}% + \egroup} +\def\namedprop@star@#1#2{% + \@ifnextchar[{\namedprop@star@@{#1}{#2}}{\namedprop@star@@{#1}{#2}[]}}% +\def\namedprop@star@@#1#2[#3]{% + \bgroup + \let\namedprop@thm\relax + \theoremstyle{#1} + \newtheorem*{namedprop@thm}{#2} + \begin{namedprop@thm}[#3]} +\def\namedprop@#1#2#3{% + \@ifnextchar[{\namedprop@@{#1}{#2}{#3}}{\namedprop@@{#1}{#2}{#3}[]}}% +\def\namedprop@@#1#2#3[#4]{% + \bgroup + \let\namedprop@thm\relax + \theoremstyle{#1} + \newtheorem{namedprop@thm}[#2]{#3} + \begin{namedprop@thm}[#4]} \renewcommand{\@bibtitlestyle}{% \@xp\centeredsection\@xp*\@xp{\refname}% }% |