I hope this is the correct part of the forum for this message.
I try to use \rowcolor in a document with class tlp.
I get the following message: ! Missing # inserted in alignment preamble.
Minimal working example:
Code: Select all
\documentclass{tlp}
\usepackage{colortbl}
\title{aaa}
\author{bbb}
\begin{document}
\maketitle
\end{document}
Thanks you.