Hilfe mit einer Tabelle
Hallo!
Wieso funktioniert dies hier nicht?
\documentclass{memoir}
\usepackage{graphicx}
\usepackage{tabularx}
\usepackage[table]{xcolor}
\usepackage{colorx}
\begin{document}
\begin{table}[h]
\begin{tabular}{ll}
\rowcolor[HTML]{9B9B9B}
\multicolumn{1}{l|}{\cellcolor[HTML]{9B9B9B}{\color[HTML]{FFFFFF} Temperatur {[}$K${]}}} & {\color[HTML]{FFFFFF} Første viriale koefficient, $"B"$ {[}\$m\textasciicircum 3 mol\textasciicircum \{-1\}{]}} \\ \hline
150,7 & -6,42 \\
273 & $-21,7 \cdot 10^{-1}$ \\
300 & -1,32 \\
600 & $11,9 \cdot 10^{-1}$
\end{tabular}
\end{table}
\end{document}
Hoffe Jemand könnte mir da helfen? Viele liebe Grüße!