]> gitweb.michael.orlitzky.com - mjotex.git/blobdiff - mjo-proof_by_cases.tex
Remove the left margin from proof-by-cases and indent its paragraphs.
[mjotex.git] / mjo-proof_by_cases.tex
index 89a813b6d72c7d875a3f180a31ede6d419f6df78..3f803b8296be53eec992cce11113006fc60e0832 100644 (file)
@@ -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
+  \item \hfill\par
 }