[latex3-commits] [git/LaTeX3-latex3-latex3] master: Missing \hbox:n (see #815) (687952f66)

Joseph Wright joseph.wright at morningstar2.co.uk
Fri Oct 9 23:54:56 CEST 2020


Repository : https://github.com/latex3/latex3
On branch  : master
Link       : https://github.com/latex3/latex3/commit/687952f66511b885d398a49ce92662c3380d5eb0

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

commit 687952f66511b885d398a49ce92662c3380d5eb0
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Fri Oct 9 22:54:56 2020 +0100

    Missing \hbox:n (see #815)


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

687952f66511b885d398a49ce92662c3380d5eb0
 l3trial/xbox/xbox.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3trial/xbox/xbox.dtx b/l3trial/xbox/xbox.dtx
index d668e4976..a19db5fbd 100644
--- a/l3trial/xbox/xbox.dtx
+++ b/l3trial/xbox/xbox.dtx
@@ -1531,7 +1531,7 @@
 \RenewDocumentCommand \rule { O { 0pt } m m }
   {
     \mode_leave_vertical:
-    \rule:nnn {#2} { #3 + #1 } { -#1 }
+    \hbox:n { \rule:nnn {#2} { #3 + #1 } { -#1 } }
   }
 %    \end{macrocode}
 % \end{macro}





More information about the latex3-commits mailing list.