TypstDocumentation

underover functions

Delimiters above or below parts of a formula.

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

underline function

A horizontal line under content.

Example

$ underline(1 + 2 + ... + 5) $
Preview

Parameters
Question mark

underline()

body
contentRequiredPositional
Question mark

The content above the line.

overline function

A horizontal line over content.

Example

$ overline(1 + 2 + ... + 5) $
Preview

Parameters
Question mark

overline()

body
contentRequiredPositional
Question mark

The content below the line.

underbrace function

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

Example

$ underbrace(1 + 2 + ... + 5, "numbers") $
Preview

Parameters
Question mark

underbrace()

body
contentRequiredPositional
Question mark

The content above the brace.

annotation
contentPositional
Question mark

The optional content below the brace.

overbrace function

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

Example

$ overbrace(1 + 2 + ... + 5, "numbers") $
Preview

Parameters
Question mark

overbrace()

body
contentRequiredPositional
Question mark

The content below the brace.

annotation
contentPositional
Question mark

The optional content above the brace.

underbracket function

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

Example

$ underbracket(1 + 2 + ... + 5, "numbers") $
Preview

Parameters
Question mark

underbracket()

body
contentRequiredPositional
Question mark

The content above the bracket.

annotation
contentPositional
Question mark

The optional content below the bracket.

overbracket function

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

Example

$ overbracket(1 + 2 + ... + 5, "numbers") $
Preview

Parameters
Question mark

overbracket()

body
contentRequiredPositional
Question mark

The content below the bracket.

annotation
contentPositional
Question mark

The optional content above the bracket.