29 Oct
2011
29 Oct
'11
11:12 p.m.
Dear ConTeXt folks, Am Samstag, den 29.10.2011, 18:27 +0200 schrieb Paul Menzel:
some fractions (input using Compose) are not displayed in the resulting PDF files.
\starttext ⅛ ist $\frac18$.
½, ⅓, ¼, ⅕, ⅙, ⅛ \stoptext
I guess this is a font problem,
using XITS [1][2] (Is that the also the fonts name?), everything is shown correctly. \setupbodyfont[xits] \starttext ⅛ ist $\frac18$. ½, ⅓, ¼, ⅕, ⅙, ⅛ \stoptext
but maybe fall backs could be added?
Since I am wondering why ½ should work but not for example ⅛. Thanks, Paul