Post

siunitx - typeset your units in a consistent way

siunitx - typeset your units in a consistent way

The siunitx Latex Package

When you’re writing your thesis or dissertation it can be important to be consistent with how you typeset them. The siunitx Latex package helps you typeset units consistently by automatically setting things like spacing, unit symbols and prefixes.

Download the documentation for siunitx

Visit the CTAN site

Here are some examples for how you might use it:

1
2
3
4
5
6
\SI{0.5}{\tesla}
\SI{4}{\micro \metre}
\SI{20}{\kilo \electronvolt}
\SI{100}{\nano \metre}
\num{e-3}
\num{10}

Which when compiled looks like:

"siunitx examples
siunitx example
This post is licensed under CC BY 4.0 by the author.