>From: "Herbert Voss" <[EMAIL PROTECTED]>
> "Ramón Flores d'as Seixas" wrote:
> > In order to make some slides I want to put a image into a cell of
> > a table, and to put some text in the next cell. And I want that the text
> > appears vertically centered. But if I do this, the text appears on the
bottom.
> > Something like this:
> > __________ ___________________
> > | | |
> > | """"" | |
> > | ^ ^ | |
> > | o o | |
> > | 6 | |
> > | (===) | |
> > | | I don't like this |
> > |__________|___________________|
>
> give both columns a width and choose valign center.
>
> Herbert
Is there way to make that valigned text also centered horizontally
without using a \centering command?
It seems like this should work using the multicolumn settings, but
when I use the multicolumn settings and set a 'c' for alignment
the column width is now ignored.
-john