Re: [NTG-context] colors in pgf within context

2008-02-19 Thread Alan BRASLAU
Hello, Another problem with PGF+ConTeXt is the handling of cmyk colors: \usemodule[tikz] \setupcolors[state=start] \definecolor[my_yellow][c=0,m=0.3,y=0.94,k=0] \starttext \startcolor[my_yellow] Yellow text. \stopcolor \starttikzpicture \fill[my_yellow] (0,0) circle(1); \stoptikzpicture

Re: [NTG-context] colors in pgf within context

2008-02-19 Thread Hans Hagen
Jesse Alama wrote: Hi Aditya, Thanks for the help -- I think I now see why there is such trouble with colors in pgf and context. It looks like one can systematically transform LaTeX-like PGF examples of \color into ConTeXt examples. keep in mind that color handles sveral grouping cases:

Re: [NTG-context] colors in pgf within context

2008-02-19 Thread Jesse Alama
Aditya Mahajan [EMAIL PROTECTED] writes: The example features some \definecolor's which I just did away with (sadly) by simply substituting their defining values for their occurences. (This is unfortunate, but perhaps necessary until some other mechanism is produced.) The problem is that

Re: [NTG-context] colors in pgf within context

2008-02-18 Thread Jesse Alama
Hi Aditya, Thanks for the help -- I think I now see why there is such trouble with colors in pgf and context. It looks like one can systematically transform LaTeX-like PGF examples of \color into ConTeXt examples. The reason why this came up is that I'm trying to go through Till Tantau's