Underleaf Logo
Underleaf
PricingBlogInstall for OverleafStart for free

Learn LaTeX

Text Formatting

  • Bold Text in LaTeX
  • Italics in LaTeX
  • Subscript and Superscript
  • Greek Letters and Symbols

How to Make Text Bold in LaTeX

Making text bold in LaTeX is a fundamental formatting technique used to emphasize important words or phrases. This guide covers all the different methods to create bold text in both regular text mode and mathematical expressions.

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:

\ extbf{bold text}

Bold in Math Mode

For mathematical expressions, use the \mathbf command. This is particularly useful for vectors and matrices:

y = m \mathbf{x} + b

Common Use Cases

CommandUse CaseMode
\textbfRegular text emphasisText mode
\mathbfVectors and matricesMath mode
\bmBold symbols (requires bm package)Math mode

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

Empowering students and researchers with AI-powered tools for academic writing.

Company

PricingGuideBlogLearn

© 2025 Underleaf. All rights reserved.