July 4, 2006.
Additional Notes from Bruno
CHECKLIST:
0) Check that there is a directory ~/Library/texmf/.
If not, create one manually.
1)
After generating the various .tfm, .vf, .pfb, .fd and .map files, put them
at the appropriate places then run updmap.
2)
Recent changes (2006) in TeXLive and teTeX (upon which gwTeX,
i.e. the TeX i-Package, is based) now requires that, for a font called
"Fontname":
- .map files should go inside
~/Library/texmf/fonts/map/dvips/
instead of
~/Library/texmf/fonts/dvips/
- updmap should be run as
sudo updmap-sys --enable Map Fontname.map
instead of
"sudo updmap --enable Map Fontname.map"
3)
In case you have files at the following locations, it would also be advisable to
delete them beforehand (taken from a post by Gerben Wierda):
~/Library/texmf/tex/generic/config/language.dat
~/Library/texmf/fonts/map/dvipdfm/updmap/dvipdfm.map
~/Library/texmf/fonts/map/dvipdfm/updmap/dvipdfm_dl14.map
~/Library/texmf/fonts/map/dvipdfm/updmap/dvipdfm_ndl14.map
~/Library/texmf/fonts/map/dvips/updmap/builtin35.map
~/Library/texmf/fonts/map/dvips/updmap/download35.map
~/Library/texmf/fonts/map/dvips/updmap/ps2pk.map
~/Library/texmf/fonts/map/dvips/updmap/psfonts.map
~/Library/texmf/fonts/map/dvips/updmap/psfonts_pk.map
~/Library/texmf/fonts/map/dvips/updmap/psfonts_t1.map
~/Library/texmf/fonts/map/pdftex/updmap/pdftex.map
~/Library/texmf/fonts/map/pdftex/updmap/pdftex_dl14.map
~/Library/texmf/fonts/map/pdftex/updmap/pdftex_ndl14.map
~/Library/texmf/web2c/updmap.cfg
~/Library/texmf/web2c/fmtutil.cnf
~/Library/texmf/web2c/*.log
~/Library/texmf/web2c/*.fmt
The last line you have to be careful with in case you created your own
unique formats and dumped them there, as they also end in .fmt.
You should remove only those that already exist in
/usr/local/teTeX/share/texmf.local/web2c
In order to know where TeX and friends look for files with specific
extensions, you can use (in Terminal) the command-line utility kpsewhich.
Its usage is documented in section 3.5 of
/Library/teTeX/share/texmf.tetex/doc/programs/kpathsea.pdf.
For example: --> (click here)
If you have any further questions: please contact us via the
mactex-support webpage.