Subject: | bug with the Muenchen theme |
Date: | Sat, 09 Oct 2010 12:37:48 -0400 |
To: | bug-LaTeX-Table [...] rt.cpan.org |
From: | Bowen Zhou <bzhou [...] purdue.edu> |
Hi,
I found there is an extra 't' in the definition of color 'latexttbl'
which is afterwards referred as 'latextbl' in the theme 'Muenchen' of
'LaTeX::Table'. The following is what I got from using the theme with
ltpretty:
% theme=Muenchen;caption_top=1;caption=Bla
% Animal & Description & Price
% Gnat & per gram & 13.65
% & each & 0.02
% Gnu & stuffed & 92.59
\definecolor{latexttbl}{RGB}{78,130,190}
\begin{table}
\centering
\caption{Bla}
\setlength{\extrarowheight}{1pt}
\begin{tabular}{llr}
\textbf{Animal } & \textbf{Description } & \textbf{Price} \\
Gnat & per gram & 13.65 \\
\rowcolor{latextbl!20} & each & 0.02 \\
Gnu & stuffed & 92.59 \\
\end{tabular}
\end{table}
Hope this helps.
Cheers,
Bowen