LyXColor rows and multirows in tables

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
zynks
Posts: 4
Joined: Fri Jul 03, 2009 12:20 pm

Color rows and multirows in tables

Post by zynks »

Hi there everyone!

I am trying to color rows in my tables by simply using

Code: Select all

\rowcolors{2}{}{lightgray}
in my tables. It works ok for "single row'ed" tables but with multirows it all messes up. Does anyone know how to over come this?

Thanks

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

zynks
Posts: 4
Joined: Fri Jul 03, 2009 12:20 pm

Re: Color rows and multirows in tables

Post by zynks »

I think the answer should be something like a command which we can set in the preamble that allows the table text to be imprinted after the color is applied. Something that has the same effect as the multirow with negative parameter (the solution for LaTeX).
Post Reply