]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-theorem.tex
Rename mjo-fonts, mjo-pcases, and mjo-theorems for consistency.
[mjotex.git] / mjo-theorem.tex
diff --git a/mjo-theorem.tex b/mjo-theorem.tex
new file mode 100644 (file)
index 0000000..0b55300
--- /dev/null
@@ -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}