]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-theorem.tex
Remove theorem* from mjo-theorem and be explicit about the default style.
[mjotex.git] / mjo-theorem.tex
1 %
2 % The standard corollary, definition, theorem, etc. that we all define
3 % in every single paper.
4 %
5
6 \usepackage{amsthm}
7
8 \theoremstyle{plain}
9 \newtheorem{corollary}{Corollary}
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}