[latex3-commits] [latex3/latex2e] latex-lab/uf-review-05: mumble (f25b0429)

github at latex-project.org github at latex-project.org
Mon Jan 8 23:17:27 CET 2024


Repository : https://github.com/latex3/latex2e
On branch  : latex-lab/uf-review-05
Link       : https://github.com/latex3/latex2e/commit/f25b042908c5a53489f7bd185ace359fa2fa177d

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

commit f25b042908c5a53489f7bd185ace359fa2fa177d
Author: Ulrike Fischer <fischer at troubleshooting-tex.de>
Date:   Mon Jan 8 23:17:27 2024 +0100

    mumble


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

f25b042908c5a53489f7bd185ace359fa2fa177d
 required/latex-lab/latex-lab-math.dtx | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/required/latex-lab/latex-lab-math.dtx b/required/latex-lab/latex-lab-math.dtx
index 401e3583..5a437534 100644
--- a/required/latex-lab/latex-lab-math.dtx
+++ b/required/latex-lab/latex-lab-math.dtx
@@ -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}
 
@@ -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}





More information about the latex3-commits mailing list.