Always store MathML table
This commit is contained in:
parent
c0f7e707a9
commit
246ae13e4e
@ -66,8 +66,8 @@ luatexbase.add_to_callback('pre_mlist_to_hlist_filter', function(mlist, style)
|
||||
local xml = process_mlist(new_mlist, style == 'display' and 0 or 2)
|
||||
if flag & 2 == 0 then
|
||||
save_result(xml, style == 'display' or flag & 1 == 1)
|
||||
else
|
||||
assert(style == 'text')
|
||||
end
|
||||
if style == 'text' then
|
||||
local startmath = tex.nest.top.tail
|
||||
local props = properties[startmath]
|
||||
if not props then
|
||||
|
Loading…
Reference in New Issue
Block a user