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
underline
Element
A horizontal line under content.
$ underline(1 + 2 + ... + 5) $

body
The content above the line.
overline
Element
A horizontal line over content.
$ overline(1 + 2 + ... + 5) $

body
The content below the line.
underbrace
Element
A horizontal brace under content, with an optional annotation below.
$ underbrace(1 + 2 + ... + 5, "numbers") $

body
The content above the brace.
annotation
The optional content below the brace.
Default: none
overbrace
Element
A horizontal brace over content, with an optional annotation above.
$ overbrace(1 + 2 + ... + 5, "numbers") $

body
The content below the brace.
annotation
The optional content above the brace.
Default: none
underbracket
Element
A horizontal bracket under content, with an optional annotation below.
$ underbracket(1 + 2 + ... + 5, "numbers") $

body
The content above the bracket.
annotation
The optional content below the bracket.
Default: none
overbracket
Element
A horizontal bracket over content, with an optional annotation above.
$ overbracket(1 + 2 + ... + 5, "numbers") $

body
The content below the bracket.
annotation
The optional content above the bracket.
Default: none
underparen
Element
A horizontal parenthesis under content, with an optional annotation below.
$ underparen(1 + 2 + ... + 5, "numbers") $

body
The content above the parenthesis.
annotation
The optional content below the parenthesis.
Default: none
overparen
Element
A horizontal parenthesis over content, with an optional annotation above.
$ overparen(1 + 2 + ... + 5, "numbers") $

body
The content below the parenthesis.
annotation
The optional content above the parenthesis.
Default: none
undershell
Element
A horizontal tortoise shell bracket under content, with an optional annotation below.
$ undershell(1 + 2 + ... + 5, "numbers") $

body
The content above the tortoise shell bracket.
annotation
The optional content below the tortoise shell bracket.
Default: none
overshell
Element
A horizontal tortoise shell bracket over content, with an optional annotation above.
$ overshell(1 + 2 + ... + 5, "numbers") $

body
The content below the tortoise shell bracket.
annotation
The optional content above the tortoise shell bracket.
Default: none