jbo24884
10-03-2008, 12:56
hallo ich hab folgendes für mich nicht lösbares problem und zwar möchte ich wie im minibsp eine zelle farbig hinterlegen, ohne das die doppelte Linie \hhline zu einer extrem dicken wird.
hoffe jmd hat eine lösung für mich..
hier das minibsp:
\documentclass{scrbook}
\usepackage{colortbl}
\usepackage{hhline}
\begin{document}
\begin{tabular}{cc}
\hhline{==}
\cellcolor{red}bla & bla2 \\
\hhline{==}
\end{tabular}
\end{document}
hoffe jmd hat eine lösung für mich..
hier das minibsp:
\documentclass{scrbook}
\usepackage{colortbl}
\usepackage{hhline}
\begin{document}
\begin{tabular}{cc}
\hhline{==}
\cellcolor{red}bla & bla2 \\
\hhline{==}
\end{tabular}
\end{document}