[NTG-context] \registerctxluafile vs \ctxloadluafile

2012-07-25 Thread Sietse Brouwer
Hi all, To load the lua functions in a file mycode.lua, I can use one of these two commands: \registerctxluafile{mycode}{0.1} \ctxloadluafile{mycode}\ Here 0.1 is the version number, which is only recorded if `environment.initex` is true. As far as I can tell they differ only in this:

Re: [NTG-context] \registerctxluafile vs \ctxloadluafile

2012-07-25 Thread Hans Hagen
On 25-7-2012 16:28, Sietse Brouwer wrote: Hi all, To load the lua functions in a file mycode.lua, I can use one of these two commands: \registerctxluafile{mycode}{0.1} \ctxloadluafile{mycode}\ Here 0.1 is the version number, which is only recorded if `environment.initex` is true.