Using the siunitx package, if I specify an error with the \pm symbol then it automatically converts it to a form using parenthesis. I would like it to not do this and keep the \pm symbol, but still space the elements of the quantity and symbol in a good way.
e.g. \SI{10 \pm 2}{\kelvin} would produce 10(1) k
I would like it to produce: 10\pm1 k or something similar with spacing taken care of.
