Documentation

Under/Over

Delimiters above or below parts of an equation.

The braces and brackets further allow you to add an optional annotation below or above themselves.

Functions

underlineElement
Question mark

A horizontal line under content.

math.underline() -> content
$ underline(1 + 2 + ... + 5) $
Preview

body
content
RequiredPositional
Question mark

The content above the line.

overlineElement
Question mark

A horizontal line over content.

math.overline() -> content
$ overline(1 + 2 + ... + 5) $
Preview

body
content
RequiredPositional
Question mark

The content below the line.

underbraceElement
Question mark

A horizontal brace under content, with an optional annotation below.

math.underbrace() -> content
$ underbrace(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content above the brace.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content below the brace.

Default: none

overbraceElement
Question mark

A horizontal brace over content, with an optional annotation above.

math.overbrace() -> content
$ overbrace(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content below the brace.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content above the brace.

Default: none

underbracketElement
Question mark

A horizontal bracket under content, with an optional annotation below.

math.underbracket() -> content
$ underbracket(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content above the bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content below the bracket.

Default: none

overbracketElement
Question mark

A horizontal bracket over content, with an optional annotation above.

math.overbracket() -> content
$ overbracket(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content below the bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content above the bracket.

Default: none

underparenElement
Question mark

A horizontal parenthesis under content, with an optional annotation below.

math.underparen() -> content
$ underparen(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content above the parenthesis.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content below the parenthesis.

Default: none

overparenElement
Question mark

A horizontal parenthesis over content, with an optional annotation above.

math.overparen() -> content
$ overparen(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content below the parenthesis.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content above the parenthesis.

Default: none

undershellElement
Question mark

A horizontal tortoise shell bracket under content, with an optional annotation below.

math.undershell() -> content
$ undershell(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content above the tortoise shell bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content below the tortoise shell bracket.

Default: none

overshellElement
Question mark

A horizontal tortoise shell bracket over content, with an optional annotation above.

math.overshell() -> content
$ overshell(1 + 2 + ... + 5, "numbers") $
Preview

body
content
RequiredPositional
Question mark

The content below the tortoise shell bracket.

annotation
none or content
Positional
Question mark
Settable
Question mark

The optional content above the tortoise shell bracket.

Default: none