Mark equation labels through intent
This commit is contained in:
parent
cfb5d03b92
commit
fc430b31ac
@ -58,7 +58,7 @@ end
|
|||||||
|
|
||||||
local function store_tag(xml)
|
local function store_tag(xml)
|
||||||
local mml_row = store_get_row()
|
local mml_row = store_get_row()
|
||||||
mml_row[0] = 'mlabeledtr'
|
xml.intent = ':equationlabel'
|
||||||
table.insert(mml_row, 1, xml)
|
table.insert(mml_row, 1, xml)
|
||||||
last_tag = nil
|
last_tag = nil
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user