I'm using TeXShop on OS X Lion (the MacTeX distro, which is kind of amazing) and I cannot do the following with siunitx:
\SI{4}{\giga\byte}
TeXShop says it's an "Undefined control sequence." According to the manual I should be able to do this:
\usepackage[detect-weight=true, binary-units=true]{siunitx}
or this:
\usepackage{siunitx}
\sisetup{ detect-weight=true, binary-units=true }
but that's not working, and I've tried small variants.
How can I make the "byte" unit work?
\usepackage[detect-weight=true, load-configurations=binary]{siunitx}I did that instead of my existing siunitx usepackage statement. I don't know if this will be useful to anybody else, it required a little digging on my part, so maybe someone else won't have to do that digging now. Sorry to put this as a comment - I don't have enough rep to post an answer to my own question so soon. – finity Nov 30 '11 at 3:14siunitxdo you have? To find out, add\listfilesbefore\documentclassand view the.logfile. – Werner Nov 30 '11 at 3:37