]> gitweb.michael.orlitzky.com - mjotex.git/blob - mjo-theorem.tex
Rename mjo-fonts, mjo-pcases, and mjo-theorems for consistency.
[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 \newtheorem{corollary}{Corollary}
9 \newtheorem{lemma}{Lemma}
10 \newtheorem{proposition}{Proposition}
11 \newtheorem{theorem}{Theorem}
12 \newtheorem*{theorem*}{Theorem}
13
14 \theoremstyle{definition}
15 \newtheorem{definition}{Definition}
16 \newtheorem{example}{Example}
17
18 \theoremstyle{remark}
19 \newtheorem{remark}{Remark}