more clean up

This commit is contained in:
Ulrike Fischer 2025-02-10 17:01:36 +01:00
parent 7bca165095
commit f68f45f2c8
2 changed files with 14 additions and 13 deletions

View File

@ -410,12 +410,12 @@
\def \arraystretch {1.2}
\array {@{}l@{\quad \luamml_ignore:}l@{}}
}
} %end package test
\cs_set:Npn \bBigg@ #1 #2 {
\PackageInfo{luamml}{patching~\string\bBigg@}
\cs_set:Npn \bBigg@ #1 #2 {
{
\ensuremath {
\Uvextensible height~#1 \big@size axis~exact~#2
}
}
}
}
} %end package test

View File

@ -52,8 +52,13 @@
\finph@nt
}
}
\IfFileLoadedT {latex-lab-math.ltx} {
\RequirePackage{luamml-patches-lab-math}
}
}
% This is not moved to latex-lab for now. It doesn't work properly with structure elements
% active: the content is outside of the math.
\@ifpackageloaded {unicode-math} {} {
\cs_new:Npn \__luamml_kernel_define_character:Nnn #1#2#3 {
\cs_set:cpx { \cs_to_str:N #1 ~ } {
@ -77,7 +82,3 @@
\__luamml_kernel_define_character:Nnn \longleftrightarrow {3} {27f7}
\__luamml_kernel_define_character:Nnn \longmapsto {4} {27fc}
}
\IfFileLoadedT {latex-lab-math.ltx} {
\RequirePackage{luamml-patches-lab-math}
}