On Mon, 28 May 2012, luigi scarso wrote:
Different, but still wrong
\unprotect \starttypescript [\s!math] [palatinomath] \definefontsynonym [PalatinoMath] [\s!file:texgyrepagella-math-regular.otf] \stoptypescript \starttypescript [\s!math] [palatinomath] [\s!name] \definefontsynonym [MathRoman] [PalatinoMath] [\s!features=\s!math\mathsizesuffix] \stoptypescript \starttypescript [PalatinoTest] \definetypeface [\typescriptone] [\s!rm] [\s!serif] [palatino] [\s!default] \definetypeface [\typescriptone] [\s!mm] [\s!math] [palatinomath] [\s!default] \quittypescriptscanning \stoptypescript \protect
\usetypescript[PalatinoTest] \setupbodyfont[PalatinoTest,12pt] \starttext \input knuth \par \startformula \int_0^\infty \frac{1}{x} {\rm d} x \stopformula \stoptext
In this case \int and \sum are of the same size, so it appears as a design choice, and more importantly, we can patch the font to change DisplayOperatorMinHeight. BTW, what is the status of Pagella Math? Should we default to that instead of px-fonts? Aditya