comma as decimal separator in maths mode
Hi ... I am outputting some numbers in maths mode that have a comma as decimal separator. I get a big space after the comma, which I can prevent by writing $1{,}5$ Is there a less awkward way of getting the comma as a "real" decimal separator? Thanks, Martin \starttext $1,5$ \math{1,5} $1{,}5$ \stoptext
Martin Althoff schrieb am 14.09.2019 um 08:34:
Hi ... I am outputting some numbers in maths mode that have a comma as decimal separator.
I get a big space after the comma, which I can prevent by writing $1{,}5$
Is there a less awkward way of getting the comma as a "real" decimal separator? \setupmathematics[autopunctuation=yes]
Wolfgang
Am 2019-09-20 um 20:29 schrieb Wolfgang Schuster
: Martin Althoff schrieb am 14.09.2019 um 08:34:
Hi ... I am outputting some numbers in maths mode that have a comma as decimal separator.
I get a big space after the comma, which I can prevent by writing $1{,}5$
Is there a less awkward way of getting the comma as a "real" decimal separator? \setupmathematics[autopunctuation=yes]
Interesting. Is this language dependent? (see also https://wiki.contextgarden.net/Command/setupmathematics) Hraban
participants (3)
-
Henning Hraban Ramm
-
Martin Althoff
-
Wolfgang Schuster