folgendes MB kompiliert einwandfrei mit Texlive 2007, bringt aber eine Fehlermeldung mit Texlive 2009:
\documentclass{scrbook}
\usepackage[obeyall,detectdisplay=false]{siunitx}
\renewunit{\ohm}{\Omega}
%\DeclareSIUnit{\ohm}{\Omega}
\begin{document}
\textbf{conductance [\SI{10e-6}{\per\ohm}]}
\end{document}
% Versionen von siuntix:
% TeX Live 2007: 2008/08/14 v1.0i
% TeX Live 2009: 2010/07/29 v2.0q
Hat jemand einen Tipp, wie ich das Problem gelöst bekomme? Vielen Dank im Voraus!

