summaryrefslogtreecommitdiff
path: root/info/examples/lgc/9-3-12.inl
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /info/examples/lgc/9-3-12.inl
Initial commit
Diffstat (limited to 'info/examples/lgc/9-3-12.inl')
-rw-r--r--info/examples/lgc/9-3-12.inl18
1 files changed, 18 insertions, 0 deletions
diff --git a/info/examples/lgc/9-3-12.inl b/info/examples/lgc/9-3-12.inl
new file mode 100644
index 0000000000..00c3884d32
--- /dev/null
+++ b/info/examples/lgc/9-3-12.inl
@@ -0,0 +1,18 @@
+\usepackage {colortbl}
+\newcommand\panel[1]{\multicolumn{1}%
+ {>{\columncolor{white}}#1}}
+\colorbox{magenta}{%
+\arrayrulecolor{black}
+\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}}