I am using italic font in a certain paragraph of my document, but it won't put the chemical formulas I use in italics. My problem looks a bit like this:
Code: Select all
\usepackage{amsmath}
\usepackage[version=3]{mhchem}
\begin{document}
{\it This text is completely in italics except for this \cee{NH4+} formula.}
\end{document}
\mathbf
or \boldsymbol
. So is there an analogue command for italics?Thanks for reading and hopefully somebody can help me.
Matthias