From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- macros/latex/contrib/cals/examples/table1.tex | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 macros/latex/contrib/cals/examples/table1.tex (limited to 'macros/latex/contrib/cals/examples/table1.tex') diff --git a/macros/latex/contrib/cals/examples/table1.tex b/macros/latex/contrib/cals/examples/table1.tex new file mode 100644 index 0000000000..28d367c2b1 --- /dev/null +++ b/macros/latex/contrib/cals/examples/table1.tex @@ -0,0 +1,18 @@ +\begin{calstable} +\colwidths{{3cm}{4cm}} +\thead{ + I'm a caption in the header\par + \bfseries + \brow \cell{head 1.1}\cell{head 1.2} \erow + \brow \cell{head 2.1}\cell{head 2.2} \erow + \mdseries} + +\tfoot{ + \brow \cell{foot 1.1} \cell{foot 1.2} \erow + \lastrule + I'm a caption in the footer\par} + +\brow \cell{body 1.1}\cell{body 1.2} \erow +\brow \cell{body 2.1}\cell{body 2.2} \erow +\brow \cell{body 3.1}\cell{body 3.2} \erow +\end{calstable} -- cgit v1.2.3