On Wed, May 09, 2001 at 09:07:21PM +0200, Herbert Voss wrote:
> 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}{

Why not let latex compute the space ?
Here is an alternative way to do what you want:
1. Put the following in latex mode:
\begin{equation}\begin{array}{c}\mbox{

2. Insert figure (as inline) 

3. Put the following (in latex mode)
}\end{array}

4. Insert label

5. Put the following (in latex mode)
\end{equation}

Reply via email to