On Mon, May 27, 2002 at 08:12:38AM +0200, Denis B. Roegel wrote:
> When testing \xii, \xi, etc., I found that \xi (and only \xi)
> sometimes gets corrupted. I still have to create a small file
> illustrating the problem, but maybe this will help you track
> the problem. When corrupted, \xi can be larger than \xii.
Here is the small file illustrating the problem:
% output=pdftex
\setupbodyfont[20pt]
\starttext
{\xii A}
{\xi A}
{\x A}
{\ix A}
{\viii A}
\stoptext
The problem has something to do with the 20pt, since it vanishes
when I remove the line.
Denis