]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-theorem-star.tex
Add mjo-calculus.tex for the gradient.
[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*{exercise*}{Exercise}
10 \newtheorem*{lemma*}{Lemma}
11 \newtheorem*{proposition*}{Proposition}
12 \newtheorem*{theorem*}{Theorem}
13
14 \theoremstyle{definition}
15 \newtheorem*{definition*}{Definition}
16 \newtheorem*{example*}{Example}
17
18 \theoremstyle{remark}
19 \newtheorem*{remark*}{Remark}