I want to typeset something like this: 3.0 × 3.0 × 0.9 mm
How can I do that in LaTeX (using siunitx package)?
So far, I have this:
\num{3.0} × \num{3.0} × \SI{0.9}{\milli\metre}
But probably someone else knows a better solution.
|
I want to typeset something like this: 3.0 × 3.0 × 0.9 mm How can I do that in LaTeX (using So far, I have this:
But probably someone else knows a better solution. |
||||
From section 5.11 Numbers with units of the manual. |
||||
|
|
\SI{2x3x4}{\milli\metre}to avoid confusion – daleif Oct 28 '11 at 9:423 x 3 x 0.9 mm^3, since the expression describes a volume, not a length? – Jake Oct 29 '11 at 3:27