Yury G. Kudryashov wrote:
Hi!

I try the following:

\starttext
$∫_a^b \int_a^b$
\stoptext

In the first case, the integral sign is below the text. Should I use another font, or is it possible to fix with the default one?

It is possible to fix this. The reason for the odd placement is that the
'math code' of ∫ is not set up properly (and it probably isn't either
for some other bare Unicode characters). To fix the hard way, add this
at the top of your input file:

\Umathcode `∫ = 1 0 `∫ % 1 == \mathop, 0=fam0, ∫=glyph

Eventually, this definition will be added to char-def.lua and then
everything will work out of the box.

Best wishes,
Taco
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : [email protected] / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to