[latex3-commits] [latex3/latex3] main: Correct a box use (824118faa)
github at latex-project.org
github at latex-project.org
Sun Nov 5 23:42:27 CET 2023
Repository : https://github.com/latex3/latex3
On branch : main
Link : https://github.com/latex3/latex3/commit/824118faad936b9ee68b3a518879257616edfabf
>---------------------------------------------------------------
commit 824118faad936b9ee68b3a518879257616edfabf
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date: Sun Nov 5 22:42:27 2023 +0000
Correct a box use
>---------------------------------------------------------------
824118faad936b9ee68b3a518879257616edfabf
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 80b958b4c..ce1793921 100644
--- a/l3trial/xbox/xbox.dtx
+++ b/l3trial/xbox/xbox.dtx
@@ -1159,7 +1159,7 @@
\hbox_set:Nn \l_@@_tmp_box {#2}
\hbox:n
{
- \box_use_drop:N \l__box_internal_box
+ \box_use_drop:N \l_@@_tmp_box
\kern_horizontal:n { -\box_wd:N \l_@@_tmp_box - #1 }
\box_move_down:nn { \box_dp:N \l_@@_tmp_box }
{
More information about the latex3-commits
mailing list.