I am just working on a document (a series of exercises for one of my classes), which uses both the SI and US customary unit systems (different exercises use different systems). I am trying to typeset the units in a consistent way. I am using the excellent siunitx package, and add the US units manually, however, it feels sort of strange to write things like \DeclareSIUnit\inch{in}. Does anybody have any good way of handling a situation like this?
(I could just use ConTeXt, but I want to take advantage of the beamer class.)
\let\DeclareUSUnit\DeclareSIUnitand\let\US\SIand then you can declare and typset the US units with those commands. We can call this the therapeutic solution. :-) – Alan Munn Jan 24 '12 at 03:46