Math & Science ⇒ bold italic number
bold italic number
How to show the number 1 in bold italics math font? I tried using \bm{1} but the looks seems ain't any different from \bf{1}.
NEW: TikZ book now 40% off at Amazon.com for a short time.
bold italic number
Numbers are usually set upright in math mode and
BTW: besides that
KR
Rainer
\bm
just switches to bold. Try it like this: \bm{\mathit{1}}
BTW: besides that
\bf
does not require an argument, it has been deprecated about two decades ago, better use \textbf{..}
or {\bfseries ..}
instead.KR
Rainer