From: Michael Orlitzky Date: Wed, 10 Aug 2016 03:14:03 +0000 (-0400) Subject: Add \par after the \hfill in each proof-by-cases case. X-Git-Tag: posZ-submitted-laa~25 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=3c2517bef26d15843949fa23055eafe09f1619ac;hp=3c2517bef26d15843949fa23055eafe09f1619ac;p=mjotex.git 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. ---