Compare commits

..

1 Commits

Author SHA1 Message Date
Marcel Fabian Krüger 372e43e165 Fix align spacing 2021-04-27 02:08:58 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -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)