I want to display 2.00 m instead of 2 m, even if the leading number is not a decimal number (= is an integer).
Unfortunately all \sisetup-commands I tried did not work...
Minimum Working Example (MWE):
\documentclass{article}
\usepackage{siunitx}
\begin{document}
\SI{2}{\meter}
\end{document}
siunitxpackage, beginning on p. 22. – Mico Jun 17 '18 at 11:29