Am 03.11.2012 um 01:45 schrieb Marcin Borkowski <mb...@wmi.amu.edu.pl>:

> If I get it correctly, the following two formulae should render
> differently - and they don't.  What is going on?
> 
> \setupmathematics[autopunctuation=yes]
> 
> \starttext
> 
> $(2,5)$ versus $(2, 5)$
> 
> \stoptext

Spaces in math mode are ignored because the spacing is controlled by different 
rules.

\starttext

\m{1.2}\par
\m{1. 2}\par
\m{1 .2}\par
\m{1 . 2}\par

\blank

\m{1,2}

\blank

\setupmathematics[autopunctuation=yes]\m{1,2}

\stoptext

Wolfgang
___________________________________________________________________________________
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