[lucida] Problems with Installation
Bruno Voisin
bvoisin at me.com
Wed Jul 24 16:57:12 CEST 2013
Le 24 juil. 2013 à 09:44, ulrike demske <udemske at googlemail.com> a écrit :
> > When updating the file name data base with "sudo -H mktexlsr" and executing "sudo updmap-sys --enable Map=Lucida.map",
That's where things go wrong, it's lucida.map all lowercase, not Lucida.map. On the Mac, the Finder is case-insensitive, but as soon as you're moving to Terminal you're entering Unix territory and things become case-sensitive.
> I get the information that the map file hasn't changed. Using "sudo -H kpsewhich lucida.map" gives no results:
>
> <Bildschirmfoto 2013-07-24 um 09.27.18.png>
>
> > Further searches for the mistake provided the following results:
>
> <Bildschirmfoto 2013-07-24 um 09.28.09.png>
>
> <Bildschirmfoto 2013-07-24 um 09.29.38.png>
updmap-sys is doing the right thing: when you're running "sudo -H updmap-sys --syncwithtrees", it notices updmap.cfg contains an entry to the file Lucida.map which doesn't exist; accordingly, it offers to remove this entry. That's indeed the thing to do, so you should have answered "y" here.
Faster: to solve your problem, just type
sudo -H updmap-sys --disable Lucida.map
sudo -H updmap-sys --enable Map lucida.map
Things should work afterwards.
Hoping they do,
Bruno Voisin
More information about the lucida
mailing list