Decimal separator in Math

Hello,
I am trying to write a formula using Math. I need to use commas as the decimal separator and its giving me trouble. Before it used to work fine, bout now, if I use the comma it interprets it as two separate numbers. That’s annoying because it forces me ti use curly braces when I want ti use a fraction such as 1,2 over 3. Also, the format is wrong because the integer part is slightly separated from the comma. I there any way to fix this?
Thanks

While waiting for the official fix, enclose your comma-separated number between quotation marks: 1,2"1,2"

1 Like

Or you can use the general invisible binding sign (the curly bracket characters):

{1,3} over 3

tdf#158867 is fixed in upcoming 24.8.6 and 25.2.1.