13 Dec
2012
13 Dec
'12
3:52 p.m.
Hello, Philipp!
If I load a lua file from a module using \registerctxluafile{file}{1.001} or \ctxloadluafile{file} How can I be sure the file was in fact loaded?
The related tracker output is quite comprehensive:
\enabletrackers[resolvers.locating] \ctxloadluafile{sometest}
Nice! Thank you. In my case, it was not being loaded because I had syntax errors in the lua file. The file was found, but not loaded. I guess it is a very good reason to halt! Cheers, André Caldas.