[latex3-commits] [latex3/latex3] main: Correct a variant (see #1428) (01b69a2af)

github at latex-project.org github at latex-project.org
Mon Jan 29 22:24:32 CET 2024


Repository : https://github.com/latex3/latex3
On branch  : main
Link       : https://github.com/latex3/latex3/commit/01b69a2af8f24e50c9bfceeb6ef270aed6157f6d

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

commit 01b69a2af8f24e50c9bfceeb6ef270aed6157f6d
Author: Joseph Wright <joseph.wright at morningstar2.co.uk>
Date:   Mon Jan 29 21:24:32 2024 +0000

    Correct a variant (see #1428)


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

01b69a2af8f24e50c9bfceeb6ef270aed6157f6d
 l3kernel/l3box.dtx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/l3kernel/l3box.dtx b/l3kernel/l3box.dtx
index ae3bc283c..6e8f87754 100644
--- a/l3kernel/l3box.dtx
+++ b/l3kernel/l3box.dtx
@@ -2279,7 +2279,7 @@
 \cs_generate_variant:Nn \box_autosize_to_wd_and_ht:Nnn { c }
 \cs_new_protected:Npn \box_gautosize_to_wd_and_ht:Nnn #1#2#3
   { \@@_autosize:NnnnN #1 {#2} {#3} { \box_ht:N #1 } \hbox_gset:Nn }
-\cs_generate_variant:Nn \box_autosize_to_wd_and_ht:Nnn { c }
+\cs_generate_variant:Nn \box_gautosize_to_wd_and_ht:Nnn { c }
 \cs_new_protected:Npn \box_autosize_to_wd_and_ht_plus_dp:Nnn #1#2#3
   {
     \@@_autosize:NnnnN #1 {#2} {#3} { \box_ht:N #1 + \box_dp:N #1 }





More information about the latex3-commits mailing list.