Re: [NTG-context] \typefile does not obey global path settings

2012-05-25 Thread Marco
On 2012-05-20 Marco net...@lavabit.com wrote: the \typefile command does not obey the \usepath setting any more. Still failing in current beta. % file: test.tex \usepath [code] \starttext % fails % \typefile{somefile} % works \typefile{code/somefile} \stoptext % file: code/somefile

Re: [NTG-context] \typefile does not obey global path settings

2012-05-25 Thread Hans Hagen
On 25-5-2012 12:29, Marco wrote: On 2012-05-20 Marconet...@lavabit.com wrote: the \typefile command does not obey the \usepath setting any more. Still failing in current beta. it was never part of the idea .. added in next beta % file: test.tex \usepath [code] \starttext % fails

[NTG-context] \typefile does not obey global path settings

2012-05-20 Thread Marco
Hi, the \typefile command does not obey the \usepath setting any more. Older versions did (before beta 2011.07.13 20:14). Example: % test.tex \usepath [code] \starttext Here is some source code: \typefile{somefile} \stoptext % code/somefile This should be printed. Marco