On Thu, 25 Apr 2002 [EMAIL PROTECTED] wrote:
> I have a sample script tex which tries to displat an eps file . I edited > with lyx and export as tex. From command line I make: > > pdflatex test.tex pdflatex and pdftex can not understand eps figure format. if your figures are in raster format try to use png or jpeg format and if a vector format use pdf, because pdflatex and pdftex can only read pdf, jpeg and png format (at least in my machine...$-). use program epstopdf to convert from eps figure to pdf (don't use for raster figure). Wayan
