Hi,<br><br>I have a simple setup to reproduce the problem within Debian alone:<br>sudo apt-get install texlive-doc-en texlive-latex-base<br>cp /usr/share/doc/texlive-doc/fonts/free-math-font-survey/source/ /tmp/<br>cd /tmp/source<br>

latex mathptmx.tex<br>dvipdf mathptmx.dvi<br><br>evince mathptmx.pdf<br>xpdf mathptmx.pdf<br><br>at least on my system at least the following symbols do not appear or appear as a wrong symbol:<br><br>$\sum\infty\empty\mu\pi$<br>

<br>and then I found that the following symbols raise &quot;Error: Illegal entry in bfrange block in ToUnicode CMap&quot;:<br clear="all"><br>$\ell\lambda\nu$<br><br>Here is my tiny sample document to reproduce the problems:<br>

<br>\documentclass[a4paper]{article}<br>\usepackage{mathptmx}       % selects Times Roman as basic font<br>\begin{document}<br>Missing or messed up: $\sum\infty\empty\mu\pi$\\<br>Present but raise CMap errors: $\ell\lambda\nu$<br>

\end{document}<br><br>Thanks,<br>Marius<br>