From 610aa4407cffced15993db66553e478510ba26ff Mon Sep 17 00:00:00 2001
From: Michael Orlitzky <michael@orlitzky.com>
Date: Fri, 25 Oct 2019 18:31:14 -0400
Subject: [PATCH] mjo-proof_by_cases.tex: indent the cases and use italics for
 "Case N".

This is an aesthetic choice that will probably change every time I
write a paper that uses this environment. In my current endeavor, I
think having the cases indented is necessary to separate them from the
rest of the document (to show that they're still part of the current
theorem/proof). Moreover the use of italics keeps the reader from
lumping the "Case N" in with the stream of bold Definitions,
Propositions, Theorems, and Examples surrounding them.

I've checked that this change isn't fatal to either my thesis
(double-spaced) or my polyhedral positive operators paper.
---
 mjo-proof_by_cases.tex | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/mjo-proof_by_cases.tex b/mjo-proof_by_cases.tex
index 247d280..018e2e7 100644
--- a/mjo-proof_by_cases.tex
+++ b/mjo-proof_by_cases.tex
@@ -45,10 +45,9 @@
 % another.
 \newlist{pcases}{enumerate}{1}
 \setlist[pcases]{
-  label=\textbf{Case~\arabic*}:~\protect\thiscase\textbf{.},
+  label=\textit{Case~\arabic*}:~\protect\thiscase\textit{.},
   ref=\arabic*,
   align=left,
-  leftmargin=0pt,
   listparindent=\parindent,
   parsep=\parskip,
   itemsep=\singleblskip}
-- 
2.45.3