John Culleton wrote:
The following code works with mkii but not with mkiv:
\usetypescript[times][texnansi] \usetypescript[serif,sans][hanging][pure] \setupalign[hanging] \setupbodyfont[times,12pt] \setuphead[chapter][page=right]
I substituted "termes" for "times" in both places but it still works under mkii (texexec) but not mkiv (context). I'll proceed with mkii for the current project but long term I expect difficulties.
The rules in mkiv are a little different. This is hinted at by the last section of the wiki page, but not very clear. Here is how to get protrusion in mkiv: \definefontfeature[default][default][protrusion=quality] \setupalign[hanging] \setupbodyfont[times,12pt] (so less, but different code is need) Best wishes, Taco