Andre Poenitz wrote: > > Is the XFig external inset working "properly" (i.e. fully > automatically) in 1.3.4/5?
Yes. Works fine with latex. Fails with pdflatex. > > From a quick glance at a colleagues box it looked like he had to > convert the .fig into a pstex himself as LyX was writing out > \include{foo.pstex} (or similar) That's right. But LyX should perform the conversion from .fig to .pstex. See the external_templates file which defines the conversion as: UpdateCommand "python $$Sysdir/scripts/fig2pstex.py $$FName $$Parameters" -- Angus