mathml/luamml-patches-kernel.sty

18 lines
332 B
Plaintext
Raw Normal View History

2021-05-31 00:26:35 +02:00
\ProvidesExplPackage {luamml-patches-kernel} {2021-05-30} {0.0.1-alpha}
{Feel free to add a description here}
\lua_now:n { require'luamml-kernel' }
\cs_set:Npn \mathph@nt #1 #2 {
\hbox_set:Nn \c_zero_int {
$
\m@th
#1
{#2}
2021-05-31 01:54:21 +02:00
\luamml_flag_save:
2021-05-31 00:26:35 +02:00
$
}
\finph@nt
\__luamml_kernel_finalize_phantom:N #1
}