]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
mjo-theorem{,-star}.tex: add the "exercise" environment.
authorMichael Orlitzky <michael@orlitzky.com>
Mon, 17 Jun 2019 00:07:50 +0000 (20:07 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Mon, 17 Jun 2019 00:08:22 +0000 (20:08 -0400)
examples.tex
mjo-theorem-star.tex
mjo-theorem.tex

index a202da7bf69cc28ba3cda55b448f0edf11d6edf7..ef9a0d56f9a29c78a58d6b4cf8534a96ab746731 100644 (file)
       fox
     \end{theorem}
 
+    \begin{exercise}
+      jumps
+    \end{exercise}
+
     \begin{definition}
       quod
     \end{definition}
       fox
     \end{theorem*}
 
+    \begin{exercise*}
+      jumps
+    \end{exercise*}
+
     \begin{definition*}
       quod
     \end{definition*}
index ec6b87851a8179d200a7021aa258fa7074b909db..7fd06e1ddb20bc8f31ab5ac813c096a1f690ea19 100644 (file)
@@ -6,6 +6,7 @@
 
 \theoremstyle{plain}
 \newtheorem*{corollary*}{Corollary}
+\newtheorem*{exercise*}{Exercise}
 \newtheorem*{lemma*}{Lemma}
 \newtheorem*{proposition*}{Proposition}
 \newtheorem*{theorem*}{Theorem}
index 8bc945f5cfb3eae0da7a06518cee94ffe2851d35..c11d56f6b250a3ff27f000ae0158edadfc30e75d 100644 (file)
@@ -7,6 +7,7 @@
 
 \theoremstyle{plain}
 \newtheorem{corollary}{Corollary}
+\newtheorem{exercise}{Exercise}
 \newtheorem{lemma}{Lemma}
 \newtheorem{proposition}{Proposition}
 \newtheorem{theorem}{Theorem}