Dear All,<br><br>I have been trying to install the math font kurier for about two weeks now on a 32 bit Ubuntu (9.10) TexLive installation. The following are the steps I followed:-<br><br><ol><li>Copied all the contents of package kurier in the appropriate directories in $HOME/texmf</li>


<li>Ran mktexlsr $HOME/texmf</li><li>Created a file called &#39;99local-kurier.cfg&#39; in $HOME/.texmf-config/updmap.d</li><li>The contents of this file are [ &#39;;&#39; stands for end of line] : &quot;Map kurier-cs.map;Map kurier-greek.map;Map kurier-sy.map;Map kurier-texnansi.map;Map kurier-ec.map;Map kurier.map;Map kurier-t2a.map;Map kurier-ts1.map;Map kurier-el.map;Map kurier-mi.map;Map kurier-t2b.map;Map kurier-wncy.map;Map kurier-ex.map;Map kurier-qx.map;Map kurier-t2c.map;Map kurier-exp.map;Map kurier-rm.map;Map kurier-t5.map;&quot;</li>


<li>When all this did not work, I copied all the contents of $HOME/texmf to /usr/local/share/texmf</li><li>Ran sudo mktexlsr</li><li>Copied the cfg file to /etc/texmf/updmap.d directory</li><li>Ran sudo update-updmap</li>


</ol>Now, when I try to compile the following simple tex file using pdftex, I get the warning &quot;pdfTeX warning: /usr/bin/pdflatex (file qx-kurierr): Font qx-kurierr at 600 not found.&quot; Furthermore, when I try view the pdf, the pdf viewer shows a completely white blank file.<br>


<br>\documentclass[a4paper,10pt]{article}<br>\usepackage{kurier}<br>\begin{document}<br>This is just a test.<br>\end{document}<br><br>When I try to compile the same file using latex, it gives zero errors and warnings but when I try to view the dvi file, I can only see a bunch of small rectangular pixels in place of the text.<br>


<br>Kindly help.<br><br>Sincerely yours,<br><br>Ashish<br>