On 2015-05-31 at 11:41:57 +0200, Élie Roux wrote: > I see that the .lua file uses "module", does it still work with > latest luatex?
Hi Élie, all my scripts I wrote in Lua-5.1 work with 5.2 as well. I only encountered one incompatible change: unpack() was moved to the table module. But it's sufficient to add one line: local unpack=table.unpack Regards, Reinhard -- ------------------------------------------------------------------ Reinhard Kotucha Phone: +49-511-3373112 Marschnerstr. 25 D-30167 Hannover mailto:[email protected] ------------------------------------------------------------------
