]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-theorem-star.tex
Add mjo-theorem-star.tex.
[mjotex.git] / mjo-theorem-star.tex
1 %
2 % Unnumbered versions of the mjo-theorem environments.
3 %
4
5 \usepackage{amsthm}
6
7 \theoremstyle{plain}
8 \newtheorem*{corollary*}{Corollary}
9 \newtheorem*{lemma*}{Lemma}
10 \newtheorem*{proposition*}{Proposition}
11 \newtheorem*{theorem*}{Theorem}
12
13 \theoremstyle{definition}
14 \newtheorem*{definition*}{Definition}
15 \newtheorem*{example*}{Example}
16
17 \theoremstyle{remark}
18 \newtheorem*{remark*}{Remark}