I was asked to write a document where I have to put temperatures like -51,4 degrees celcius. How can I do that in LaTeX? I tried
\usepackage{siunitx}
...
\SI{-51{,}4}{\celsius}
but it turns the comma to the dot.
I was asked to write a document where I have to put temperatures like -51,4 degrees celcius. How can I do that in LaTeX? I tried
\usepackage{siunitx}
...
\SI{-51{,}4}{\celsius}
but it turns the comma to the dot.