From bd3eeb942bc06aee3717638865ec9503b3fdd535 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Sun, 16 Jun 2019 20:07:50 -0400 Subject: [PATCH] mjo-theorem{,-star}.tex: add the "exercise" environment. --- examples.tex | 8 ++++++++ mjo-theorem-star.tex | 1 + mjo-theorem.tex | 1 + 3 files changed, 10 insertions(+) diff --git a/examples.tex b/examples.tex index a202da7..ef9a0d5 100644 --- a/examples.tex +++ b/examples.tex @@ -237,6 +237,10 @@ fox \end{theorem} + \begin{exercise} + jumps + \end{exercise} + \begin{definition} quod \end{definition} @@ -267,6 +271,10 @@ fox \end{theorem*} + \begin{exercise*} + jumps + \end{exercise*} + \begin{definition*} quod \end{definition*} diff --git a/mjo-theorem-star.tex b/mjo-theorem-star.tex index ec6b878..7fd06e1 100644 --- a/mjo-theorem-star.tex +++ b/mjo-theorem-star.tex @@ -6,6 +6,7 @@ \theoremstyle{plain} \newtheorem*{corollary*}{Corollary} +\newtheorem*{exercise*}{Exercise} \newtheorem*{lemma*}{Lemma} \newtheorem*{proposition*}{Proposition} \newtheorem*{theorem*}{Theorem} diff --git a/mjo-theorem.tex b/mjo-theorem.tex index 8bc945f..c11d56f 100644 --- a/mjo-theorem.tex +++ b/mjo-theorem.tex @@ -7,6 +7,7 @@ \theoremstyle{plain} \newtheorem{corollary}{Corollary} +\newtheorem{exercise}{Exercise} \newtheorem{lemma}{Lemma} \newtheorem{proposition}{Proposition} \newtheorem{theorem}{Theorem} -- 2.43.2