latex3 / tagpdf

Tagging support code for LaTeX
60 stars 7 forks source link

code breaks with luatex 1.09 #5

Closed u-fischer closed 6 years ago

u-fischer commented 6 years ago

With luatex 1.09 the mc-step breaks with

tagpdf: INSERT BDC 0...ents/Git/tagpgf/source/texmf/tex/latex/tagpdf/tagpdf.lua:
142: creating a whatsit requires the subtype number as a second argument
stack traceback:
    [C]: in function 'node.new'
    ...ents/Git/tagpgf/source/texmf/tex/latex/tagpdf/tagpdf.lua:142: in upvalue '__
uftag_insert_bdc_node'

This must be checked and corrected ...

u-fischer commented 6 years ago

could be a bug in the engine, see https://mailman.ntg.nl/pipermail/dev-luatex/2018-August/006075.html

zauguin commented 6 years ago

The bug is fixed in the current LuaTeX SVN trunk.

u-fischer commented 6 years ago

@zauguin Thanks! I just checked with the w32tex binaries and the error is gone.