Search found 1 match

by tux008
Sat Aug 20, 2011 2:30 pm
Forum: Graphics, Figures & Tables
Topic: colortbl | Cell stays white with Command inside
Replies: 0
Views: 871

colortbl | Cell stays white with Command inside

Hello, everybody!

I have a small issue with the following LaTeX code:

\documentclass[a4paper,12pt]{article}
\usepackage{tabulary}
\usepackage{colortbl}
\usepackage{array}

\begin{document}
\begin{table}[H]
\centering
\caption{Table with red and cyan background colors}
\begin{tabular}{|c|c ...