! Undefined control sequence.
\documentclass[12pt]{article}
\usepackage{siunitx}
\begin{document}
\si{300}{\nanogram\per\millilitre}
\end{document}
Why?
|
|
You have to use
|
|||
|
|
|
Jake answered the core question: units and prefixes have to be given separately. However, I think I should add a few comments. There are simply too many potential combinations to provide all of them, and so the core of the package only defines separate prefixes and units. You can define additional units using
There are a large number of abbreviated units, which currently have to be loaded as an option
(I'm planning to revise this so that they are loaded as standard when I do the v2.3 updates: hopefully this will happen some time in June.) On the |
|||
|