Hans Hagen
Antoine Junod wrote:
"Thomas A. Schmitz"
writes: On Nov 6, 2006, at 2:54 PM, Antoine Junod wrote:
tmf files are in:
./texmf-fonts/fonts/tfm/sil/doulos/texnansi-DoulosSILR.tfm ./texmf-fonts/fonts/tfm/sil/doulos/texnansi-raw-DoulosSILR.tfm
mtexfont.pdf seems to say that's the right place (page 3).
Yes, I've run texhash/mktexlsr.
What else should I check?
Excuse me, I wasn't paying enough attention. From your log, it is clear that ConTeXt is looking for a tfm that is called DoulosSil.tfm -- which, of course, isn't there. I think the reason is because you use the same name "doulos" for all your definitions. Try to edit your test file like so:
It doesn't change anything. Always the same error:
(./type-doulos.tex) ! Font \*Doulos12ptrmtfrm*:=DoulosSil at 12.0pt not loadable: Metric (TFM) file not found.
what does
kpsewhich DoulosSil.tfm
report?
Nothing. I've no DoulsSil.tfm file in my texmf tree. The question is why is it looking for a DoulosSol.tfm file? Am wrong with my type-doulos.tex (cf my first post)? texfont has installed into the tree the following files: ./texmf-fonts/fonts/afm/sil/doulos/DoulosSILR.afm ./texmf-fonts/fonts/tfm/sil/doulos/texnansi-DoulosSILR.tfm ./texmf-fonts/fonts/tfm/sil/doulos/texnansi-raw-DoulosSILR.tfm ./texmf-fonts/fonts/vf/sil/doulos/texnansi-DoulosSILR.vf ./texmf-fonts/fonts/type1/sil/doulos/DoulosSILR.pfb and the map files ./texmf-fonts/fonts/map/dvips/context/dvips-texnansi-sil-doulos.map ./texmf-fonts/fonts/map/dvipdfm/context/dvipdfm-texnansi-sil-doulos.map ./texmf-fonts/fonts/map/pdftex/context/texnansi-sil-doulos.map Thanks a lot for your help. -AJ