[OS X TeX] Installing 'makor' package on MacTeX

Berend Hasselman bhh at xs4all.nl
Fri Nov 9 12:07:09 CET 2007


On 9 Nov 2007, at 06:55, Bruno Voisin wrote:

> .....
> 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.
>

Use the -p option to mkdir

cd /usr/local/texlive/texmf-local/fonts
sudo mkdir -p map/dvips/misc


Berend


------------------------- 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