Dear Shrisha Rao,<br>Thanks for your message. pdffonts is a great tool; I didn&#39;t know about it.<br>As for ps2pdf, I use pdflatex directly, so there&#39;s no need for ps.<br><br>Best,<br>Nicolas<br><br><div class="gmail_quote">

On Fri, Sep 11, 2009 at 8:24 PM, Shrisha Rao <span dir="ltr">&lt;<a href="mailto:shrao@nyx.net">shrao@nyx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">On Fri, Sep 11, 2009 at 10:55 PM, Jonathan Kew &lt;<a href="mailto:jfkthame@googlemail.com">jfkthame@googlemail.com</a>&gt; wrote:<br>
<br>
&gt; If you view the PDF with Acrobat [Reader], you should be able to look at the<br>
&gt; list of fonts used (somewhere in a properties dialog, I forget the exact<br>
&gt; details) and see whether it says they&#39;re embedded or not.<br>
&gt;<br>
&gt; Similarly, the TeXworks PDF viewer has a Fonts panel (available from the<br>
&gt; Window / Show submenu) that should give the same information.<br>
<br>
</div>The shell command-lined utility `pdffonts&#39; (see<br>
<a href="http://linux.about.com/library/cmd/blcmdl1_pdffonts.htm" target="_blank">http://linux.about.com/library/cmd/blcmdl1_pdffonts.htm</a>) available on<br>
Linux as well as via Fink for Mac OS X also works.<br>
<br>
On the specific question of embedding fonts in a PDF (after first<br>
generating a *.ps file from the *.dvi file), this seems to work for me<br>
(replace $<a href="http://1.ps" target="_blank">1.ps</a> with the file name if invoking from the command line):<br>
<br>
ps2pdf14 -dPDFSETTINGS=/prepress -dEmbedAllFonts=true $<a href="http://1.ps" target="_blank">1.ps</a><br>
<br>
`ps2pdf14&#39; may be aliased from `ps2pdf&#39; on some systems, or it may<br>
need to be installed.  I have generally (in my LaTeX experience) found<br>
this a safer route than generating the PDF directly using pdflatex,<br>
dvipdf or whatever.  Of course, I suppose that with XeLaTeX this<br>
option no longer exists.<br>
<br>
Regards,<br>
<br>
Shrisha Rao<br>
<br>
&gt; JK<br>
</blockquote></div><br>