[OS X TeX] Installing 'makor' package on MacTeX
Bruno Voisin
bvoisin at mac.com
Fri Nov 9 06:55:07 CET 2007
Le 9 nov. 07 à 02:02, Eric Jablow a écrit :
> On Nov 8, 2007, at 6:11 PM, Peter Dyballa wrote:
>
>> Now that the MAP file fragment is known you can add its entries to
>> the MAP files for dvips, dvipdfm, and pdfTeX:
>>
>> sudo updmap-sys --enable Map=makor.map
>>
>> which also adds makor.map to updmap.cfg.
>
> makor.map doesn't make it into that updmap.cfg.
There's a typo in the instruction above. Should have been
sudo -H updmap-sys --enable Map=makor.map
> I'm using MacTeX, not gwTeX and not texlive, though there are
> texlive directories. The directory /usr/local/texlive/texmf-local/
> fonts/map/dvips/misc doesn't exist. Should I create one and put
> makor.map into it?
Yes. It's possible the Finder won't let you create a directory there
(due to that part of the OS being owned by root). If that happens,
you'll need to use, in Terminal, mkdir prefaced by sudo, as in
cd /usr/local/texlive/texmf-local/fonts
sudo mkdir map
cd map
sudo mkdir dvips
cd dvips
sudo mkdir misc
There's certainly a way to create the arborescence map/dvips/misc all
in one go, I'm just not a command-line expert and I don't remember.
Bruno Voisin
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the macostex-archives
mailing list