From: Michael Orlitzky Date: Wed, 10 Aug 2016 03:46:45 +0000 (-0400) Subject: Remove the left margin from proof-by-cases and indent its paragraphs. X-Git-Tag: posZ-submitted-laa~24 X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjotex.git;a=commitdiff_plain;h=98ccfbccb274901a2504e559f0e88372d11d5a3c Remove the left margin from proof-by-cases and indent its paragraphs. --- diff --git a/mjo-proof_by_cases.tex b/mjo-proof_by_cases.tex index f86c9d0..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