From 829e670e2ee973909b6fcf36031fcf669cbdb922 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Thu, 7 Apr 2016 20:22:53 -0400 Subject: [PATCH] Add mjo-theorem-star.tex. --- makefile | 3 ++- mjo-theorem-star.tex | 18 ++++++++++++++++++ mjotex.sty | 1 + 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 mjo-theorem-star.tex diff --git a/makefile b/makefile index 57a4932..521281a 100644 --- 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 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} diff --git a/mjotex.sty b/mjotex.sty index 0d90d92..68164d1 100644 --- a/mjotex.sty +++ b/mjotex.sty @@ -8,4 +8,5 @@ \input{mjo-misc} \input{mjo-proof_by_cases} \input{mjo-theorem} +\input{mjo-theorem-star} \input{mjo-topology} -- 2.43.2