On Thursday 28 August 2003 12:24 pm, Rob Saunders wrote: > This appears to be a problem, at least with my set ups, in the win32(XP > pro) Qt version as well. In the same manner as original problem I > cannot convert .bmp to .eps without Lyx running the convertDefault.sh > even though .bmp view well in the gui - So I have given up trying! Now I > just use eps pics only and put up with not being able to view them in > the gui without "error converting to loadable format" etc. > At least all is well in the final output pdf or dvi which is all that > matters to me.
? You are talking about entirely separate things. LaTeX _requires_ PostScript images. The LyX GUI can render your bitmap images natively. So, you can make a choice: 1. Use PostScript images, LaTeX will be happy and LyX will convert them to something it can render using a user-defined conversion procedure. If you define nothing it will attempt to use convertDefault.sh which in turn presumes the existence of ImageMagick's convert. 2. Use bitmap images. LyX will be able to render these on the screen, but they will need converting to PostScript for LaTeX. Again, how this is done is user-defined. Also again, we default to the use of convertDefault.sh. The one caveat here is the small bug highlighted by Jean-Pierre; the script must have its executable bit set. So, either set it or patch the source appropriately. Or, and in my opinion, preferable, don't use convertDefault.sh at all but define converters from format to format. The preferences dialog makes this trivial. Your call, Angus