On Wed, 10 May 2000, Herbert Voss wrote:

> Richard Goldberg wrote:
> > 
> > Hi all,
> > 
> > I'm new to the list but not to lyx. Been using it a white for routine
> > tasks but now I need it to write up my thesis.
> > 
> > I wasn't happy with the figure include functions (I needed a little more
> > control over some things) so I tried to embed some LaTex commands to
> > include the figure. Here is the LaTex code
> > 
> > \begin{figure}[t]
> > \begin{center}
> > \mbox{\psfig{figure=figures/chapter3/1.ps,width=\textwidth}}
> > \end{center}
> > \caption{A sample image to be used in an image editing environment. One
> > may wish to remove the specular reflection from the subjects skin, or
> > delete distracting background features.}
> > \end{figure}
> 
> the psfig-package has some errors and therefore the graphicx-package 
> is better:
> ...
> \mbox{\includegraphics[width=\textwidth]{figures/chapter3/1.ps}
> ...
> 

Thanks,

I switched to the graphicx package and it works great.

-Rick

Reply via email to