diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-04 13:18:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-04 13:18:10 +0000 |
commit | 5826df3d62bb59d12a4eae90e2c62379defeae05 (patch) | |
tree | 9c69d3c78f89f543f300d6bddcd98af61294d2f5 /Master/texmf-dist/tex/latex/ijmart/ijmart.cls | |
parent | 093bb11a0c1a93d269217ee705cff6ecf08faf0e (diff) |
ijmart 1.1 (3oct07)
git-svn-id: svn://tug.org/texlive/trunk@5109 c570f23f-e606-0410-a88d-b1316a301751
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}% }% |