Thank you, Dekel, that did it.
I am just wondering if there is no "gui" method. what are the "vertical
alignment" buttons for, anyway?
regards,
Pedro
On Mon, 12 Aug 2002, Dekel Tsur wrote:
> 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.
>