On 08/05/2010 10:21 AM, zyc04 wrote: > Dear all, > I encountered a problem when I used lyx to produce a file for IEEE > conference. > I used lyx 1.6.5+IEEEtran+pdflatex to generate the final pdf, but it > could not pass the eximination of IEEE PDF eXpress. > The information indicates that the fonts symbol and Helvetica are not > embedded. See the attachment. > The font Helvetica originated from the EPS figure generated from Matlab, > because its default font is Helvetica. > I dont know where does the symbol font from. > Can anyone tell me the solution to this? Thank you very much. > ------------------------------------------------------------------------ > yongzhang
I can think of at least two ways. Either a) Instruct Matlab to embed your fonts, or b) Convert the eps to pdf using ps2pdf -dPDFSETTINGS=/prepress file.eps You can check that your pdf file has all fonts embed by running pdffonts file.pdf These commands should be run in a terminal and might require you to install some additional software. Best of luck! -- Julien
