Tagged Questions
3
votes
1answer
661 views
Option clash when using graphicx and tikz packages
The following code fails Option clash for package graphicx, it seems to be an incompatibility between the package graphicx (when the option pdftex is used) and the package tikz.
...
13
votes
2answers
2k views
Option clash with xcolor and TikZ
I want to draw some coloured circles, so I loaded tikz in my preamble. However, now xcolor is telling me that it has an "option clash". How should I fix this?
\documentclass{article}
...