David Arnold wrote:
Taco et al,
OK, this didn't work. Log file attached.
� �\usetypescript[palatino][texnansi] � \switchtobodyfont[palatino] � \starttext � Hello World! � \stoptext
no logfile -) for that one you need to run texfont --encoding=texnansi --batch type-tmf.dat (since you are familiar with texnansi .... although better than ec, this encoding was never really supported in distributions, only by mouh, which is why you need to generate metrics yourself)
This one worked.
�\usetypescript[adobekb][8r,ec] � \usetypescript[palatino][ec] � \switchtobodyfont[palatino] � \starttext � Hello World! � \stoptext
Two questions:
1. I don't know why one worked and the other didn't. What files could I look at in my tex tree that would give a hint as to which to use?
2. How can I make the first one work?
use texfont (or take cont-fnt from the website) Hans