Compare commits
1 Commits
372e43e165
...
1185a8987e
Author | SHA1 | Date | |
---|---|---|---|
|
1185a8987e |
@ -382,8 +382,7 @@ function nodes_to_table(head, cur_style)
|
|||||||
end
|
end
|
||||||
-- In TeX, groups are never space like
|
-- In TeX, groups are never space like
|
||||||
if core == space_like then
|
if core == space_like then
|
||||||
core = {[0] = 'mi', intent = '@ignore'}
|
result[#result+1] = {[0] = 'mi', intent = '@ignore'}
|
||||||
result[#result+1] = core
|
|
||||||
end
|
end
|
||||||
if t[0] == 'mrow' and #t == 1 then
|
if t[0] == 'mrow' and #t == 1 then
|
||||||
assert(t == result)
|
assert(t == result)
|
||||||
|
Loading…
Reference in New Issue
Block a user