Dear ConTeXt folks,

if I am not mistaken `autopunctuation` [1] should prevent the space
after the decimal mark [2] like in »1,23« or »1.23«.

The following minimal example, which is also attached, indicates that
the space is also not added for semicolon »;«.

--- 8< --- minimal example --- >8 ---
\starttext
\setupformulas[align=right]

\startformula
ℕ ≔ \left\{ 0; 1; 2; 3; … \right\}
\stopformula

\setupmathematics[autopunctuation=no]
\startformula
ℕ ≔ \left\{ 0; 1; 2; 3; … \right\}
\stopformula
\stoptext
--- 8< --- minimal example --- >8 ---

I wonder if this is on purpose because the Wiki page [2] does not list
the semicolon as a decimal mark.

Would it be possible to take the semicolon out of the handling of
`autopunctuation`?


Thanks,

Paul


[1] http://wiki.contextgarden.net/Math_setups
[2] https://secure.wikimedia.org/wikipedia/en/wiki/Decimal_mark

Attachment: menge.pdf
Description: Adobe PDF document

\starttext
\setupformulas[align=right]

\startformula
ℕ ≔ \left\{0; 1; 2; 3; … \right\}
\stopformula

\setupmathematics[autopunctuation=no]
\startformula
ℕ ≔ \left\{0; 1; 2; 3; … \right\}
\stopformula
\stoptext

Attachment: signature.asc
Description: This is a digitally signed message part

___________________________________________________________________________________
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