<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Jul 14, 2012, at 1:14 PM, Johann Spies wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">On MacTex 2012:<br><br>I use <br><br>\documentclass[unicode,colorlinks=true,pdftex,<br>bookmarks,11pt,a4paper,afrikaans,english,greek,hebrew]{book}<br><br>And get this at one stage while compiling:<br><br><i>kpathsea: Running mktextfm grx0600<br>
/usr/local/texlive/2012/texmf/web2c/mktexnam: Could not map typeface abbreviation rx for grx0600.<br>/usr/local/texlive/2012/texmf/web2c/mktexnam: Need to update /usr/local/texlive/2012/texmf-dist/fonts/map/fontname/special.map?<br>
mktextfm: Running mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input grx0600<br>This is METAFONT, Version 2.718281 (TeX Live 2012)<br><br>kpathsea: Running mktexmf grx0600<br>! I can't find file `grx0600'.<br>
<*> ...=ljfour; mag:=1; nonstopmode; input grx0600<br>                                                  <br>Please type another input file name<br>! Emergency stop.<br><*> ...=ljfour; mag:=1; nonstopmode; input grx0600<br>
                                                  <br>Transcript written on mfput.log.<br>grep: grx0600.log: No such file or directory<br>mktextfm: `mf-nowin -progname=mf \mode:=ljfour; mag:=1; nonstopmode; input grx0600' failed to make grx0600.tfm.<br>
kpathsea: Appending font creation commands to missfont.log.<br>! Font LGR/lmr/bx/n/6=grx0600 at 6.0pt not loadable: Metric (TFM) file not foun<br>d.<br><to be read again> <br>                   relax <br>l.522 ``\textbf{\textgreek{e>ic >óleheron}}<br>
                                             zum Verderben, Untergang; nicht</i><br><br>How can I overcome that?<br><br>Regards<br>Johann<br></blockquote></div><br><div>It seems to me that there are errors in lgrlmr.fd that point to non-existent tfms. Two lines I noticed have obvious errors.</div><div><br></div><div>[line88]     {<-5.5>    grxn0500      <5.5-6.5> grx0600</div><div><br></div><div>should be</div><div><br></div><div> {<-5.5>    grxn0500      <5.5-6.5> grxn0600</div><div><br></div><div>and </div><div><br></div><div>[line93]     {<-5.5>    gmxn0500      <5.5-6.5> gmx0600</div><div><br></div><div>should be</div><div><br></div><div>{<-5.5>    gmxn0500      <5.5-6.5> gmxn0600</div><div><br></div><div>Make those fixes in a copy of lgrlmr.fd that is placed in ~/Library/tex/latex so that it is found before the incorrect distributed version.</div><div><br></div><div>Michael</div></body></html>