From 98ccfbccb274901a2504e559f0e88372d11d5a3c Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Aug 2016 23:46:45 -0400 Subject: [PATCH] Remove the left margin from proof-by-cases and indent its paragraphs. --- mjo-proof_by_cases.tex | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.43.2