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-12-24

^ - Tex Command


Previous Page Next Page  

NAME

^ - used to indicate exponents; used to indicate superscripts; used for pmits on large operators.

SYNOPSIS

{ <#1> ^ #2}

DESCRIPTION

^ is used to indicate exponents; used to indicate superscripts; 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

    ^i 
    $ ^i $

    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 $

    ^ax^b 
    $ ^ax^b $

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

    overbrace{x+cdots+x} ^{n	ext{ times}} 
    $ overbrace{x+cdots+x} ^{n ext{ times}} $

Advertisements