X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-theorem-star.tex;fp=mjo-theorem-star.tex;h=ec6b87851a8179d200a7021aa258fa7074b909db;hp=0000000000000000000000000000000000000000;hb=829e670e2ee973909b6fcf36031fcf669cbdb922;hpb=b82239a2170e2f408d81734df2e6605c47e949b3 diff --git a/mjo-theorem-star.tex b/mjo-theorem-star.tex new file mode 100644 index 0000000..ec6b878 --- /dev/null +++ b/mjo-theorem-star.tex @@ -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}