X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-theorem.tex;fp=mjo-theorem.tex;h=0b553009d9bac0ba3df9c9400fb7bc2669bc4f42;hp=0000000000000000000000000000000000000000;hb=05d580bd8940274b3d3a87a364ba649dff2cf53d;hpb=3fe36343ebbb3d46f905b6daf2cc10be38bee503 diff --git a/mjo-theorem.tex b/mjo-theorem.tex new file mode 100644 index 0000000..0b55300 --- /dev/null +++ b/mjo-theorem.tex @@ -0,0 +1,19 @@ +% +% The standard corollary, definition, theorem, etc. that we all define +% in every single paper. +% + +\usepackage{amsthm} + +\newtheorem{corollary}{Corollary} +\newtheorem{lemma}{Lemma} +\newtheorem{proposition}{Proposition} +\newtheorem{theorem}{Theorem} +\newtheorem*{theorem*}{Theorem} + +\theoremstyle{definition} +\newtheorem{definition}{Definition} +\newtheorem{example}{Example} + +\theoremstyle{remark} +\newtheorem{remark}{Remark}