From 3c2517bef26d15843949fa23055eafe09f1619ac Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Aug 2016 23:14:03 -0400 Subject: [PATCH] Add \par after the \hfill in each proof-by-cases case. This is another attempt to fix the last two commits; the \hfill\par seems to work better than \break or simply \hfill in that it always puts the paragraph break there and gets the spacing right no matter how you format the following text. --- mjo-proof_by_cases.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mjo-proof_by_cases.tex b/mjo-proof_by_cases.tex index 89a813b..f86c9d0 100644 --- a/mjo-proof_by_cases.tex +++ b/mjo-proof_by_cases.tex @@ -32,5 +32,5 @@ % so we consume the rest of the line instead. \newcommand{\case}[1][]{ \def\thiscase{#1}% - \item \hfill + \item \hfill\par } -- 2.43.2