Search found 3 matches

by oddhack
Tue Nov 04, 2008 9:24 pm
Forum: General
Topic: Setting text (not background) color for an entire table row?
Replies: 5
Views: 8090

Setting text (not background) color for an entire table row?

What do you mean? There is an example in the manual:
...
You should be able to change gray into whatever colour you like (have a look at the PDF).

I am looking at it and the text color is black in both rows. It is only the background color that's affected by the \rowcolor (unless you're looking ...
by oddhack
Tue Nov 04, 2008 9:02 pm
Forum: General
Topic: Setting text (not background) color for an entire table row?
Replies: 5
Views: 8090

Setting text (not background) color for an entire table row?

Annabel wrote:I guess the colortbl package is the right one for you:
Thanks, but could you be more specific as to what part of colortbl? I don't see any commands in there that appear to control text color at the entire row level.
by oddhack
Tue Nov 04, 2008 12:06 pm
Forum: General
Topic: Setting text (not background) color for an entire table row?
Replies: 5
Views: 8090

Setting text (not background) color for an entire table row?

Is there any equivalent to \rowcolor that will let me set the text color for an entire table row with a single command? It gets awfully tedious to type
\color{blah} field1 & \color{blah} field2 & ... \color{blah} fieldN \\
but I haven't found any way to scope \color at the entire row level.