]> gitweb.michael.orlitzky.com - mjotex.git/commitdiff
Revert "Add a \break after \hfill in the proof-by-cases."
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 10 Aug 2016 03:08:57 +0000 (23:08 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Wed, 10 Aug 2016 03:08:57 +0000 (23:08 -0400)
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

index 8da409c243eba0b06e5108b35ef69ce43517ab5f..89a813b6d72c7d875a3f180a31ede6d419f6df78 100644 (file)
@@ -32,5 +32,5 @@
 % so we consume the rest of the line instead.
 \newcommand{\case}[1][]{
   \def\thiscase{#1}%
 % so we consume the rest of the line instead.
 \newcommand{\case}[1][]{
   \def\thiscase{#1}%
-  \item \hfill\break
+  \item \hfill
 }
 }