<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; ">I think I did everthing as you suggested, however:<div><br></div><div><div>ulrikes-imac:~ udemske$ cd Downloads/lucida-type1</div><div>ulrikes-imac:lucida-type1 udemske$ sudo cp -R * /usr/local/texlive/2012/texmf-local</div><div>usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file</div><div>       cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory</div><div>ulrikes-imac:lucida-type1 udemske$ sudo -H mktexlsr</div><div>mktexlsr: Updating /usr/local/texlive/2012/../texmf-local/ls-R... </div><div>mktexlsr: Updating /usr/local/texlive/2012/texmf/ls-R... </div><div>mktexlsr: Updating /usr/local/texlive/2012/texmf-config/ls-R... </div><div>mktexlsr: Updating /usr/local/texlive/2012/texmf-dist/ls-R... </div><div>mktexlsr: Updating /usr/local/texlive/2012/texmf-var/ls-R... </div><div>mktexlsr: Done.</div><div>ulrikes-imac:lucida-type1 udemske$ sudo -H updmap-sys --enable Map lucida.map</div><div>updmap is using the following updmap.cfg files (in precedence order):</div><div>  /usr/local/texlive/2012/texmf-config/web2c/updmap.cfg</div><div>  /usr/local/texlive/2012/texmf/web2c/updmap.cfg</div><div>  /usr/local/texlive/2012/texmf-dist/web2c/updmap.cfg</div><div>/usr/local/texlive/2012/texmf-config/web2c/updmap.cfg unchanged.  Map files not recreated.</div><div>updmap: Updating ls-R files.</div><div>ulrikes-imac:lucida-type1 udemske$ </div><div><br></div><div>Ulrike</div><div><br></div><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><p class="MsoNormal"></p><p class="MsoNormal" style="margin-bottom: 12pt; "><br></p></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br><div><div>Am 25.07.2013 um 16:16 schrieb Bruno Voisin <<a href="mailto:bvoisin@me.com">bvoisin@me.com</a>>:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br>Le 25 juil. 2013 à 16:10, ulrike demske <<a href="mailto:udemske@googlemail.com">udemske@googlemail.com</a>> a écrit :<br><br><blockquote type="cite">Thanks, now I got in fact the lucida.zip file which I double clicked - only to get a folder with the very same content as before.<br><br>I did then, as you advised:<br><br>ulrikes-imac:~ udemske$ cd Desktop/lucida-type1<br>ulrikes-imac:lucida-type1 udemske$ sudo cp -R* /usr/local/texlive/texmf-local<br>Password:<br>cp: illegal option -- *<br>usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file<br>       cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file ... target_directory<br>ulrikes-imac:lucida-type1 udemske$ <br><br>and no files have been copied… <br></blockquote><br>There's a space between "-R" and "*". It makes all the difference, by telling cp that -R is an option while * is the first argument. Without the space, cp complains that --R* is not a valid option name.<br><br>Bruno</blockquote></div><br></div></body></html>