mathml/luamml-patches-kernel.sty

18 lines
348 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-06-27 00:43:30 +02:00
\luamml_flag_save:nNn {} #1 {mphantom}
2021-05-31 00:26:35 +02:00
$
}
\finph@nt
2021-06-22 17:44:18 +02:00
\__luamml_kernel_finalize_phantom:
2021-05-31 00:26:35 +02:00
}