Adapt to new tagpdf versions
This commit is contained in:
parent
8ddc9aeebc
commit
d1ef3292ee
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ local attributes = setmetatable({}, {__index = function(t, k)
|
|||
return attr_name
|
||||
end})
|
||||
|
||||
local mc_type = token.create'l__tag_mc_type_attr'.index
|
||||
local mc_cnt = token.create'l__tag_mc_cnt_attr'.index
|
||||
local mc_type = luatexbase.attributes.g__tag_mc_type_attr
|
||||
local mc_cnt = luatexbase.attributes.g__tag_mc_cnt_attr
|
||||
-- print('!!!', mc_type, mc_cnt)
|
||||
|
||||
local stash_cnt = 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue