Compare commits
1 Commits
608941586d
...
057aec4e6f
Author | SHA1 | Date | |
---|---|---|---|
057aec4e6f |
@ -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,
|
||||
|
@ -9,6 +9,6 @@
|
||||
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
|
||||
\]
|
||||
\[
|
||||
a\dot bc'
|
||||
\sum_a\underline c\dot bc'
|
||||
\]
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user