diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl')
-rw-r--r-- | Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl b/Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl new file mode 100644 index 00000000000..f129ea012bd --- /dev/null +++ b/Master/texmf-dist/doc/latex/latex-graphics-companion/9-3-9.inl @@ -0,0 +1,16 @@ +\usepackage {colortbl} +\begin{tabular}{lrr} + \color{green} + \large\textbf{Table title}\\[3mm] + \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 \\ +\cline{2-3} + \color{green} Totals + & \color{green} mmmmm + & \color{green}mmmmm +\end{tabular} |