1 Jul
2011
1 Jul
'11
7:27 p.m.
Am 01.07.2011 08:15, schrieb Wolfgang Schuster:
Am 01.07.2011 um 00:33 schrieb yoraxe:
Ok, thanks, for this minimal example it works. But what do I have to type instead of
\unit{10^{-3} kilogram cubic meter}
(or \unit{10^{-3} kgm²} )
? This does not work for me.
It’s “10e-3”, you can find a list a valid input in the manual [1] for the \digits commands which is now included in \unit.
[1] http://www.pragma-ade.com/general/magazines/mag-0003.pdf
Thanks a lot. Most programms (also the old digit-module) interpret “35e-3” as “35\cdot 10^{-3}” but the new unit-command only sets the “^{-3}“ after the number without “10·“. That's why I was confused. =D Yoraxe