GESIS-Methods-Hub / andrew

Content Aggregation System for tutorials and vignette of reproducible computational methods.
https://gesis-methods-hub.github.io/andrew/
MIT License
2 stars 0 forks source link

Add colour to table rows #195

Open rgaiacs opened 11 months ago

rgaiacs commented 11 months ago
\PassOptionsToPackage{table,dvipsnames,svgnames,x11names}{xcolor}
\rowcolors{2}{gray!10}{gray!25}

Will colour the rows.

Source: https://tex.stackexchange.com/a/346153/22451