# 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
--- /dev/null
+%
+% 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}
\input{mjo-misc}
\input{mjo-proof_by_cases}
\input{mjo-theorem}
+\input{mjo-theorem-star}
\input{mjo-topology}