[NTG-context] TikZ is colored despite having \setupcolors[state=stop]
Norbert Melzer
timmelzer at gmail.com
Tue Mar 10 12:10:40 CET 2015
I've posted the same question on TE already:
http://tex.stackexchange.com/questions/232158/tikz-is-colored-despite-having-setupcolorsstate-stop
Text of the question:
In the following MWE I get a red square, but I want it to be gray, as in
the also provided LaTeX-document:
```tex
% ConTeXt MWE
\setupcolors[state=stop]
\usemodule[tikz]
\starttext
\tikz{\draw[color=red,fill] (0,0) rectangle (1,1)}
\stoptext
```
```
% LaTeX-document wich does what I want
\PassOptionsToPackage{gray}{xcolor}
\documentclass{article}
\usepackage{tikz}
\begin{document}
\tikz{\draw[color=red,fill] (0,0) rectangle (1,1)}
\end{document}
```
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150310/45be2a55/attachment.html>
More information about the ntg-context
mailing list