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: http://en.wikibooks.org/wiki/LaTeX/Colors#The_68_standard_colors_known_to_dvips – Shashank Sawant Oct 01 '12 at 18:56