Fix obsolete hardcoded value
This commit is contained in:
parent
4c76251d2e
commit
01bc7c0f77
@ -36,7 +36,7 @@ local function tex_variable(value, scanner, name, default)
|
|||||||
tex_variables[name] = default
|
tex_variables[name] = default
|
||||||
end
|
end
|
||||||
|
|
||||||
local real_pdf_variables, pdf_variable_names = {}, {'pageresources'}
|
local real_pdf_variables, pdf_variable_names = {}, {}
|
||||||
local pdf_toks_map = {}
|
local pdf_toks_map = {}
|
||||||
local pdf_variables = setmetatable(pdf.variable, {
|
local pdf_variables = setmetatable(pdf.variable, {
|
||||||
__index = function(_, k)
|
__index = function(_, k)
|
||||||
|
Loading…
Reference in New Issue
Block a user