X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=blobdiff_plain;f=mjo-proof_by_cases.tex;h=3f803b8296be53eec992cce11113006fc60e0832;hp=8da409c243eba0b06e5108b35ef69ce43517ab5f;hb=98ccfbccb274901a2504e559f0e88372d11d5a3c;hpb=58bb9b9e4a1ee3ae509b7bd7c5aabf5c8986446e diff --git a/mjo-proof_by_cases.tex b/mjo-proof_by_cases.tex index 8da409c..3f803b8 100644 --- a/mjo-proof_by_cases.tex +++ b/mjo-proof_by_cases.tex @@ -23,7 +23,8 @@ label=\textbf{Case~\arabic*}~(\protect\thiscase)\textbf{:}, ref=\arabic*, align=left, - leftmargin=\parindent} + leftmargin=0pt, + listparindent=\parindent} % 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 +33,5 @@ % so we consume the rest of the line instead. \newcommand{\case}[1][]{ \def\thiscase{#1}% - \item \hfill\break + \item \hfill\par }