T
My issue was trying to use the table with alternate color in a latex document with the termcal.
\usepackage[table]{xcolor} % loads also »colortbl«
There were conflicts.
Yes, Thanks to
https://tex.stackexchange.com/questions/5363/how-to-create-alternating-rows-in-a-table
My issue was trying to use the table with alternate color in a latex document with the termcal.
\usepackage[table]{xcolor} % loads also »colortbl«
\PassOptionsToPackage{table}{xcolor}
inserted before the\documentclass{..} fixed the issue!
Yes, Thanks to
https://tex.stackexchange.com/questions/5363/how-to-create-alternating-rows-in-a-table
No comments:
Post a Comment