Kevin Gross wrote:
> 
> Excellent!  This will work just fine.  However, it would be even better if
> the equation number was vertically centered with the figure.  (My picture is
> a bit tall.)  For example, I would prefer this
> 
> [                                 ]
> [   An eps figure of a reaction   ]   (2)
> [                                 ]
> 
> to what I get with your method, namely
> 
> [                                 ]
> [   An eps figure of a reaction   ]
> [                                 ]   (2)

just before you insert the image, means between first \hfill
and image in tex(red)

\parbox{the width}{

and just behind the image the closing parenthesis
}

for "the width" have a look at the boundig box values
in your eps-file. maybe the fifth line in the file.
choose the x-value and insert it as width, for example
\parbox{300pt}{

you can also play araound with a width in cm.

a parbox is centered by default if there are no
other options vor vertical alignment, therefore 
it should work

Herbert

-- 
http://www.educat.hu-berlin.de/~voss/lyx/

Reply via email to