I am using pdflatex(texlive 2011) to compile a document. Unfortunately it does not compile.
! Undefined control sequence.
\metre ->\ERROR
l.69 ...feld \num{6}{\metre} mal \num{6}{\metre}}
siunitx works for units in normal text, but using it in captions fails. Is this a bug or misconfiguration. Under texlive 2009 it compiles flawlessly.
Here is my figure command
\documentclass{article}
\usepackage{siunitx}
\begin{document}
\begin{figure}
\caption{\num{6}{\metre}}
\end{figure}
\end{document}

\documentclass{...}and ending with\end{document}. – Benedikt Bauer Jan 17 at 20:18