On Wed, Jan 01, 2003 at 03:56:52PM +0100, Robert Neumann wrote:
> I have some pictures size about 5 x5 cm which I try to place in a text. Is
> there any way to place an array or a multiline equation besides the picture.
> With a table there is no chance and when I use Hfills, the problem is, that
> the array ia not at the same height as the picture, the picture has a
> vertical "bottom-alignement" and the array does not...
To change the alignment of an image from "bottom alignment" to
"center alignment" add
\raisebox{-0.5\height}{
in latex mode before the image, and
}
after it.