Marc D. wrote: > I have tested the 3 images in a standalone file, and the images > display fine using the PDF (ps to pdf) option. It looks like the 3rd > image, specified as eps rather than jpg, is converted to pdf before > the tex file is created.
What does "specified as eps" mean? If it means that this file is actually n eps file, then this is the wanted behaviour for pdflatex export, since pdflatex can't handle .eps images. > Not being able to view images in the other two options (PDF dvipdfm > and PDF pdflatex is apparently a known bug: see <http:// > bugzilla.lyx.org/show_bug.cgi? id=2127> and many thanks to Bennett > Helm for pointing that out to me. I am not sure whether you see the same bug, see my other mail. > From the a1.tex file in /tmp/... > ========================================= > \includegraphics[% > bb=1bp 1bp 0bp 0bp, Maybe this is the reason: You are specifying an impossible bounding box here. Georg
