]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Add mjo-theorem-star.tex.
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Apr 2016 00:22:53 +0000 (20:22 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 8 Apr 2016 00:22:53 +0000 (20:22 -0400)
makefile
mjo-theorem-star.tex [new file with mode: 0644]
mjotex.sty

index 57a493278a0246fab8da0daba7690b894bf1a7cd..521281ab0a791a4348be6d8d0593a5b473384a3b 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,7 +16,8 @@ BIBS = references.bib
 # mjotex must be contain in your $TEXINPUTS environment variable.
 MJOTEX  = mjo-algorithm.tex mjo-arrow.tex mjo-common.tex mjo-cone.tex
 MJOTEX += mjo-convex.tex mjo-font.tex mjo-linear_algebra.tex mjo-misc.tex
-MJOTEX += mjo-proof_by_cases.tex mjo-theorem.tex mjo-topology.tex
+MJOTEX += mjo-proof_by_cases.tex mjo-theorem.tex mjo-theorem-star.tex
+MJOTEX += mjo-topology.tex
 
 # Use kpsewhich (from the kpathsea suite) to find the absolute paths
 # of the bibtex/mjotex files listed in in $(BIBS)/$(MJOTEX). The SRCS
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}
index 0d90d928dcce44d835c995827b1d68d279c07e34..68164d18dc96b1594287fe0da83a3c71b4b2ad46 100644 (file)
@@ -8,4 +8,5 @@
 \input{mjo-misc}
 \input{mjo-proof_by_cases}
 \input{mjo-theorem}
+\input{mjo-theorem-star}
 \input{mjo-topology}