Skip to content

Commit

Permalink
mumble
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrike Fischer committed Jan 8, 2024
1 parent d856dfe commit f25b042
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions required/latex-lab/latex-lab-math.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@
% A sequence to store the file list for the mathml.
% \begin{macrocode}
\clist_new:N\l__tag_math_mathml_filelist_clist
\clist_put_right:N\l__tag_math_mathml_filelist_clist{\c_sys_jobname_str-mathml}
\clist_put_right:Nn\l__tag_math_mathml_filelist_clist {\c_sys_jobname_str-mathml}
% \end{macrocode}
% \end{variable}

Expand Down Expand Up @@ -588,17 +588,17 @@
%
% \subsection{Tagging options}
% \begin{macrocode}
\keys_define { __tag / setup }
{
math-tagging .code:n = { \keys_set:nn { math / tagging } { #1 }
}
\keys_define { math / tagging }
{
\keys_define:nn { __tag / setup }
{
math-tagging .code:n = { \keys_set:nn { math / tagging } { #1 } }
}
\keys_define:nn { math / tagging }
{
mathml/setfiles .clist_set:N = \l__tag_math_mathml_filelist_clist,
mathml/panel .bool_set:N = \l__tag_math_mathml_panel_bool,
mathml/panel .initial:n = true,
texsource/panel .bool_set:N = \l__tag_math_texsource_panel_bool,
}
}
% \end{macrocode}
%
% \subsection{Sockets}
Expand Down

0 comments on commit f25b042

Please sign in to comment.