]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
mjo-proof_by_cases.tex: indent the cases and use italics for "Case N".
authorMichael Orlitzky <michael@orlitzky.com>
Fri, 25 Oct 2019 22:31:14 +0000 (18:31 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Fri, 25 Oct 2019 22:31:14 +0000 (18:31 -0400)
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

index 247d28049226213ae19173026680540fa94112c7..018e2e73cb4b5ab9bedddb38c02acdb2b1780369 100644 (file)
 % 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}