[latex3-commits] [latex3/latex2e] lab-review-01: declare variable (7946402c)

github at latex-project.org github at latex-project.org
Sun May 28 23:55:46 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : lab-review-01
Link       : https://github.com/latex3/latex2e/commit/7946402c0831db2179dd4c198e7918d441d7d0ff

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

commit 7946402c0831db2179dd4c198e7918d441d7d0ff
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Sun May 28 23:55:46 2023 +0200

    declare variable


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

7946402c0831db2179dd4c198e7918d441d7d0ff
 required/latex-lab/latex-lab-float.dtx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/required/latex-lab/latex-lab-float.dtx b/required/latex-lab/latex-lab-float.dtx
index ed8b8390..ed79197d 100644
--- a/required/latex-lab/latex-lab-float.dtx
+++ b/required/latex-lab/latex-lab-float.dtx
@@ -142,7 +142,8 @@
 %
 % \begin{variable}{
 %  \g_@@_float_sect_prop,
-%  \g_@@_float_types_seq
+%  \g_@@_float_types_seq,
+%  \@current at float@struct
 %   }
 % These variables will hold the structure number for the float container  
 % and the list of float types. Currently only figure and table are supported
@@ -152,6 +153,7 @@
 \seq_new:N  \g_@@_float_types_seq
 \seq_gput_right:Nn \g_@@_float_types_seq {figure}
 \seq_gput_right:Nn \g_@@_float_types_seq {table}
+\tl_new:N\@current at float@struct
 %    \end{macrocode}
 % \end{variable}
 % 





More information about the latex3-commits mailing list.