From: Michael Orlitzky Date: Wed, 10 Aug 2016 03:08:57 +0000 (-0400) Subject: Revert "Add a \break after \hfill in the proof-by-cases." X-Git-Tag: posZ-submitted-laa~26 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;ds=sidebyside;h=1b3cf2a8a6d7406b77086861a0e4f78786e44abb;p=mjotex.git 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. --- 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 }