]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-theorem-star.tex
Replace all uses of \providecommand with \newcommand.
[mjotex.git] / mjo-theorem-star.tex
1 %
2 % Unnumbered versions of the mjo-theorem environments.
3 %
4 \ifx\havemjotheoremstar\undefined
5 \def\havemjotheoremstar{1}
6
7
8 \usepackage{amsthm}
9
10 \theoremstyle{plain}
11 \newtheorem*{corollary*}{Corollary}
12 \newtheorem*{exercise*}{Exercise}
13 \newtheorem*{lemma*}{Lemma}
14 \newtheorem*{proposition*}{Proposition}
15 \newtheorem*{theorem*}{Theorem}
16
17 \theoremstyle{definition}
18 \newtheorem*{definition*}{Definition}
19 \newtheorem*{example*}{Example}
20
21 \theoremstyle{remark}
22 \newtheorem*{remark*}{Remark}
23
24
25 \fi