25 Aug
2024
25 Aug
'24
5:14 p.m.
Henning Hraban Ramm schrieb am 24.08.2024 um 20:59:
Am 24.08.24 um 20:38 schrieb Henning Hraban Ramm:
According to docs,
\setupunit[method=3]
should change the rendering of numbers in
\unit{10,123.99 mm} or \digits{10,123.99} to “10\,123,99”,
but it doesn’t.
\setdigitmode{3} works, though.
Seems to be a problem of my environment.
In a minimal example, \setupunit changes \unit, \setdigitmode changes \digits.
The \digits mechanism was never extended to provide a basic setup mechanism which means you have to use the \set... commands to change the output. Wolfgang