>>>>> "Richard" == Richard Goldberg <[EMAIL PROTECTED]> writes:

Richard> I wasn't happy with the figure include functions (I needed a
Richard> little more control over some things) so I tried to embed
Richard> some LaTex commands to include the figure. Here is the LaTex
Richard> code

I am not sure what particular feature is missing in LyX to do that...

Richard> \begin{figure}[t] \begin{center}
Richard> \mbox{\psfig{figure=figures/chapter3/1.ps,width=\textwidth}}
Richard> \end{center} \caption{A sample image to be used in an image
Richard> editing environment. One may wish to remove the specular
Richard> reflection from the subjects skin, or delete distracting
Richard> background features.} \end{figure}

First thing: do not use psfig, it is evil. The graphics package should
do everything for you (BTW, the errors you saw are from the graphics
package trying painfully to emulate psfig...). Try to find
grfguide.dvi on your installation.

Richard> If I export as LaTex and run latex on it to get a dvi file
Richard> everyting works fine. But if I try to preview as dvi or
Richard> export as dvi I get 8 error in a row 

I suspect this is related to the fact that LaTeX is run in a temporary
directory. Try with \includegraphics.

Richard> I have no idea what any of these mean.

That's the problem when using raw latex :)

JMarc

Reply via email to