Jean-Pierre Chrétien <jeanpierre.chret...@...> writes: > > Steve Litt <sl...@...> writes:
> > Only the type 1C are embedded. To produce the PDF I did the following: > > > > latex $1.tex > > dvips -o $1.ps $1.dvi > > ps2pdf12 -dPDFSETTINGS=/prepress -dMaxSubsetPct=100 -dSubsetFonts=true - > > dEmbedAllFonts=true $1.ps > > > > What should I have done to get all the type 1 fonts embedded? > > What you do is correct, that's what I documented in the wiki, and used > successfully to provide embedded PDFs for publishers. > > I use ps2pdf14 here (in fact, ps2pdf, which calls ps2pdf14). I do not know if > this makes a difference, but I don't understand how it could. I still don't understand why (too lazy to check the PDF specifications, I guess), but the PDF output version *does* make a difference. I built the very simple example below, and the script you wrote works with ps2pdf13 and ps2pdf14, but does not work with ps2pdf12. I edited the wiki accordingly. - Jean-Pierre