Am 11.09.2010 um 00:40 schrieb Vedran Miletić:
To add a bit to this thread: just checked the siunits module, it's awesome. Spacing is right, sans font units work out of the box, no need for \ after the units and syntax for adding new units is very simple.
You should notice the module is beta (i haven't done anything since 10 months) and more a concept of a new module for units than a working solution.
I have a couple of questions: 1. How to change decimal separator and thousand separator?
decimal separator : decimalpoint=... thousand separator : thousandsseparator=...
2. Should'nt \siunit[thousandgroup=4]{10000} produce 10000 instead of 1.0000 to be consistent with default thousandgroup=3?
dunno, i’m a least interested where it’s required to set thousandgroup to 4
3. \ss $\siunit{\square\kilo\meter}$ will produce all roman, but square will be sans. Why?
The module is configured to produce roman text, the number can be a side effect of math mode Wolfgang