Hi
Since I don't want to spend too much space in my article, I'd like to have a table just next to a figure inside one float.

I want a figure caption on the figure and a table caption on the table.

I've tried different ways but not come up with a satisfying solution. I've scanned the archives but not found anything but how to put two figures/tables side by side, not the both kinds at the same time.


The best I found was to use the nofloat package which has defined tabcaption and figcaption separately. This made it possible to make a one by two table inside a figure environmen, set a fixed width of each column and insert the table and figures inside the cells.

Then manually creating the captions by placing
        ERT: \tabcaption{My table caption}
in the first cell. And
        ERT: \figcaption{My figure caption}
in the second cell.
This is ok, however, I'm not convinced that the nofloat package screws other things up.

Any clues?

T.I.A.
/johan

Reply via email to