I've tracked down a few more problems with texexec on SGI Irix:

1.  teTeX (from SGI freeware) had "EC.enc" but not "ec.enc",
so afm2tfm complained about not finding "ec.enc".  This would not be
a problem on systems that don't respect case in filenames.

2.  TEXPSHEADERS is indeed the place to check for map files:

$ kpsewhich --expand-path=\$TEXPSHEADERS

includes the texmf-fonts/pdftex/config directory

3.  There are two places in texfont.pl that set variables
using `kpsewhich -expand-path=\$$variable`.  SGI Irix
needs `kpsewhich -expand-path=\\\$$variable`

4.  texfont.pl doesn't use TEXMFFONTS to get the fontpath.  I added a
line:

if ($installpath eq "") { $installpath = "TEXMFFONTS" }

With these changes, the  context/data/type-tmf.dat batch file
works.

-- 
George N. White III <[EMAIL PROTECTED]> Bedford Institute of Oceanography


Reply via email to