Mark equation labels through intent

This commit is contained in:
Marcel Fabian Krüger 2024-10-20 12:21:51 +02:00
parent cfb5d03b92
commit fc430b31ac

View File

@ -58,7 +58,7 @@ end
local function store_tag(xml)
local mml_row = store_get_row()
mml_row[0] = 'mlabeledtr'
xml.intent = ':equationlabel'
table.insert(mml_row, 1, xml)
last_tag = nil
end