Typst Fumadocs

Vector

Documentation for the `vec` function.

A column vector.

Content in the vector's elements can be aligned with the align parameter, or the & symbol.

This function is for typesetting vector components. To typeset a symbol that represents a vector, arrow and bold are commonly used.

Example

Loading compiler...
#math.vec(
  delim: none | str | array | symbol,
  align: alignment,
  gap: relative,
  children
) -> content

Parameters

Prop

Type

On this page