On 2011-08-27, Waluyo Adi Siswanto wrote: > I just encountered a problem using export lyx to latex (plain). > When I export lyx to latex plain, the graphics extension file is not > written in the generated tex file. > for example, only written > \includegraphics[width=0.5\textwidth]{velo-discontinuity-hr} > actually the file is "velo-discontinuity-hr.pdf" > a journal electronic system cannot find the file because it searches > eps/ps by default.
> why the extension is not written. Is it on purpose? Yes. Export> LaTeX (plain) is for conversion to DVI or Postscript, which does not accept PDF as input format. LyX does convert the *.pdf files to *.eps (if there is a suitable converter) and lets the compiler to select the best suitable format. This is the reason for both options: LaTeX (pdflatex) and LaTeX (plain). Günter