Without using full math-mode, does anyone know how to use the mhchem package with non-integer atomic subscripts.
Consider the following:
\documentclass{article}
\usepackage[version=3]{mhchem}
\begin{document}
%Works
\ce{Fe98C2}
%Doesn't Work.
\ce{Fe97.5C2.5}
\end{document}
The Second Formula I am seeking effectively:
Fe$_{97.5}$C$_{2.5}$