About 24,800,000 results
Open links in new tab
  1. Subscripts and superscripts - Overleaf, Online LaTeX Editor

    By convention, superscripts and subscripts in LaTeX are created using the characters ^ and _ respectively; for example, the exponents applied to x and y in the code fragment above.

  2. How to typeset subscript in usual text mode? - LaTeX Stack …

    LaTeX provides \raisebox{<len>}{<stuff>} (based on TeX's \raise) which raises (and boxes) <stuff> by <len>. A negative <len> drops the contents: \documentclass{article} \begin{document} It's easy to make subscripts in math mode: $a_i$.

  3. Subscript and Superscript in LaTeX - LaTeX-Tutorial.com

    How to do subscript in LaTeX. Subscripts are mainly used when we want to list certain elements, like let \(x_1,x_2,…,x_n\) be rational numbers. Subscript in LaTeX can be created easily using the symbol _ (underscore). For example, $x_1,x_2,\ldots,x_n$ produces the list \(x_1,x_2, \ldots ,x_n\). Subscript with more than one element

  4. Superscripts and Subscripts in LaTeX | Complete Guide | Underleaf

    Learn how to create subscripts and superscripts in LaTeX using _ and ^ commands. Includes examples for math mode, text mode, and multiple levels of sub/superscripts.

  5. How to write subscript(x₂) in LaTeX? - Physicsread

    May 13, 2023 · In this tutorial we will discuss how to use subscripts in LaTeX, both in text mode and math mode. Using subscripts in math mode is very easy, you just need to use this character _ (underscore). For example if you want to print O₂ then you have to write the syntax like this \[ O_2 \]. \[ \verb|H_2 O|\longrightarrow H_2 O \]

  6. How to Write Superscript and Subscript Text in LaTeX

    Oct 12, 2024 · This tutorial explains how to write superscript and subscript text in LaTeX using the ^ and _ commands, including examples.

  7. LaTeX Subscripts and Superscripts - ref.coddy.tech

    In LaTeX, you can create subscripts using the underscore (_) character and superscripts using the caret (^) character. These symbols are typically used within math mode. To create a subscript, use the underscore followed by the subscript text: This produces: x₁. For superscripts, use the caret symbol followed by the superscript text:

  8. Left and right subscript / superscript - LaTeX Stack Exchange

    Jun 30, 2016 · You could use the leftidx package which is capable of producing left and right subscripts and superscripts. In contrast to using simply consecutive subscripts or superscripts such as in $_{t}p_{x}$ it takes care of adjusting indices to the argument using \vphantom .

  9. Subscript and subscript in LaTeX | LaTeX manual - Aspose …

    First, you can get superscripts and subscripts by using ^ and _, as shown in the following example: Note that ^ and _ apply only to the next character. If you want a more complex subscript or superscript, just enclose it in braces:

  10. Subscripts & superscripts - LaTeX - W3cubDocs

    To put a superscript or subscript before a symbol, use a construct like {}_t K^2. The empty curly braces {} give the subscript something to attach to and keeps it from accidentally attaching to a prior symbols.

  11. Some results have been removed