Math & Sciencebold italic number

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Kareem
Posts: 9
Joined: Sat Aug 04, 2012 2:28 pm

bold italic number

Post by Kareem »

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}.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

rais
Posts: 419
Joined: Sun Nov 16, 2014 8:51 pm

bold italic number

Post by rais »

Numbers are usually set upright in math mode and \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
Post Reply