Compare commits
1 Commits
057aec4e6f
...
608941586d
Author | SHA1 | Date | |
---|---|---|---|
608941586d |
@ -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
|
if (noad.sup or noad.sub) and (class == 'opdisplaylimits' or class == 'oplimits') then
|
||||||
nucleus.movablelimits = class == 'opdisplaylimits'
|
nucleus.movablelimits = class == 'opdisplaylimits'
|
||||||
local sub = kernel_to_table(noad.sub, sub_style(cur_style))
|
local sub = kernel_to_table(nucleus.sub, sub_style(cur_style))
|
||||||
local sup = kernel_to_table(noad.sup, sup_style(cur_style))
|
local sup = kernel_to_table(nucleus.sup, sup_style(cur_style))
|
||||||
return {[0] = sup and (sub and 'munderover' or 'mover') or 'munder',
|
return {[0] = sup and (sub and 'munderover' or 'mover') or 'munder',
|
||||||
nucleus,
|
nucleus,
|
||||||
sub or sup,
|
sub or sup,
|
||||||
|
@ -9,6 +9,6 @@
|
|||||||
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
|
x = \frac{-b \pm \sqrt{b^2-4ac}}{2a}.
|
||||||
\]
|
\]
|
||||||
\[
|
\[
|
||||||
\sum_a\underline c\dot bc'
|
a\dot bc'
|
||||||
\]
|
\]
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user