Re: [NTG-context] Lua in Ctx: require() fails? (solved)

2012-10-15 Thread Hans Hagen

On 8-10-2012 15:57, Procházka Lukáš Ing. - Pontex s. r. o. wrote:


The intention is Ctx to find and load its original texmfcnf.lua and
then to load my texmfcnf.lua which would modify only some elements
(namely: the LUAINPUTS member).


texmf-local\web2c


I'd like to keep factory texmfcnf.lua settings as much as possible.

- When I look into c:\ConTeXt\tex\texmf\web2c\texmfcnf.lua, I see many
paths:

- beginning with !!,
- ending with //.



What does mean this convention?


this controls the filedatabase building and recurssion into subtrees

  - I found 2 config files:


c:\ConTeXt\tex\texmf\web2c\texmf.cnf
c:\ConTeXt\tex\texmf\web2c\texmfcnf.lua

It seems that the latter is a Luaed form of the former.


a bit more than that as we can have directives and such (and even have 
path tables)



How are used both files?


only the lua file is used


Is the latter built from the former or vice versa?


no, for texlive the latter is adapted a bit (few lines)

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Lua in Ctx: require() fails? (solved)

2012-10-08 Thread Procházka Lukáš Ing . - Pontex s . r . o .

On Fri, 05 Oct 2012 10:57:15 +0200, Hans Hagen pra...@wxs.nl wrote:


On 5-10-2012 08:13, Procházka Lukáš Ing. - Pontex s. r. o. wrote:

On Thu, 04 Oct 2012 13:32:42 +0200, Hans Hagen pra...@wxs.nl 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.


You can best set that in a local texmfcnf.lua file.


OK...

I'm not familiar with (Lua)TeX deeply enough to know how exactly to do it, so a 
couple a questions:

- Where to put (my personal) texmfcnf.lua?

   The intention is Ctx to find and load its original texmfcnf.lua and then to 
load my texmfcnf.lua which would modify only some elements (namely: the 
LUAINPUTS member).

   I'd like to keep factory texmfcnf.lua settings as much as possible.

- When I look into c:\ConTeXt\tex\texmf\web2c\texmfcnf.lua, I see many paths:

   - beginning with !!,
   - ending with //.

   What does mean this convention?

- I found 2 config files:

   c:\ConTeXt\tex\texmf\web2c\texmf.cnf
   c:\ConTeXt\tex\texmf\web2c\texmfcnf.lua

   It seems that the latter is a Luaed form of the former.

   How are used both files?

   Is the latter built from the former or vice versa?

   Or the former is no more used and I'm having it among Ctx files by chance?


(Or a link to a place where to learn more would be appreciated.)

TIA.

Best regards,

Lukas



In that case you use
the original definition of luainputs and append lua_path to it. That way
script in the context tree can also be found.

Hans



--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@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
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Lua in Ctx: require() fails? (solved)

2012-10-05 Thread Procházka Lukáš Ing . - Pontex s . r . o .

On Thu, 04 Oct 2012 13:32:42 +0200, Hans Hagen pra...@wxs.nl 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:l...@pontex.cz]
Pontex s. r. o.  [mailto:pon...@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
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___