On 9/9/06, Georg Baum <[EMAIL PROTECTED]> wrote:
> 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.
Yes, Georg, you are right: mypicture.pdf was missing. If I previously create the pdf file with epstopdf mypicture.eps then the problem is removed. Should I report that in bugzilla? Paul
