]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-theorem-star.tex
Add mjo-theorem-star.tex.
[mjotex.git] / mjo-theorem-star.tex
diff --git a/mjo-theorem-star.tex b/mjo-theorem-star.tex
new file mode 100644 (file)
index 0000000..ec6b878
--- /dev/null
@@ -0,0 +1,18 @@
+%
+% Unnumbered versions of the mjo-theorem environments.
+%
+
+\usepackage{amsthm}
+
+\theoremstyle{plain}
+\newtheorem*{corollary*}{Corollary}
+\newtheorem*{lemma*}{Lemma}
+\newtheorem*{proposition*}{Proposition}
+\newtheorem*{theorem*}{Theorem}
+
+\theoremstyle{definition}
+\newtheorem*{definition*}{Definition}
+\newtheorem*{example*}{Example}
+
+\theoremstyle{remark}
+\newtheorem*{remark*}{Remark}