>>>>> "RA" == RA <[EMAIL PROTECTED]> writes:
RA> There is no option 'pdftex' in Document Layout -> Extra -> PS
RA> Driver. It would be very easy if lyx would create automatically a
RA> preamble like this:
RA> \ifx\pdfoutput\undefined \usepackage[dvips]{graphicx} % or
RA> whatever PS Driver I want \else \usepackage[pdftex]{graphicx} % We
RA> are running pdfLaTeX \pdfinfo{ /Title (Produced with LyX and
RA> pdfLaTeX) /Author (...) } \fi
We certainly want to avoid having \ifx in preamble, but it may be
possible to do that with the new export code from Dekel.
RA> Note: graphicX is necessary for pdftex (at least for my setup -
RA> tetex 1.0.7).
RA> Another (more cosmetic) approvement would be if the known suffixes
RA> of the figures are extended to *.pdf *.mps *.png ...
These two things will probably be handled when we have the new
graphics inset in 1.2.0.
JMarc