From 1b3cf2a8a6d7406b77086861a0e4f78786e44abb Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Tue, 9 Aug 2016 23:08:57 -0400 Subject: [PATCH] Revert "Add a \break after \hfill in the proof-by-cases." This reverts commit 58bb9b9e4a1ee3ae509b7bd7c5aabf5c8986446e. It turns out that with an extra line break, you can control the (line) spacing after the case label even without the \break. --- 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 8da409c..89a813b 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\break + \item \hfill } -- 2.43.2