On Mon, Sep 17, 2007 at 03:21:46PM +0200, Bonhôte André wrote: > Any ideas? :-/ No response so far. > > Cheers > > André > > On 14.09.2007, at 14:59, Bonhôte André wrote: > > >Hi! > > > >I have just switched from my old beloved 1.3 to the bleeding edge > >1.5.1. My configuration: > > > > - LyX 1.5.1, source: http://www.lyx.org > > - teTeX, ImageMagick, source: macports > > (what else is important? don't know ...) > > > >Now I have sucessfully opened an 'old' document in 1.5.1. Trying to > >compile it brings the follwing error: > > > > LaTeX Error: File './MyBackgroundImage' not found. > > > >and > > > > I could not locate the file with any of these extensions: > > .eps,.ps,.eps.gz,.ps.gz,.eps.Z > > Try typing <return> to proceed. > > If that doesn't work, type X <return> to quit. > > > >One of these for each page of my document. That makes sense, > >because my preamble looks like this: > > > > \renewenvironment{figure}[1][tbph] > > [EMAIL PROTECTED] > > [EMAIL PROTECTED] > > \AddToShipoutPicture{\BackgroundPicture{./MyBackgroundImage}{0}} > > > >The Image file sits in the current working directory, and it's a > >JPEG. This used to work fine in 1.3, and it also works fine on my > >mates Windows LyX-1.5.1-Installation. > > > >So, what's wrong here? I guess I forgot to install a certain piece > >of software.
IIRC .jpg only works with pdflatex, not with "Standard" (i.e. .dvi producing) LaTeX. Try to convert the image into .eps and see what happens. Andre'
