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