16 Apr
2011
16 Apr
'11
3:50 p.m.
On Sat, 16 Apr 2011, Yury G. Kudryashov wrote:
Hi!
The following works well with default font but produces too small parentheses with xits.
\doifmodeelse{xits}{\setupbodyfont[xits]}
\starttext \startformula \left( \startmatrix[n=1]\dorecurse{10}{\NC 1\NR}\NC 1\NR\stopmatrix \right) \stopformula \stoptext
Works correctly here (need to remove the last \NR due to a bug in \stopmatrix, but that increases the size of the parenthesis, not reduce it). Are you using the latest version of xits? Aditya