X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-proof_by_cases.tex;h=f2d9b90987c8b894d74f8f38c41b16a620931029;hb=c674a11f42cdf7ca05680e435abbd270ab51ae13;hp=8da409c243eba0b06e5108b35ef69ce43517ab5f;hpb=58bb9b9e4a1ee3ae509b7bd7c5aabf5c8986446e;p=mjotex.git diff --git a/mjo-proof_by_cases.tex b/mjo-proof_by_cases.tex index 8da409c..f2d9b90 100644 --- a/mjo-proof_by_cases.tex +++ b/mjo-proof_by_cases.tex @@ -20,10 +20,13 @@ % another. \newlist{pcases}{enumerate}{1} \setlist[pcases]{ - label=\textbf{Case~\arabic*}~(\protect\thiscase)\textbf{:}, + label=\textbf{Case~\arabic*}:~\protect\thiscase\textbf{.}, ref=\arabic*, align=left, - leftmargin=\parindent} + leftmargin=0pt, + listparindent=\parindent, + parsep=\parskip, + itemsep=\baselineskip} % The optional argument here gets stuffed into the \thiscase macro, to % be called by pcases when it creates this list item. The \hfill is a @@ -32,5 +35,5 @@ % so we consume the rest of the line instead. \newcommand{\case}[1][]{ \def\thiscase{#1}% - \item \hfill\break + \item \hfill\par\vspace{\baselineskip} }