Search found 2 matches

by ytsage
Tue Jul 07, 2009 8:21 am
Forum: Graphics, Figures & Tables
Topic: border missing with \columncolor in table
Replies: 1
Views: 2821

Re: border missing with \columncolor in table

using TeXnicCenter and tried the following:-
a. LaTeX->PS file shows no issue with table color
b. LaTeX->PS->PDF cell border lines are overwritten by the color.

Any idea what this could be?

Thanks
by ytsage
Wed Jul 01, 2009 10:24 pm
Forum: Graphics, Figures & Tables
Topic: border missing with \columncolor in table
Replies: 1
Views: 2821

border missing with \columncolor in table

Hi,

When i generate the following e.g. for table, i get the colored cell with no borders; not sure why...

Appreciate any help.

\documentclass{article}
\usepackage[table]{xcolor}
\begin{document}
\begin{tabular}{|c|c|c|c|}
\hline
rc1&rc2&rc3&rc4 \\ \hline
rc2&\multicolumn{1}{|>{\columncolor[rgb]{0 ...