On 5/2/2014 4:46 AM, Sanjoy Mahajan wrote:
I've noticed the following issue with how high the numerator is placed, but only when using Palatino:
\setupbodyfont[palatino] \starttext \startformula {3\over4}\quad {1\over2} \stopformula \stoptext
The 3 and the 1 sit quite high above the division line, esp. in comparison with the gap below the line (above the 4 and the 2).
The place okay without the \setupbodyfont[palatino], so maybe it is something incorrect in the font parameters?
The fonts are (from 'pdffonts'):
EUEJAR+TeXGyrePagella-Regular CID Type 0C Identity-H yes yes yes 18 0 UPBTGS+TeXGyrePagellaMath-Regular CID Type 0C Identity-H yes yes yes 19 0
And it is compiled with 2014.03.27 20:04 MKIV.
these are font properties and using a consistent opentype math versus a bunch of loosely related type one fonts makes a difference keep in mind that a too small distance can give inconsistent output
Is there a way to adjust the spacing, or an alternative workaround?
I've added: \starttext $\displaystyle 1+{2g\over3}+{2\over3}$ \blank \setupmathfractions[topdistance=0pt] $\displaystyle 1+{2g\over3}+{2\over3}$ \blank \setupmathfractions[bottomdistance=0pt] $\displaystyle 1+{2g\over3}+{2\over3}$ \blank \setupmathfractions[topdistance=0pt,bottomdistance=0pt] $\displaystyle 1+{2g\over3}+{2\over3}$ \blank \stoptext ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------