Underleaf Logo
Underleaf
Blog
Log InTry Free

Learn LaTeX

Getting Started

  • What is LaTeX?
  • LaTeX for Beginners

How to Make Text Bold in LaTeX

Use \textbf{bold text} in normal text. In math, choose the command based on what you are bolding: \mathbf for Latin letters and digits, \boldsymbol or \bm for Greek letters and other math symbols.

Basic Text Formatting

To make text bold in LaTeX, use the \textbf command. Place the text you want to make bold inside the curly braces:

Bold in Math Mode

For Latin letters and digits in mathematical expressions, use \mathbf{}. It is useful for vectors and matrices, but it does not bold most Greek letters or operators:

For Greek letters and general symbols, load bm and use \bm{}. The \boldsymbol{} command from amsmath is another standard option.

Common Use Cases

CommandUse CaseMode
\textbfRegular text emphasisText mode
\mathbfBold Latin letters and digitsMath mode
\boldsymbolGreek letters and math symbols (amsmath)Math mode
\bmBold symbols (requires bm package)Math mode

Why is my LaTeX text not bold?

  1. \mathbf{\alpha} does not bold α because \mathbf selects a bold Roman math alphabet. Use \bm{\alpha} instead.
  2. \textbf inside math mode is for embedded text, not mathematical variables. Use the appropriate math command.
  3. If \bm is undefined, add \usepackage{bm} in the preamble.

Best Practices

  1. Use bold text sparingly to maintain its effectiveness for emphasis
  2. Choose the appropriate command based on whether you're in text mode or math mode
  3. Consider using the bm package for complex mathematical expressions that need bold formatting
  4. Maintain consistency in your use of bold text throughout the document

Try it free

Skip the syntax — let AI write it.

Snap a photo of an equation, a table, or full handwritten notes and Underleaf turns it into clean, compilable LaTeX in seconds. 10 free credits every month, no credit card required.

Convert your page
Handwritten notes converted into a typeset LaTeX document

How to Make Text Bold in LaTeX

Use \textbf{bold text} in normal text. In math, choose the command based on what you are bolding: \mathbf for Latin letters and digits, \boldsymbol or \bm for Greek letters and other math symbols.

Basic Text Formatting

To make text bold in LaTeX, use the \textbf command. Place the text you want to make bold inside the curly braces:

Bold in Math Mode

For Latin letters and digits in mathematical expressions, use \mathbf{}. It is useful for vectors and matrices, but it does not bold most Greek letters or operators:

For Greek letters and general symbols, load bm and use \bm{}. The \boldsymbol{} command from amsmath is another standard option.

Common Use Cases

CommandUse CaseMode
\textbfRegular text emphasisText mode
\mathbfBold Latin letters and digitsMath mode
\boldsymbolGreek letters and math symbols (amsmath)Math mode
\bmBold symbols (requires bm package)Math mode

Why is my LaTeX text not bold?

  1. \mathbf{\alpha} does not bold α because \mathbf selects a bold Roman math alphabet. Use \bm{\alpha} instead.
  2. \textbf inside math mode is for embedded text, not mathematical variables. Use the appropriate math command.
  3. If \bm is undefined, add \usepackage{bm} in the preamble.

Best Practices

  1. Use bold text sparingly to maintain its effectiveness for emphasis
  2. Choose the appropriate command based on whether you're in text mode or math mode
  3. Consider using the bm package for complex mathematical expressions that need bold formatting
  4. Maintain consistency in your use of bold text throughout the document
Underleaf Logo
Underleaf

Practical tools for academic writing, document conversion, and research workflows.

Go to appContact us

Company

PricingBlogTutorialsConference TemplatesConference Deadlines

Free Tools

Image to LaTeXExcel to LaTeXArXiv to LaTeXTikZ GeneratorLaTeX Table GeneratorCitation GeneratorThesis GeneratorChrome ExtensionAll Tools

Ask AI about Underleaf

Ask ChatGPTAsk ClaudeAsk Perplexity

© 2026 Underleaf. All rights reserved.