TypstDocumentation

vecElement
Question mark

A column vector.

Content in the vector's elements can be aligned with the & symbol.

Example

$ vec(a, b, c) dot vec(1, 2, 3)
    = a + 2b + 3c $
Preview

Parameters
Question mark

delim
none or string
Settable
Question mark

The delimiter to use.

Default: "("

#set math.vec(delim: "[")
$ vec(1, 2) $
Preview

children
content
RequiredPositional
Question mark
Variadic
Question mark

The elements of the vector.