add zero to columnspacing
This commit is contained in:
parent
0b9c886c19
commit
b2afb8400a
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ lua.get_functions_table()[funcid] = function()
|
|||
for n in node.traverse_id(node.id'glue', tex.lists.align_head) do
|
||||
spacing[#spacing+1] = n.width == 0 and '0' or '.8em'
|
||||
end
|
||||
mml_table.columnspacing = #spacing > 3 and table.concat(spacing, ' ', 2, #spacing-2) or nil
|
||||
mml_table.columnspacing = #spacing > 3 and "0 "..table.concat(spacing, ' ', 2, #spacing-2) or nil
|
||||
debug_mtable(mml_table,kind)
|
||||
save_result(mml_table, true)
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue