[latex3-commits] [latex3/latex2e] develop: declare variable (4b8924e7)

github at latex-project.org github at latex-project.org
Wed Jun 7 23:17:18 CEST 2023


Repository : https://github.com/latex3/latex2e
On branch  : develop
Link       : https://github.com/latex3/latex2e/commit/4b8924e7194fac45f926ab7d9d8bbf5f7e2877fd

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

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

    declare variable


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

4b8924e7194fac45f926ab7d9d8bbf5f7e2877fd
 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.