[lltx] luamplib (a nil value)

Manuel Pégourié-Gonnard mpg at elzevir.fr
Sat Dec 25 18:07:16 CET 2010


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.


More information about the lualatex-dev mailing list