Adapt to new LuaMetaTeX versions and allow CB use

This commit is contained in:
Marcel Krüger 2020-08-13 22:24:13 +02:00
parent 7c162a0cf0
commit 3c2fba9a9f
12 changed files with 567 additions and 269 deletions

View file

@ -10,6 +10,7 @@ local assigned = {}
local delayed = {}
local compress = xzip.compress
local pdfvariable = pdf.variable
local digest = sha2.digest256
-- slightly tricky interface: No/nil return means that the objects content
-- isn't known yet, while false indicates a delayed object.
local function written(pdf, num)