10 Oct
2012
10 Oct
'12
3:41 p.m.
Hi Romain, If inputting in the English format is an option, this works: \setupunit[method=3] % comma as decimal mark, thin space for digits seperator \units{12,345.00} %--> 12 345,00 The problem is that inputting in the French format does not work: there seems to be a bug when order=reverse. % doesn't work, of course: unexpected digits seperator after decimal mark (.) \setupunit[method=3, order=normal] \units{12.345,00} % doesn't work correctly: comma is accepted as decimal mark at parse time, % but then printed as thin space anyway. ?!? \setupunit[method=3, order=reverse] \units{12.345,00} %--> 12,345 00 I hope this helps you a bit. Kind regards, Sietse