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