system-of-equation-s-
This commit is contained in:
parent
7b0890ba24
commit
11ac18a6f5
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ lua.get_functions_table()[funcid] = function()
|
|||
mml_table.class=kind
|
||||
-- this should perhaps be configurable and extendable
|
||||
if kind == 'align' or 'alignat' or 'flalign' or 'xalignat' or 'xxalignat' then
|
||||
mml_table.intent=":system-of-equation"
|
||||
mml_table.intent=":system-of-equations"
|
||||
end
|
||||
local columns = node.count(node.id'align_record', tex.lists.align_head)//2
|
||||
mml_table.columnalign = kind == 'align' and 'left '..string.rep('right left', columns, ' ') or nil
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue