English 中文(简体)
Tex Commands Reference

Symbols

A

B

页: 1

C

D

E

F

G

H

I

J

K

L

M

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

Selected Reading

_
  • 时间:2024-11-03

_ - Tex Command


Previous Page Next Page  

NAME

_ - used to indicate subscripts; used for pmits on large operators.

SYNOPSIS

{ <#1> _ #2}

DESCRIPTION

^ is used to indicate exponents; used to indicate subscripts; used for pmits on large operators.

OPTIONS

InputDescription
#1argument #1 is optional
#2use braces in #2, as needed, to clarify what is the exponent.

EXAMPLES

    _2 
    $ _2 $

    x_i^2 
    $ x_i^2 $

    {x_i}^2 
    $ {x_i}^2 $

    x_{i^2} 
    $ x_{i^2} $

    x_{i_2} 
    $ x_{i_2} $

    {x_i}_2 
    $ {x_i}_2 $

    ^a_bx^c_d 
    $ ^a_bx^c_d $

    sum_{n=1}^infty 
    $ sum_{n=1}^infty $

    underbrace{x+cdots+x} 
    _{n	ext{ times}}
    
    $ underbrace{x+cdots+x} _{n ext{ times}} $

Advertisements