Am Samstag, 9. September 2006 14:14 schrieb Paul Smith: > Dear All > > As ERT, I have the following line in a LyX document: > > \include{mypicture} > > in order to include an epslatex picture drawn with Gnuplot. When > compiling the LyX document with pdflatex, I get the error message that > follows: > > loading : Context Support Macros / PDF (2004.03.26) > ) (./grafico.tex > > ! LaTeX Error: File `/home/psmith/Desktop/mypicture' not found. > > There is no problem with 'View -> DVI'. > > Any ideas?
Probably mypicture.eps exists, but mypicture.pdf is missing. If you include mypicture.eps with the graphics inset LyX will create the pdf version for you. Or write an external template for gnuplot. I am actually surprised that nobody did that yet. Georg