! siunitx error: "invalid-token-in-number"
!
! Invalid token '.' in numerical input.
trying to compile a document with a very long preamble.
The SI line
Code: Select all
\SI{0.0353}{\centi\metre}
Code: Select all
\documentclass[a4paper]{scrartcl}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[ngerman]{babel}
\usepackage[locale=DE,load-configurations=binary]{siunitx}
\begin{document}
\SI{0.0353}{\centi\metre}
\end{document}
I am worried that another package is interfering with siunitx but i don't know which one it might be... Can you help me find out?