I would like to get I, \sigma and B_0 in bold in this equation:
Code: Select all
\begin{equation}
H_\mathrm{CS} = -\gamma I \sigma B_0
\end{equation}
Code: Select all
\begin{equation}
H_\mathrm{CS} = -\gamma \boldmath{I \sigma B_0}
\end{equation}
When I use \mathbf:
Code: Select all
\begin{equation}
H_\mathrm{CS} = -\gamma \mathbf{I \sigma B_0}
\end{equation}
You can I selectively get I, \sigma and B_0 in bold?
Please help me!!!
Thierry