龙 飞 wrote:
Today I try to insert .eps file in to my presentation. I use \externalfigure[xx.eps] to insert xx.eps. The figure shows correct in the dvi file generated by "texexec --once --texutils xx.tex". However this figure disappears in the pdf file generated by "texexec --pdf xx.tex". The log says "figures: xx.eps has zero dimensions". What is the problem? Is there anything wrong with the .eps file? Thanks
_________________________________________________________________ 享用世界上最大的电子邮件系统― MSN Hotmail。 http://www.hotmail.com _______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
You need a pdf-version of the figure. If you are on LInux, you can enter 'epstopdf xx.eps' on the commandline (if epstopdf is installed). That generates xx.pdf. Then run texexec again. Peter