[OS X TeX] uarial.sty not found
Bruno Voisin
bvoisin at mac.com
Wed Apr 12 11:25:04 CEST 2006
Le 12 avr. 06 à 11:11, Bruno Voisin a écrit :
> Should be ~/Library/texmf/tex/ at least, ~/Library/texmf/tex/latex/
> uarial/ would be even better.
Looking back at your original message, you mention font files in
addition to uarial.sty. I suppose you mean .pfb, .tfm, .vf, .map
and .fd files. These should all go to specific locations inside your
private ~/Library/texmf tree. See /Library/teTeX/share/texmf.tetex/
doc/help/tds.dvi.
The simplest way to proceed is to mimic the organization of /Library/
teTeX/share/texmf.tetex, namely:
- PFB files inside ~/Library/texmf/fonts/type1/
- TFM files inside ~/Library/texmf/fonts/tfm/
- VF files inside ~/Library/texmf/fonts/vf/
- MAP files inside ~/Library/texmf/fonts/map/
- STY and FD files inside ~/Library/texmf/tex/latex/
After putting a MAP file at the appropriate location, don't forget to
run updmap. For example:
sudo -H updmap-sys --enable Map uarial.map
in case the MAP file is called uarial.map.
Similarly, in case the fonts are in OTF (OpenType) or TTF (TrueType)
formats, these should go to ~/Library/texmf/fonts/opentype/ and ~/
Library/texmf/fonts/truetype/ respectively.
Bruno Voisin------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list