blob: c53dd5eb32778de1e88e5c971f7eb7783a384bc6 (
plain)
1
2
3
4
5
6
7
8
9
10
|
\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.2 2009-09-15 11:19:31 wybo Exp $
|