13 Mar
2010
13 Mar
'10
4:24 p.m.
Am 13.03.10 15:54, schrieb Philipp Gesang:
Dear Lua Gurus,
what's the preferred way of including files in Lua?
When trying my module on a different machine I noticed that it fails because Lua's dofile() does not extend to files in the texmf tree. Thus I attempted to include the file with context.ctxlualoadfile() but it doesn't work either.
environment.loadluafile(...)? Wolfgang