I'm using the SI package that formats my number space units nicely however I have run into an issue:
When I do the following:
Code: Select all
\begin{tabular}{ll}
\textbf{\SI{}{e}} & \textbf{electronic charge (\SI{1.602 \times 10^{-19}} {C}) } \\
\end{tabular}
How do I get it to do both?
Thanks,