Tagged Questions
8
votes
1answer
1k views
Cellcolor overwrites partial horizontal lines (\cline)
So I need to make a colored table with multirows, together with the use of partial horizontal lines. I used \cline which does not work: the \cellcolor-command overwrites the line. This question told ...
3
votes
2answers
258 views
Centering text in tables problems with colortabs
I am trying to produce a basic color table as shown below
\documentclass{article}
\usepackage{booktabs}
\usepackage[dvipsnames*,svgnames]{xcolor}
\usepackage{colortbl}
\usepackage{array}
...