Jesse Alama wrote: > I just downloaded the TeXLive 2008 developer snapshot and wanted to try > out LuaTeX. Unfortunately, I can't even get started: > > $ context dissertation.tex > > MtxRun | unknown script: context > > I ran luatools --generate before doing this. What's odd is that > mtx-context can be found: > > $ luatools mtx-context.lua
We've had this before. IIRC, the problem is that mtxrun looks for the script using a different 'file type' from luatools. It probably means you will have to adjust a value in texmf.cnf. I have: LUAINPUTS=.;$TEXMF/tex/{context,plain/base,generic}//:$TEXMF/scripts/context/lua TEXMFSCRIPTS=.;$TEXMF/tex/{context,plain/base,generic,}//;$TEXMF/scripts/context// and I strongly suspect both are needed. After adjusting the value(s), you will have to rerun luatools --generate. Hope this helps, Taco ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : https://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________