1

Possible Duplicate:
Is there a way to make standard LaTex PDF output look good on screen as well

I'm trying to make colored rows in my table but for some reason table borders become invisible on some places when I apply color. For example the leftmost vertical border becomes invisible when I open my pdf output. In fact, when I zoom in, then the top horizontal border becomes invisible, too.

I'm using MikTeX 2.9 and pdfLateX to produce output. It seems that the color for some reason covers the border on some places. Here is some code that produces the table which should have the leftmost vertical border but it doesn't.

\documentclass[12pt]{article}

\usepackage{colortbl}
\usepackage[croatian]{babel}

\begin{document}

\begin{tabular}{|l|c|}
\hline
\rowcolor[gray]{0.95} one&two\\
\rowcolor[gray]{0.95} three&four\\
\hline
\end{tabular}

\end{document}

Does anyone know how to solve this problem?

Moriambar
  • 11,466

0 Answers0