diff options
author | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
---|---|---|
committer | Norbert Preining <norbert@preining.info> | 2019-09-02 13:46:59 +0900 |
commit | e0c6872cf40896c7be36b11dcc744620f10adf1d (patch) | |
tree | 60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/cals/examples/biditable1.tex |
Initial commit
Diffstat (limited to 'macros/latex/contrib/cals/examples/biditable1.tex')
-rw-r--r-- | macros/latex/contrib/cals/examples/biditable1.tex | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/macros/latex/contrib/cals/examples/biditable1.tex b/macros/latex/contrib/cals/examples/biditable1.tex new file mode 100644 index 0000000000..28d367c2b1 --- /dev/null +++ b/macros/latex/contrib/cals/examples/biditable1.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} |