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 Italic in LaTeX

Italicizing text in LaTeX is essential for emphasizing words, phrases, and mathematical variables. This comprehensive guide covers all methods for creating italic text in both regular text mode and mathematical contexts.

Basic Text Formatting

There are two main commands for italicizing text in LaTeX:

  1. The \textit command for basic italic text:

    \ extit{italic text}

  2. The \emph command for semantic emphasis:

    \emph{emphasized text}

Italics in Math Mode

In mathematical expressions, variables are automatically italicized. However, you can use specific commands for different cases:

f(x) = ax^2 + bx + c

For multi-letter variables or text within math mode, use \mathit:

\mathit{area} = \pi r^2

Common Use Cases and Commands

CommandUse CaseMode
\textitBasic italic textText mode
\emphSemantic emphasisText mode
\mathitMulti-letter variablesMath mode
\itLegacy command (not recommended)Text mode

Best Practices

  1. Use \emph for logical emphasis in regular text
  2. Reserve \textit for stylistic purposes like book titles
  3. In math mode, use \mathit for multi-letter variables
  4. Avoid the deprecated \it command in favor of \textit
  5. Maintain consistent usage of italic text throughout your document

Common Mistakes to Avoid

  1. Don't use \textit in math mode - use \mathit instead
  2. Avoid overusing italics as it can reduce readability
  3. Remember that single-letter variables in math mode are automatically italicized
  4. Don't mix different emphasis commands inconsistently
Underleaf Logo
Underleaf

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

Company

PricingGuideBlogLearn

© 2025 Underleaf. All rights reserved.