19 Jul
2011
19 Jul
'11
12:31 p.m.
On Tue, Jul 19, 2011 at 2:27 PM, Jaroslav Hajtmar
Hello ConTeXist.
I have done the module (for context), which is entirely written in Lua (ConTeXt definitions are done through Lua too).
I wonder how it can be loaded into ConTeXt file. Have I to use the beginning of the file: \startluacode dofile ("my-module.lua") \stopluacode It's lua , so require("my-module.lua") also works
-- luigi