I am using \usepackage[table]{xcolor} to alternate table row colors in my thesis.
I have tried to include a .pdf file as an Appendix using pdfpages, however LyX tells me there is a option clash with xcolor.
Is there a known workaround for this issue? I have been stumped for the last 2 hours.
Many thanks
\PassOptionsToPackage{table}{xcolor}in the preamble instead of\usepackage[table]{xcolor}– Jun 21 '15 at 19:13classicthesis. – Johannes_B Jun 21 '15 at 19:20classicthesis?????? – Jun 21 '15 at 19:22xcolorwithout options and passtableas a class option:\documentclass[11pt,a4paper,table]{article} \usepackage{xcolor}. – Gonzalo Medina Jun 22 '15 at 00:26