I'm trying to write in bold some numbers expressed in scientific notation (using \num).
What I've been trying is:
\usepackage{siunitx}
\usepackage{graphicx}
\usepackage{amsmath}
\usepackage{amssymb}
\textbf{\num{1.34e+2}}
$\mathbf{\num{1.34e+2}}$
but none of them seems to work.
How can I do that?
