]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-theorem-star.tex
mjo-algebra.tex: fix glossary sorting of \variety
[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 \ifx\theoremstyle\undefined
9 \usepackage{amsthm}
10 \fi
11
12 \theoremstyle{plain}
13 \newtheorem*{corollary*}{Corollary}
14 \newtheorem*{exercise*}{Exercise}
15 \newtheorem*{lemma*}{Lemma}
16 \newtheorem*{proposition*}{Proposition}
17 \newtheorem*{theorem*}{Theorem}
18
19 \theoremstyle{definition}
20 \newtheorem*{definition*}{Definition}
21 \newtheorem*{example*}{Example}
22
23 \theoremstyle{remark}
24 \newtheorem*{remark*}{Remark}
25
26
27 \fi