diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl new file mode 100644 index 00000000000..7bdd8c7b4d6 --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-13.inl @@ -0,0 +1,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} |