>>>>> "Nirmal" == Nirmal Govind <[EMAIL PROTECTED]> writes:
Nirmal> Hi.. I'm trying to include an xfig figure in a presentation Nirmal> made using the pdfscreen package along with LyX. Pdflatex Nirmal> doesn't like xfig apparently and I have special text (LaTeX Nirmal> math) in my xfig figure so I need LaTeX to process it.. and Nirmal> the slides can be made only using pdflatex it seems so how do Nirmal> I get around this? Actually, we should have the possibility in external insets to add a rule for format "PDFLaTeX" and InsetExternal::latex() should try first to call ::write("PDFLaTeX",...) if using pdflatex. Of course, this leaves open the question of how to actually process the xfig figure into pdf, but at least one has the right infrastructure to do so. Nirmal, you should probably open a bug on bugzilla.lyx.org about that. JMarc