On Mon, Aug 12, 2002 at 07:15:01PM +0200, Pedro Tejedor wrote:
> Hello, LyXers,
>
> I need to make a table that mixes text and figures like
> this:
>
> ------------------------------
> | | _____ | _____ |
> | || | || ||
> | Some text || P1 | || P2 ||
> | ||_____| ||_____||
> ------------------------------
> | | _____ | _____ |
> | || | || ||
> | Some text || P1 | || P2 ||
> | ||_____| ||_____||
> ------------------------------
> ....
Put
\raisebox{-0.5\height}{
in tex mode before each figure, and
}
in tex mode after each figure.