[NTG-context] Color in footer

2009-10-14 Thread Antoine Cailliau
Dear all, I'm trying to change the color of the footer text. I typed: \def\footerstyle#1{\startcolor[red]#1\stopcolor} \setupfooter[style=\footerstyle] But I receive an error that I can't interpret. ! Argument of \footerstyle has an extra }. inserted text \par to be read

Re: [NTG-context] Color in footer

2009-10-14 Thread Hans Hagen
Antoine Cailliau wrote: Dear all, I'm trying to change the color of the footer text. I typed: \def\footerstyle#1{\startcolor[red]#1\stopcolor} \setupfooter[style=\footerstyle] has to do with the fact that style does not pass an argument does \setupfooter[color=red] work?

Re: [NTG-context] Color in footer

2009-10-14 Thread Antoine Cailliau
Dear, \def\footerstyle#1{\startcolor[red]#1\stopcolor} \setupfooter[style=\footerstyle] has to do with the fact that style does not pass an argument does \setupfooter[color=red] work? Yes, perfectly. I did not tried it since this was not documented (or at least I may misread the