Graphics, Figures & Tables ⇒ border missing with \columncolor in table
border missing with \columncolor in table
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.721569,0.52549, 0.0431373}}c|}{color fill}&rc2&rc2 \\ \hline
\multicolumn{1}{|>{\columncolor[rgb]{0.721569,0.52549, 0.0431373}}c|}{color fill}&rc3&rc3&rc3 \\ \hline
\end{tabular}
\end{document}
- Attachments
-
- LaTeX1.pdf
- (5.87 KiB) Downloaded 335 times
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: border missing with \columncolor in table
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