Am Montag, 28. November 2005 19:57 schrieb Herbert Voss: > Georg Baum wrote: > > I tested it, and the result is: > > > > dvipdfm fine > > pdflatex rotated > > and how did you get a pdf file of the eps image ... ;-) > pdflatex does nothing with the image!
True, if I export to .tex and then run these programs. If I export from LyX directly LyX will convert the eps file to pdf, so the fault is not with pdflatex but with ghostscript as you already said (which was called in my case via "convert"). If I use epstopdf to convert the image it will not be rotated but go to the bottom of the page (probably because epstopdf assumes A4 paper size). Georg