<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Herb and Michael:<div><br></div><div>I ran your lines</div><div><br></div><div><blockquote type="cite"><blockquote type="cite">updmap --setoption LW35 ADOBE</blockquote></blockquote><div><br></div>that didn’t do anything, so I ran</div><div><br></div><div><blockquote type="cite"><blockquote type="cite">sudo -H updmap-sys --setoption LW35 ADOBE</blockquote></blockquote><div><br></div>which also didn’t do anything, so I tried Herb’s suggestion about a new updmap.cfg file and running </div><div><br></div><div><blockquote type="cite">sudo -H mktexlsr</blockquote></div><div><br></div><div>and</div><div><br></div><div><blockquote type="cite">sudo -H updmap-sys</blockquote><div><br></div>None of these worked. I get this error line:</div><div><br></div><div><div style="margin: 0px; font-size: 10px; font-family: Monaco;">/usr/texbin/dvips: ! Couldn't find font file com_____.pfb</div><div style="margin: 0px; font-size: 10px; font-family: Monaco;">### FAILED to generate /tmp/altpdflatex.14838-1390426880/epprep1.ps ()</div><div><br class="webkit-block-placeholder"></div><div>So I went back to the original updmap.cfg file and ran the sudo -H updmap-sys.</div><div><br></div><div>I’m afraid I messed things up because I can no longer get back to the original situation of having the urw fonts used in place of the core 35 fonts. I can’t compile anything that uses a times font. Is it possible to get back to the original setup? Is it possible to reinstall TeXLive 2013 or revert to the original files?</div><div apple-content-edited="true">
<span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px;"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Courier; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;  "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Dennis Kletzing</div><div><br></div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br><div><div>On Jan 22, 2014, at 1:52 PM, Herbert Schulz <<a href="mailto:herbs@wideopenwest.com">herbs@wideopenwest.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="font-size: 14px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;"><br>On Jan 22, 2014, at 12:23 PM, Michael Sharpe <<a href="mailto:msharpe@ucsd.edu">msharpe@ucsd.edu</a>> wrote:<br><br><blockquote type="cite"><br>On Jan 22, 2014, at 7:21 AM, Dennis Kletzing <<a href="mailto:dkletzing@cfl.rr.com">dkletzing@cfl.rr.com</a>> wrote:<br><br><blockquote type="cite">Herb:<br><br>Yes, I have Adobe Times type 1 fonts installed. If I remember, in one of the earlier version of TeXShop if said something like<br><br>\newfont{\mytimesitalic}{ptmri8r at10pt}<br><br>I actually got the Adobe Times-Italic ptmri font. But noiw, if you check, this same command will give the urn replacement. I’m just wondering if it’s possible to disable this replacement.<br>--<br>Dennis<br><br><br><br><br>On Jan 22, 2014, at 10:11 AM, Herbert Schulz <<a href="mailto:herbs@wideopenwest.com">herbs@wideopenwest.com</a>> wrote:<br><br><blockquote type="cite"><br>On Jan 22, 2014, at 9:00 AM, Dennis Kletzing <<a href="mailto:dkletzing@cfl.rr.com">dkletzing@cfl.rr.com</a>> wrote:<br><br><blockquote type="cite">All:<br><br>I’m running TeXShop 3.26 with OS 10.9.1 and noticed that the urw fonts are being used as replacements for the 35 core postscript fonts (times, courier, etc). Is it possible to run a command from the Terminal that will disable these fonts and replace them with the original Adobe fonts (times ptm, etc)? Thanks.<br>--<br>Dennis Kletzing<br></blockquote><br>Howdy,<br><br>Do you actually HAVE the type1 Adobe Fonts? If so, do you actually have them installed in your TeX Distribution? Unless you are using (lua/xe)(la)tex you can't just use System Fonts.<br><br></blockquote></blockquote><br>There's a setting in updmap.cfg that controls the sources for those fonts. By default, TeXLive sets the option LW35 to URWkb (ie, URW fonts with Karl Berry style names, like uhvbo8ac.pfb, in the case of URW Helvetica.) To set them to Adobe names, you can use ADOBE for the vendor names or ADOBEkb for Berry style names. To make the change to ADOBE with vendor names, like hvnbo___.pfb, enter in a Terminal window one of the following, as appropriate:<br><br>sudo -H updmap-sys --setoption LW35 ADOBE<br><br>If you have map files in your home folder, you'll run<br><br>updmap --setoption LW35 ADOBE<br><br>Michael<br></blockquote><br>Howdy,<br><br>Well, that's why I asked if Mr. Kletzing was using ADOBE names or ``Berry'' names for the .pfb files.<br><br>If Mr. Kletzing is using TeX Live 2012 or 2013 the best thing to do is to create a file containing the line<br><br>LW35 ADOBE<br><br>with two blank lines after it if he is using ADOBE file names --or-- one containing the single line<br><br>LW35 ADOBEkb<br><br>again with two blank lines afterward if he is using Berry files names. Then name the file updmap.cfg and place it into /usr/local/texlive/texmf-local/web2c. Finally run<br><br>sudo -H mktexlsr<br><br>to let the TeX Distribution ``know'' about the new file and<br><br>sudo -H updmap-sys<br><br>to use the updated parameter and that's it. From then on, after installing an new version of TeX Live (e.g., 2014 whenever it comes out) via the MacTeX installer he only needs to run<br><br>sudo -H updmap-sys<br><br>and he'll be set.<br><br>Good Luck,<br><br>Herb Schulz<br>(herbs at wideopenwest dot com)<br><br><br><br><br>----------- Please Consult the Following Before Posting -----------<br>TeX FAQ:<span class="Apple-converted-space"> </span><a href="http://www.tex.ac.uk/faq">http://www.tex.ac.uk/faq</a><br>List Reminders and Etiquette:<span class="Apple-converted-space"> </span><a href="http://email.esm.psu.edu/mac-tex/">http://email.esm.psu.edu/mac-tex/</a><br>List Archive:<span class="Apple-converted-space"> </span><a href="http://tug.org/pipermail/macostex-archives/">http://tug.org/pipermail/macostex-archives/</a><br>TeX on Mac OS X Website:<span class="Apple-converted-space"> </span><a href="http://mactex-wiki.tug.org/">http://mactex-wiki.tug.org/</a><br>List Info:<span class="Apple-converted-space"> </span><a href="https://email.esm.psu.edu/mailman/listinfo/macosx-tex">https://email.esm.psu.edu/mailman/listinfo/macosx-tex</a></div></blockquote></div><br></div></body></html>