Bernd Mehnert wrote: > after that i wanted to have a look on how it appears as dvi-file and > then came an error like : > > undefined control sequence > \includegraphics{file.pstex}% > the control sequence on the end of top line was never > defined....so.o. > > what could that be? thak you for every answer.
If you wish to continue with this "include" solution, then you need to add \usepackage{graphicx} to the document preamble. The "include" inset has no knowledge about the stuff you're including. Your alternative is to use the "external" inset to include the original xfig file. The external inset has an xfig template that will do all that is necessary to generate a postscript version of your document. As an additional carrot, in LyX 1.4.x the external inset will also be able to generate pdf files the pdflatex route. Your call. -- Angus