[latex3-commits] [git/LaTeX3-latex3-mathtools] master: bug in \EQ_place_display_v:, this fixes issue #8 (a9460b7)

daleif daleif at math.au.dk
Tue Mar 24 12:03:44 CET 2020


Repository : https://github.com/latex3/mathtools
On branch  : master
Link       : https://github.com/latex3/mathtools/commit/a9460b78a4bd373019e01954d85a37de510922b9

>---------------------------------------------------------------

commit a9460b78a4bd373019e01954d85a37de510922b9
Author: daleif <daleif at math.au.dk>
Date:   Tue Mar 24 12:03:44 2020 +0100

    bug in \EQ_place_display_v:, this fixes issue #8


>---------------------------------------------------------------

a9460b78a4bd373019e01954d85a37de510922b9
 empheq.dtx | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/empheq.dtx b/empheq.dtx
index cb8a2a5..0a89559 100644
--- a/empheq.dtx
+++ b/empheq.dtx
@@ -3344,7 +3344,13 @@ and the derived files
       \EQ_use_mathdisplay:
     \MH_fi:
   \MH_or: % #3:
-    \MH_if_boolean:nF {multline}{ \kern-\multlinetaggap }
+%    \end{macrocode}
+% \changes{v2.16}{2020/03/24}{\cs{multlinetaggap} should be added when
+% \opt{multline} is true, and if false \cs{\@mathmargin} should ned
+% kerned away}
+%    \begin{macrocode}
+    \MH_if_boolean:nTF {multline}{ \kern-\multlinetaggap }
+                                 { \kern-\@mathmargin    } 
     \EQ_use_mathdisplay:
   \MH_or: % #4:
     \MH_if_dim:w \g_EQ_widesttag_dim>\z@





More information about the latex3-commits mailing list.