17 Apr
2009
17 Apr
'09
11:29 p.m.
Hi everybody, There's my issue: If I switch a size of body font, the height of square root doesn't adapt well for letters exceeding a baseline (in my example "y"). Here is my code: \starttext \startformula \sqrt{x^2+y^2} \sqrt{x^2+a^2} \stopformula \switchtobodyfont[17pt] \startformula \sqrt{x^2+y^2} \sqrt{x^2+a^2} \stopformula \switchtobodyfont[23pt] \startformula \sqrt{x^2+y^2} \sqrt{x^2+a^2} \stopformula \stoptext If I compile it on http://live.contextgarden.net/, everything looks fine, but on my ConTeXt (2009.04.17 19:32 MKIV on Win Vista) I get the result in attachment. Do you have any ideas what's the problem and how can I fix it? Thanks, Tomas