Typst Fumadocs

Under/Over

Documentation for the underover functions.

Delimiters above or below parts of an equation.

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

A horizontal line under content.

Loading compiler...
#math.underline(
  body
) -> content

Parameters

Prop

Type

A horizontal line over content.

Loading compiler...
#math.overline(
  body
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.underbrace(
  body,
  annotation
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.overbrace(
  body,
  annotation
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.underbracket(
  body,
  annotation
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.overbracket(
  body,
  annotation
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.underparen(
  body,
  annotation
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.overparen(
  body,
  annotation
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.undershell(
  body,
  annotation
) -> content

Parameters

Prop

Type

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

Loading compiler...
#math.overshell(
  body,
  annotation
) -> content

Parameters

Prop

Type

On this page