summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cals/examples/table1.tex
blob: 28d367c2b12e3d1582cf863f92033cb194184b89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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}