<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div></div><div><br></div><div>Now, it does compile. However, try this:</div><div><br></div><div>latex Untitled.tex</div><div>dvips Untitled</div><div><br></div><div>And you get this response:</div><div><br></div><div><div>david-arnolds-macbook-pro-2:chapter4 darnold$ dvips Untitled</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:0948' -> Untitled.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>This is with a brand new install of Mactex and the above was after I did this:</div><div><br></div><div><div>david-arnolds-macbook-pro-2:~ darnold$ rm -R ~/.texlive2009</div><div><br></div><div>I then tried Peter's suggestion:</div><div><br></div><div><div>david-arnolds-macbook-pro-2:chapter4 darnold$ updmap --listmaps | egrep -w '[cl]m.map'</div><div>updmap: This is updmap, version $Id: updmap 14402 2009-07-23 17:09:15Z karl $</div><div>updmap: using transcript file `/Users/darnold/.texlive2009/texmf-var/web2c/updmap.log'</div><div>MixedMap cm.map</div><div>Map lm.map</div><div><br></div><div>david-arnolds-macbook-pro-2:chapter4 darnold$ updmap-sys --listmaps | egrep -w '[cl]m.map'</div><div>updmap: This is updmap, version $Id: updmap 14402 2009-07-23 17:09:15Z karl $</div><div>updmap: no permissions for writing /usr/local/texlive/2009/texmf-var/web2c/updmap.log', so no transcript</div><div>MixedMap cm.map</div><div>Map lm.map</div><div><br></div><div>Both resulted in Map lm.map, so I ran Peter's commands:</div><div><br></div><div><span class="Apple-tab-span" style="white-space: pre; ">       </span>sudo updmap-sys --disable lm.map<br><span class="Apple-tab-span" style="white-space: pre; ">       </span>sudo updmap-sys --enable Map=lm.map<br></div><div><br></div><div>The result:</div><div><br></div><div><div>david-arnolds-macbook-pro-2:chapter4 darnold$ dvips Untitled</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:0948' -> Untitled.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>Please note that the problem is with Untitled.1, the metapost output.</div><div><br></div><div>Now, I looked in the file lm.map and there is no cmr8 in there, only a latin modern replacement. I think I need to run Peter's <span class="Apple-tab-span" style="white-space: pre; "> </span>sudo updmap-sys --enable Map=lm.map, but on a different map, to get the old fashioned cm font.</div><div><br></div><div>D.</div></div><div><br></div></div><div><br></div><div>P.S. On the other hand, perhaps a metapost guru can help me adjust my Untitled.tex so that dvips will recognize the font used.</div></div></div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div><div><div><div>On Dec 31, 2009, at 9:21 AM, Peter Dyballa wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>Am 31.12.2009 um 05:55 schrieb David Arnold:<br><br><blockquote type="cite">dvips: Font cmr8 used in file Untitled.1 is not in the mapping file.<br></blockquote><blockquote type="cite">dvips: Font cmr10 used in file Untitled.1 is not in the mapping file.<br></blockquote><br>There are two MAP file fragments which prepare the original Computer Modern fonts (cm.map) or their Latin Modern successors (lm.map) for use in dvips and other convertors. You can check whether any of them is enabled by running on the command line:<br><br><span class="Apple-tab-span" style="white-space:pre">  </span>updmap --listmaps | egrep -w '[cl]m.map'<br><span class="Apple-tab-span" style="white-space:pre">  </span>updmap-sys --listmaps | egrep -w '[cl]m.map'<br><br>The enabled MAP file fragment should be lm.map. (And both commands should return the same name.) If this name is not returned, then run:<br><br><span class="Apple-tab-span" style="white-space:pre">        </span>updmap-sys --listavailablemaps | egrep -w '[cl]m.map'<br><br>If this name is not returned you can try to repair:<br><br><span class="Apple-tab-span" style="white-space:pre">    </span>sudo texhash<br><span class="Apple-tab-span" style="white-space:pre">      </span>sudo updmap-sys --syncwithtrees<br><br>and now check again. If it's now listed you can enable it in two steps:<br><br><span class="Apple-tab-span" style="white-space:pre">      </span>sudo updmap-sys --disable lm.map<br><span class="Apple-tab-span" style="white-space:pre">  </span>sudo updmap-sys --enable Map=lm.map<br><br>Removing your invisible ~/.texlive2009 directory tree is a necessary option.<br><br><br>If it still fails: get another computer! A new disk alone might already help, switching off Time Machine... My imagination is leaving me, I think.<br><br>--<br>Greetings<br><br>  Pete<br><br>The most exciting phrase to hear in science, the one that heralds new discoveries, is not "Eureka!" (I found it!) but "That's funny..."<br><span class="Apple-tab-span" style="white-space:pre">        </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span><span class="Apple-tab-span" style="white-space:pre">    </span>– Isaac Asimov<br><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: <a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>List Reminders and Etiquette: <a href="http://email.esm.psu.edu/mac-tex/">http://email.esm.psu.edu/mac-tex/</a><br>List Archive: <a href="http://tug.org/pipermail/macostex-archives/">http://tug.org/pipermail/macostex-archives/</a><br>TeX on Mac OS X Website: <a href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a><br>List Info: <a href="http://email.esm.psu.edu/mailman/listinfo/macosx-tex">http://email.esm.psu.edu/mailman/listinfo/macosx-tex</a><br><br></div></blockquote></div><br></div></body></html>