On Mon, 04 Nov 2002 10:48:36 +0000
Nigel King
replacing \setupencoding [default=texnansi] With \usetypescript[berry][ec] Causes the error again the start of which is shown below
kpathsea: Running mktextfm utmr8t mktextfm: Running mf \mode:=ljfour; mag:=1; nonstopmode; input utmr8t
this is since there is no utmr8t.tfm on your system. Older TeX systems had (IMO) wrong tfm file names like ptmr8t.tfm for Times in T1 encoding. The problem is that the "p" means the font-vendor is Adobe, but all font setups have used fonts from URW. Thus the "p" is wrong and has been replaced with the appropriate "u" for URW in modern TeX systems, for example in TeXLive. ConTeXt is correctly configured to use these URW font names. The best solution is to install a TeX system that provides these font names. Jens