Hi Khaled,

As far as I know, the signs 
        less than: <
        greater than: >
        similar or less than: ⪝
        similar or greater than: ⪞
        less than or equal: ⪬
        greater or equal: ⪭
        (and there are othersigns of the same category)
should be treated in the same way, as with = or \equiv, since they are 
mathematical relations. On the other hand
        interior product: ⨼
        right hand interior product: ⨽
should be treated as +, \times, or \wedge, since they are binary operations.

Best regards: OK
%%% sample-xits.tex
\setupbodyfont[xits]

\starttext

These signs should have exactly the same spacing around them:
$$a = b$$
$$a \equiv b$$
$$a < b$$
$$a ⪝ b$$
$$a ⪞ b$$
$$a ⪬ b$$
$$a ⪭ b$$
These signs should have exactly the same spacing around them:
$$a ⨼ b$$
$$a ⨽ b$$
$$a \wedge b$$
$$a \times b$$
$$a + b$$
\stoptext
%%% end sample-xits.tex

Attachment: sample-xits.pdf
Description: Adobe PDF document

On 23 févr. 2012, at 21:12, Khaled Hosny wrote:

> Hi all,
> 
> While testing some XITS symbols, I was wondering about the spacing of
> the following symbols:
> 
> \setupbodyfont[xits]
> 
> \starttext
> $$a < b$$ # reference
> $$a ⨼ b$$
> $$a ⨽ b$$
> $$a ⪝ b$$
> $$a ⪞ b$$
> $$a ⪬ b$$
> $$a ⪭ b$$
> \stoptext
> 
> Not sure about the first two, but I think the rest should be mathrel
> (additionally, does anyone knows a definite Unicode reference for such
> proprieties?)
> 
> Regards,
> Khaled
> <test.tex><test.pdf>___________________________________________________________________________________
> If your question is of interest to others as well, please add an entry to the 
> Wiki!
> 
> maillist : ntg-context@ntg.nl / 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
> ___________________________________________________________________________________

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

maillist : ntg-context@ntg.nl / 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