On Mon, 31 May 2010, Mojca Miklavec wrote:
On Mon, May 31, 2010 at 19:19, Aditya Mahajan
wrote: On Mon, 31 May 2010, Mojca Miklavec wrote:
On Mon, May 31, 2010 at 19:08, Aditya Mahajan wrote:
Did you run luatools --generate? What is the value of $TEXMFCACHE? Is it writable by the user?
Yes, I did. The cache is written to ~/.texlive2010/texmf-var/luatex-cache/.
It seems that only *.lua files in base folder aren't found with luatools (and maybe some others?) The lua files in scripts/context/lua/ are found without a problem.
Isn't there a variable for that? $LUASCRIPTS or $LUAINPUTS
LUAINPUTS = .;$TEXMF/scripts/{$progname,$engine,}/{lua,}//;$TEXINPUTS
with TEXINPUTS being an extremely long & complicated list that maybe luatools fails to interpret in the same way as kpathsea:
As an experiment, does it work if you explicitly enter $TEXMF/tex/context// to LUAINPUTS. Aditya