LaTeX Error: Option clash for package - wie beheben?
Ich verwende TikZ und lade jetzt zusätzlich `xcolor` mit der `table`-Option und erhalte eine Fehlermeldung.
Dieses Minimalbeispiel
\documentclass{article}
\usepackage{tikz}
\usepackage[table]{xcolor}
\begin{document}
text
\end{document}
gibt
! LaTeX Error: Option clash for package xcolor.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.4 \begin
{document}
Die beiden Pakete vertragen sich wohl nicht. Wie behebe ich so ein Problem im allgemeinen?