blob: 7bdd8c7b4d68638adf676e865263b8ff2eedd170 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
\usepackage {colortbl}
\definecolor{Bluec}{cmyk}{.60,0,0,0}
\begin{tabular}{l>{\columncolor{Bluec}}rr}
\large\textbf{Table title}\\[2mm]
\textbf{Description} & \textbf{Column 1}
& \textbf{Column 2} \\[1mm]
Row one & mmmmm & mmmm \\
Row two & mmmm & mmm \\
Row three& mmmmm & mmmmm \\
Row four & mmmmm & mmmm \\
Totals & mmmmm & mmmmm
\end{tabular}
|