[NTG-context] Tikz/pgf colour issue

2011-12-07 Thread Felix Ingram
I just upgraded to the latest beta in order to see if that would fix my header styling issue. Compiling gave me the following error: ! Argument of \pgfutil@context@parse@gray has an extra }. This is defined in: tex\texmf-modules\tex\generic\pgf\utilities\pgfutil-context.def If I change the code

Re: [NTG-context] Tikz/pgf colour issue

2011-12-07 Thread Felix Ingram
Further investigation suggests that this is a known issue of using \definecolor colours within a Tikz graphic that decided to manifest itself for the first time when I upgraded. The solution is to do: \unprotect \pgfutil@definecolor{colour_name}{rbg/cmyk/gray}{...colour values...} \protect for