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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

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