move lbl into mtext, WIPgit add -p
This commit is contained in:
parent
cca4a39d89
commit
18e85d016a
1 changed files with 4 additions and 0 deletions
|
@ -117,6 +117,10 @@ local function write_elem(tree, stash)
|
|||
end
|
||||
for _, elem in ipairs(tree) do
|
||||
if type(elem) ~= 'string' and not elem['tex:ignore'] then
|
||||
if elem['intent']==':equationlabel' and lastlblstructnum then
|
||||
elem[1][#elem+1]={[':structnum']= lastlblstructnum}
|
||||
lastlblstructnum=nil
|
||||
end
|
||||
write_elem(elem)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue