Le 25/12/2010 14:38, Arno Trautmann a écrit :
> I can only guess that luamplib.lua tries to access
> luatexbase.module_term('luamplib', format(...))
> in line 77. I guess further this should be defined in luatexbase, but is
> not.

You're guessing right. Sorry for missing that. I'll publish an update soon.

As a temporary workaround,

function luatexbase.module_term(_, s)
    texio.write_nl('term', s)
end

should do the trick.

Manuel.

Reply via email to