Math element types

A math element type indicates how the element behaves in relation to other elements around it. For example, a plus sign (+) has the type infix, which means that it has two operands, one to the left and one to the right.

You can define custom math elements of the following types.

Type

Example

Number of operands

Atom

Custom mathelement— atom

None

Delimiter

Custom mathelement—delimiter

One

Function

Custom mathelement—function

One, to the right of the element

Infix

Custom mathelement—Infix

Two, to the left and the right of the element

Large

Custom mathelement—Large

Up to three, above, below, and to the right of the element

Limit

Custom mathelement—Limit

Up to two, below and to the right of the element

Prefix

Custom mathelement—Prefix

One, to the left of the element

Postfix

Custom mathelement—Postfix

One, to the right of the element

Vertical list

Custom mathelement—Verticallist

Two, one above the other (The text line that defines a custom vertical list is used as a separator between list items.)

You cannot define custom math elements of the following types.

Type

Example

Derivative

Math element— Derivative

Diacritical mark

Math element—Diacriticalmark

Horizontal list

Math element—Horizontallist

Matrix

Math element—Matrix

Root

Math element—Root

Script

Math element—Script

Substitution

Math element—Substitution

Vertical division bar

Math element—Verticaldivisionbar