[NTG-context] search path for require(...)

2011-03-24 Thread Ulrike Fischer
I'm trying to store the virtual lua chess fonts I'm currently creating so that latex and context can use them. 1. At first I stored the vf-chess-XX.lua in tex/luatex. This works for latex but not for context. tex/generic works for both. 2. My fonts loads a lua-file which should be shared by

Re: [NTG-context] search path for require(...)

2011-03-24 Thread Philipp Gesang
On 2011-03-24 10:50:58, Ulrike Fischer wrote: I'm trying to store the virtual lua chess fonts I'm currently creating so that latex and context can use them. 1. At first I stored the vf-chess-XX.lua in tex/luatex. This works for latex but not for context. tex/generic works for both. 2.

Re: [NTG-context] search path for require(...)

2011-03-24 Thread Ulrike Fischer
Am Thu, 24 Mar 2011 11:14:00 +0100 schrieb Philipp Gesang: I'm trying to store the virtual lua chess fonts I'm currently creating so that latex and context can use them. 1. At first I stored the vf-chess-XX.lua in tex/luatex. This works for latex but not for context. tex/generic works for

Re: [NTG-context] search path for require(...)

2011-03-24 Thread Philipp Gesang
On 2011-03-24 11:34:21, Ulrike Fischer wrote: Am Thu, 24 Mar 2011 11:14:00 +0100 schrieb Philipp Gesang: I'm trying to store the virtual lua chess fonts I'm currently creating so that latex and context can use them. 1. At first I stored the vf-chess-XX.lua in tex/luatex. This works

Re: [NTG-context] search path for require(...)

2011-03-24 Thread Ulrike Fischer
Am Thu, 24 Mar 2011 11:50:47 +0100 schrieb Philipp Gesang: (You’re going to have to declare the table “chessfss” globally for this to work.) The chessfss.lua has a return Table at the end which declares the table chessfss. To quote from