22 Mar
2011
22 Mar
'11
12:01 p.m.
Hi Hans, I don't know it its legible to post problems with the current experimental, so tell me if its not. 1) With OpenType math fonts italic will not work. \setupbodyfont[asana] % \setupbodyfont[cambria] % \setupbodyfont[xits] % \setupbodyfont[euler] \starttext {\it test} \stoptext 2) Actually it's not possible to load Cambria, Xits or Euler at all. \setupbodyfont[cambria] % \setupbodyfont[xits] % \setupbodyfont[euler] \starttext test \stoptext 3) The fit option for itemize causes an error. \starttext \startitemize[fit] \item test \stopitemize \stoptext Greeting Andreas