summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/ctable/doc/01b
blob: 798f951413027055f5e3743b31dcc074c2c08720 (plain)
1
2
3
4
5
6
7
8
9
10
11
\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
}