Taco Hoekwater wrote:
Tomas Kisela wrote:
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
Do you have any ideas what's the problem and how can I fix it?
There is a bug in math-dim.lua: the \Umathradicalvgap parameters are not set up properly. Attached is an improved version. Hans, can you put the fix in the next beta?
sure ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------