I'm having a hard time figuring out the LaTeX commands to define new units of year and century in siunitx.
I'd like to write \SI{3}{\cm\per\year} and have it show: 3 cm yr-1, or \SI{42}{\micro\meter\per\century} become 4.2E-5 m/century
|
I'm having a hard time figuring out the LaTeX commands to define new units of I'd like to write |
|||
|
In your preamble
See the |
|||||||||
|
\SI{3}{\cm\per yr}, pehaps you could add a little more detail to your question? – Seamus Nov 26 '10 at 21:58siunitxcan convert prefixes into powers, but does not then attempt to update the number to account for this. I guess I can add this as a feature request for v2.2. – Joseph Wright♦ Nov 26 '10 at 22:18