Search found 2 matches

by bernardo
Sun Sep 14, 2008 3:33 pm
Forum: General
Topic: Coloring columns of a table in Beamer
Replies: 1
Views: 6059

Re: Coloring columns of a table in Beamer

:roll: :roll: :roll:

It was a silly mistake, I need to add the option:

\documentclass[.....,xcolor=table]{beamer}

at the preamble!

:D :D
by bernardo
Fri Sep 12, 2008 5:29 pm
Forum: General
Topic: Coloring columns of a table in Beamer
Replies: 1
Views: 6059

Coloring columns of a table in Beamer

I can uncover a table columnwise in Beamer using \onslide but cannot add colors to the columns using the example below from the Beamer user guide.

Example:
---------------
\columncolors[]{1}{blue!20}{blue!10}
\begin{tabular}{l!{\vrule}c<{\onslide<2->}c<{\onslide<3->}c<{\onslide<4->}c<{\onslide}c ...