summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/cals/examples/table2.tex
blob: b4515f622ee0ebf3efd92d21d28f8de0f01e0ba9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
\makeatletter
\newcommand\bbrow{\brow\setbox\cals@current@row=
 \hbox{\vbox to 3cm{}}}

\newenvironment{decotable}{\begin{calstable}
\fontsize{15pt}{17pt}\selectfont
\cals@setpadding{Ag}\cals@setcellprevdepth{Al}
\cals@paddingL=0pt \relax
\cals@paddingR=0pt \relax
\def\cals@framecs@width{2pt}
\def\cals@rs@width{8pt}
\def\cals@cs@width{4pt}
}{\end{calstable}}

\begin{decotable}
\colwidths{{3cm}{3cm}{3cm}}
\bbrow
 \cell{left,\\top}
 \alignC \cell{center,\\top}
 \def\cals@borderL{0pt}\def\cals@borderB{0pt}
 \alignR \cell{right,\\top} \erow
 \let\cals@borderL=\relax \let\cals@borderB=\relax
\bbrow
 \alignL \cell{\vfil left,\\middle}
 \alignC \cell{\vfil center,\\middle}
 \alignR \cell{\vfil right,\\middle} \erow
\bbrow
 \def\cals@bgcolor{green}
 \alignL \cell{\vfill left,\\bottom}
 \def\cals@bgcolor{}
 \alignC \cell{\vfill center,\\bottom}
 \alignR \cell{\vfill right,\\bottom} \erow
\end{decotable}