December 27, 2025

Subscripts and superscripts are fundamental to mathematical and scientific writing in LaTeX. This comprehensive guide covers everything from basic syntax to advanced techniques for complex indices, nested scripts, and field-specific notation.
In LaTeX, subscripts use the underscore _ and superscripts use the caret ^:
The order doesn’t matter: x_i^2 and x^2_i produce the same result.
When your subscript or superscript has multiple characters, wrap them in curly braces { }:
Without braces, only the first character is affected:
You can nest subscripts and superscripts by using additional _ and ^ within braces:
Subscripts and superscripts are crucial for notation involving sums, products, integrals, and limits:
For multi-letter text (not variables), use \text{} or \mathrm{}:
Without \text, letters are treated as separate variables:
Prime notation uses the apostrophe ' which is treated as a superscript:
Combining primes with other superscripts:
Tensors often require both upper and lower indices (contravariant and covariant):
Subscripts are essential for chemical notation. Use text mode for the subscripts:
x_{i+1} not x_i+1\text{} for words like x_ ext{max}x_i, don’t switch to y_j without reasonT^a_b is different from T_b^a\, if needed for clarity_ - Subscript^ - Superscript_{ } - Multi-character subscript^{ } - Multi-character superscript\text{} - Text mode in math' - Prime (treated as superscript)\ldots - Ellipsis for sequences\sum_{ }^{ } - Summation with limits\int_{ }^{ } - Integral with limits\lim_{ } - LimitMastering subscripts and superscripts is essential for any technical or scientific writing in LaTeX. Whether you’re working with simple indices, complex tensor notation, or chemical formulas, these techniques will help you create clear and professional documents. Remember to use braces for multi-character scripts, text mode for words, and maintain consistency throughout your work.
Practical tools for academic writing, document conversion, and research workflows.
Go to appContact us© 2026 Underleaf. All rights reserved.