[latex3-commits] [latex3/luamml] main: Mark equation labels through intent (fc430b3)
github at latex-project.org
github at latex-project.org
Sun Oct 20 12:21:51 CEST 2024
Repository : https://github.com/latex3/luamml
On branch : main
Link : https://github.com/latex3/luamml/commit/fc430b31ac72d1843c80c158393c7409323d6fce
>---------------------------------------------------------------
commit fc430b31ac72d1843c80c158393c7409323d6fce
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Sun Oct 20 12:21:51 2024 +0200
Mark equation labels through intent
>---------------------------------------------------------------
fc430b31ac72d1843c80c158393c7409323d6fce
luamml-table.lua | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/luamml-table.lua b/luamml-table.lua
index 8b70395..4fb553a 100644
--- a/luamml-table.lua
+++ b/luamml-table.lua
@@ -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
More information about the latex3-commits
mailing list.