Embedding fonts for IEEE
IEEE requires that your PDF files embed all fonts. Earlier, I told you how to get pdflatex LaTeX to embed all its fonts, but what if you are including figures that have hanging fonts and you are getting desperate? Luke Fletcher gives us the solution.
- convert to ps: pdftops ICRA05.pdf
- convert back to pdf using prepress settings: ps2pdf14 -dPDFSETTINGS=/prepress ICRA05.ps
- check new ICRA05.pdf for horrendous formatting errors due to double conversion.
(Source: Owen Kaser.)
Subscribe to this blog ![]()
in a reader
or by Email.
Montreal, Canada 
Facebook
Friendfeed
LinkedIn
SlideShare
Delicious
Conversion to ps and back is not a good solution if you want to preserve hyperlinks.
If you are using xfig for creating your figures, you can solve the problem by setting the “special”-flag for all text.
The text then is included as a pstex_t file so that pdflatex can allocate the fonts for it.
Comment by Anonymous — 28/4/2007 @ 19:05