Document Classestlp document class and colortbl gives: ! Missing # inserted

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
Valientar
Posts: 2
Joined: Thu Mar 06, 2014 6:03 pm

tlp document class and colortbl gives: ! Missing # inserted

Post by Valientar »

Hello all,

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}
Any ideas?

Thanks you.
Last edited by Stefan Kottwitz on Thu Mar 06, 2014 7:18 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Re: tlp document class and colortbl gives: ! Missing # inser

Post by Stefan Kottwitz »

Hi Valientar,

welcome to the forum!

tlp is not a commonly installed class, I don't find it in TeX Live and not on CTAN. Where can it be downloaded? The problem is related to the class, since that code works with standard classes.

Stefan
LaTeX.org admin
Valientar
Posts: 2
Joined: Thu Mar 06, 2014 6:03 pm

Re: tlp document class and colortbl gives: ! Missing # inser

Post by Valientar »

True, tlp is a class from a specific journal.
ftp://ftp.cambridge.org/pub/texarchive/ ... ex/tlp-cls

The publisher site is: http://journals.cambridge.org/action/di ... al?jid=TLP

I believe the above is the newest for the journal there is a newer version of the class (https://github.com/flavioc/ICLP-2014/bl ... ew_tlp.cls) but I'm not sure if it is valid for this specific journal.
Regardless the newest one still gives the same error with my example.

Thank you
Post Reply