Re: [NTG-context] Tikz module causes errors

2012-01-18 Thread luigi scarso
On Wed, Jan 18, 2012 at 1:14 PM, Felix Ingram wrote: > Adding the \def\active{13} statement to the sources seems to fix > things for the time being. All of my graphics appear to have shifted > to the right by leftmarginwidth but I can correct for that. I believe > that someone else had a similar i

Re: [NTG-context] Tikz module causes errors

2012-01-18 Thread Felix Ingram
Adding the \def\active{13} statement to the sources seems to fix things for the time being. All of my graphics appear to have shifted to the right by leftmarginwidth but I can correct for that. I believe that someone else had a similar issue (Daniel Edwards in a mail sent on 14 Jan 2012). Oh, and

Re: [NTG-context] Tikz module causes errors

2012-01-18 Thread Philipp A.
2012/1/17 Christophe Jorssen > If they aren't yet in the official repo, I would be happy to add those > patches. Note that I'm not a ConTeXt user, so I won't be able to test > them carefully. > which ones? all those in mojca’s repo ? because getting them into mainl

Re: [NTG-context] Tikz module causes errors

2012-01-18 Thread Christophe Jorssen
Hello Mojca, thanks for the follow-up. 2012/1/17 Mojca Miklavec : > On Tue, Jan 17, 2012 at 16:00, Felix Ingram wrote: >> I've just updated to the latest beta and the following will cause an error: >> >> \usemodule[tikz] >> \starttext >> Hello World >> \stoptext >> >> >> The error is: >> >> system

Re: [NTG-context] Tikz module causes errors

2012-01-17 Thread Hans Hagen
On 17-1-2012 16:28, Mojca Miklavec wrote: I didn't follow development of ConTeXt too closely, but I'm lead to believe that \active has disappeared from ConTeXt MKIV. Others will have to correct me if I'm wrong - I didn't check ConTeXt sources. And others will have to make suggestion about what t

Re: [NTG-context] Tikz module causes errors

2012-01-17 Thread Mojca Miklavec
On Tue, Jan 17, 2012 at 16:00, Felix Ingram wrote: > I've just updated to the latest beta and the following will cause an error: > > \usemodule[tikz] > \starttext > Hello World > \stoptext > > > The error is: > > system          > tex > error on line 129 in file example.tex: > Undefined control seq

Re: [NTG-context] Tikz module causes errors

2012-01-17 Thread Hans Hagen
On 17-1-2012 16:00, Felix Ingram wrote: I've just updated to the latest beta and the following will cause an error: \usemodule[tikz] \starttext Hello World \stoptext The error is: system> tex> error on line 129 in file example.tex: Undefined control sequence ... l.129 \catcode`\;=\active

[NTG-context] Tikz module causes errors

2012-01-17 Thread Felix Ingram
I've just updated to the latest beta and the following will cause an error: \usemodule[tikz] \starttext Hello World \stoptext The error is: system > tex > error on line 129 in file example.tex: Undefined control sequence ... l.129 \catcode`\;=\active Obviously there is no line 129.