Hi list.
I can't get around an xcolor-related option clash. The "Show changes in
output" option loads the "xcolor" package. I do want to use "\rowcolors" in
some (or all) tables and therefore need to pass the [table] option for the
package in question. Whatever of the following I have tried, results in some
error:
In the Preamble:
- "\usepackage{xcolor}" results in "Undefined control sequence"
- "\usepackage[table]{xcolor}" results in option clash
- "\PassOptionsToPackage{table}{xcolor}" results in "Undefined control
sequence"
In the Document Class > Class options > Custom:
- entering "table" or "xcolor=table" results, again, in "Undefined control
sequence"
Any ideas? I've also searched through tex.stackexchange where various
solutions apply to relevant but not the same situation while loading xcolor
[1][2][3]. And, of course, I added a comment-question [4].
All the best, Nikos
---
[1] <http://tex.stackexchange.com/questions/8775/use-xcolor-for-colored-
tables-in-a-beamer-slide>
[2] <http://tex.stackexchange.com/questions/5363/how-to-create-alternating-
rows-in-a-table>
[3] <http://tex.stackexchange.com/questions/52973/clash-among-packages>
[4] A comment in <http://tex.stackexchange.com/a/8779/8272>