TypstDocumentation

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