Compare commits

..

1 Commits

Author SHA1 Message Date
Marcel Krüger 057aec4e6f Handle many TODOs 2021-04-19 13:38:06 +02:00
2 changed files with 3 additions and 3 deletions

View File

@ -67,8 +67,8 @@ local function noad_to_table(noad, sub, cur_style)
if (noad.sup or noad.sub) and (class == 'opdisplaylimits' or class == 'oplimits') then
nucleus.movablelimits = class == 'opdisplaylimits'
local sub = kernel_to_table(nucleus.sub, sub_style(cur_style))
local sup = kernel_to_table(nucleus.sup, sup_style(cur_style))
local sub = kernel_to_table(noad.sub, sub_style(cur_style))
local sup = kernel_to_table(noad.sup, sup_style(cur_style))
return {[0] = sup and (sub and 'munderover' or 'mover') or 'munder',
nucleus,
sub or sup,

View File

@ -9,6 +9,6 @@
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
\]
\[
a\dot bc'
\sum_a\underline c\dot bc'
\]
\end{document}