Possible Duplicate:
Option clash with xcolor and TikZ
The following is my MWE:
\documentclass{article}
\usepackage{tikz}
\usepackage[table]{xcolor}
\begin{document}
Hi!
\end{document}
The document compiles fine if I just remove the xcolor package. If I include it (as shown in the MWE) I get the error Option clash for package xcolor. How should I resolve this issue? What might be the options settings that will remove the conflict?
xcolorbeforetikz. Ref: en.wikibooks.org/wiki/LaTeX/… – Shashank Sawant Oct 1 '12 at 18:56