Skip to content

Commit

Permalink
declare variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed May 28, 2023
1 parent c324f7c commit 7946402
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion required/latex-lab/latex-lab-float.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,8 @@
%
% \begin{variable}{
% \g_@@_float_sect_prop,
% \g_@@_float_types_seq
% \g_@@_float_types_seq,
% \@current@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
Expand All @@ -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@float@struct
% \end{macrocode}
% \end{variable}
%
Expand Down

0 comments on commit 7946402

Please sign in to comment.