Compare commits

..

1 Commits

Author SHA1 Message Date
Marcel Fabian Krüger
1185a8987e Fix align spacing 2021-04-27 01:47:42 +02:00

View File

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