summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/ctable/01b
blob: 7bc0415c6fb1ac3c4e2e5b4dc1f4e16034b351df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
\newcommand{\F}[1]{
  \includegraphics[width=\hsize]{#1}
}
\newcolumntype{H}[1]{>{\hsize=#1\hsize}X}
\ctable[
  caption = a figure,
  figure, botcap,
  width=.4\hsize,
]{H{.4}H{.6}}{}{\FL
  \F{penguin}& \F{lion}\LL
}
$Id: 01b,v 1.3 2009/12/18 16:49:34 wybo Exp $