<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">All,<div><br></div><div>We have a system we've written called Optimath (<a href="http://msenux.redwoods.edu/cgi-bin/online/f09/OTlogin.cgi">http://msenux.redwoods.edu/cgi-bin/online/f09/OTlogin.cgi</a>). With this system, the file Untitled.tex basically gets compiles with the following sequence:</div><div><br></div><div>latex --shell-escape Untitled.tex</div><div>dvips -o Untitled-pics.ps Untitled.dvi</div><div>ps2pdf Untitled-pics.ps</div><div>pdflatex Untitled.tex</div><div><br></div><div>It is the second command that reports this warning:</div><div><br></div><div><div>david-arnolds-macbook-pro-2:chapter4 darnold$ dvips -o Untitled-pics.ps Untitled.dvi</div><div>This is dvips(k) 5.98 Copyright 2009 Radical Eye Software (<a href="http://www.radicaleye.com">www.radicaleye.com</a>)</div><div>' TeX output 2009.12.31:1258' -> Untitled-pics.ps</div><div>dvips: Font cmr8 used in file Untitled.1 is not in the mapping file.</div><div>dvips: Font cmr10 used in file Untitled.1 is not in the mapping file.</div><div><br></div><div></div></div></body></html>