X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=mjo-proof_by_cases.tex;h=f2d9b90987c8b894d74f8f38c41b16a620931029;hb=9e823aa3dcf40f8bfd113476da576fb6b4c0180f;hp=3f803b8296be53eec992cce11113006fc60e0832;hpb=98ccfbccb274901a2504e559f0e88372d11d5a3c;p=mjotex.git diff --git a/mjo-proof_by_cases.tex b/mjo-proof_by_cases.tex index 3f803b8..f2d9b90 100644 --- a/mjo-proof_by_cases.tex +++ b/mjo-proof_by_cases.tex @@ -20,11 +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=0pt, - listparindent=\parindent} + 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 @@ -33,5 +35,5 @@ % so we consume the rest of the line instead. \newcommand{\case}[1][]{ \def\thiscase{#1}% - \item \hfill\par + \item \hfill\par\vspace{\baselineskip} }