dwww Home | Show directory contents | Find package

\usepackage {colortbl}
\newcommand\panel[1]{\multicolumn{1}%
             {>{\columncolor{magenta}}#1}}
\begin{tabular}{lrr}
  \large\textbf{Table title}\\[2mm]
  \textbf{Description}
          & \textbf{Column 1}
             & \textbf{Column 2}\\[1mm]
  Row one & mmmmm & mmmm \\
  Row two &  mmmm & mmm  \\
  \panel{l}{Row three}
          & \panel{r}{mmmmm}
             & \panel{r}{mmmmm} \\
  Row four& mmmmm & mmmm  \\ \cline{2-3}
  Totals  & mmmmm & mmmmm
\end{tabular}

Generated by dwww version 1.15 on Thu May 23 05:56:32 CEST 2024.