I'm using siunitx to input some big numbers and units in my document.
Is there a way to make the output of \num{3.14} be "3,13" instead of "3.13"? In Spanish, we use the first one.
|
I'm using Is there a way to make the output of |
||||
| show 9 more comments |
|
At the most basic
will do the job. The package includes some pre-defined 'locales' for different typographic traditions, for example
To date, I've not had details on Spanish conventions, so do not have an |
|||||||||
|
\usepackage[spanish,es-nodecimaldot]{babel}should be enough. – egreg Jun 16 '11 at 16:56