<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div apple-content-edited="true"><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; 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-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; 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-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; 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-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: medium; 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-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Am 24.07.2013 um 23:28 schrieb Bruno Voisin <<a href="mailto:bvoisin@me.com">bvoisin@me.com</a>>:</div></div></div></div></div></div><div><br class="Apple-interchange-newline"><blockquote type="cite">Le 24 juil. 2013 à 21:48, ulrike demske <<a href="mailto:udemske@googlemail.com">udemske@googlemail.com</a>> a écrit :<br><br><blockquote type="cite">I did controll the places and changed the position of the source folder. I also tried "kpsewhich lucida.map" which gave no results at first. As soon as I changed the folder 'tex-local' to 'tex-var', there was a result, cf. below. The usual routine however brought the very same results:<br></blockquote><br>texmf-var shouldn't be involved here, it's not a place the user is supposed to interact directly with. Says texmf.cnf:<br><br><span class="Apple-tab-span" style="white-space:pre">       </span>% TEXMFSYSVAR, where *-sys store cached runtime data.<br><span class="Apple-tab-span" style="white-space:pre">     </span>TEXMFSYSVAR = $TEXMFROOT/texmf-var<br><br>Similarly, the source/fonts folder is here for completeness but it's not used at all during the normal operation of the fonts: the files there are involved only in the original creation of the tfm, vf and fd files by fontinst, they're never used afterwards. <br></blockquote><div><br></div><div><br></div><div>Maybe here is the problem: Downloading the fonts from the website gives me a folder 'lucida-type1', containing the subfolders: doc, fonts, source, tex. What I did then, was to place the subfolders in the places I thought appropriate. Opening the source folder I found fonts/lucida/lucida-fontinst.zip. Unzipping this file gave me fonts/lucida/lucida-fontinst with a number of mtx and tex files. As my next steps I did run "sudo -H mktexlsr"<span style="color: rgb(77, 34, 179); "> </span>and "sudo -H updmap-sys --enable Map lucida.map".   </div><div><br></div><div>Ulrike</div><div><br></div><div><br></div><br><blockquote type="cite"><br><blockquote type="cite">ulrikes-imac:~ udemske$ sudo -H updmap-sys --enable Map lucida.map<br><br>updmap is using the following updmap.cfg files (in precedence order):<br><br>  /usr/local/texlive/2012/texmf-config/web2c/updmap.cfg<br><br>  /usr/local/texlive/2012/texmf/web2c/updmap.cfg<br><br>  /usr/local/texlive/2012/texmf-dist/web2c/updmap.cfg<br><br>/usr/local/texlive/2012/texmf-config/web2c/updmap.cfg unchanged.  Map files not recreated.<br><br>updmap: Updating ls-R files.<br></blockquote><br>You may have to run in succession:<br><br><span class="Apple-tab-span" style="white-space:pre">   </span>sudo -H updmap-sys --disable lucida.map<br><span class="Apple-tab-span" style="white-space:pre">   </span>sudo -H updmap-sys --enable Map lucida.map<br><br>so that updmap-sys notices that, even if updmap.cfg hasn't changed, you still want to rebuild the global map files nonetheless.<br><br><blockquote type="cite">ulrikes-imac:~ udemske$ kpsewhich lucida.map<br><br>/Users/udemske/Library/texlive/2012/texmf-var/fonts/map/dvips/lucida/lucida.map<br></blockquote><br>That can't work. As discussed in the previous thread on this list, mixing a system-wide setup in /usr/local/texlive/texmf-local with a user-specific setup in ~/Library/{texmf,texlive} is calling for trouble.<br><br>In addition, the -H option to sudo is precisely here to prevent updmap-sys from seeing ~/Library: -H changes the user to root, hence also ~ to /var/root.<br><br><blockquote type="cite">Obviously, after changing from texmf-local to texmf-var, the system finds lucida.map. Why it doesn't find the rest remains mysterious with me. Running a tex file gave no output.<br></blockquote><br>It's difficult to diagnose exactly what's happening without knowing more. Could you run say<br><br><span class="Apple-tab-span" style="white-space:pre">      </span>ls -R /usr/local/texlive/texmf-local > ~/Desktop/texmflocallist.txt<br><br>and attach to your answer the file it will create on your Desktop. Similarly, could you run<br><br><span class="Apple-tab-span" style="white-space:pre">   </span>kpsewhich --all lucida.map<br><span class="Apple-tab-span" style="white-space:pre">        </span>kpsewhich --all pdftex.map<br><br>and post the results.<br><br>Bruno Voisin<br><br></blockquote></div><br></body></html>