On Fri, Oct 5, 2012 at 8:13 AM, Procházka Lukáš Ing. - Pontex s. r. o. < LPr@pontex.cz> wrote:
On Thu, 04 Oct 2012 13:32:42 +0200, Hans Hagen
wrote: btw, you should adapt LUAINPUTS and not some other environment variable
.. after all, luatex is not native lua so you need to avoid conflicts in case you hav einstalled both
... I just added
SET LUAINPUTS=%LUA_PATH%
to the batch I'm using to launch context.exe and it works.
Thanks for the answers.
Best regards,
Lukas
-- Ing. Lukáš Procházka [mailto:LPr@pontex.cz] Pontex s. r. o. [mailto:pontex@pontex.cz] [http://www.pontex.cz] Bezová 1658 147 14 Praha 4
Tel: +420 244 062 238 Fax: +420 244 461 038
______________________________**______________________________** _______________________ 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 http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/**projects/contextrev/http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ______________________________**______________________________** _______________________
For a fine and local tuning you also have the package.path and package.cpath \starttext package.path=\ctxlua{context(package.path)}\par package.cpath=\ctxlua{context(package.cpath)} \stoptext See http://www.lua.org/manual/5.1/manual.html (usually I prefer to make local changes on paths, they are more portable across minimals) -- luigi