Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

vec元素
Question mark
自始可用Go to source

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

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

参数
Question mark

delim
none or str or symbol or array
可用set规则
Question mark
默认值:("(", ")")

The delimiter to use.

Can be a single character specifying the left delimiter, in which case the right delimiter is inferred. Otherwise, can be an array containing a left and a right delimiter.

Expand展开示例
#set math.vec(delim: "[") $ vec(1, 2) $

align
alignment
可用set规则
Question mark
默认值:center

The horizontal alignment that each element should have.

Expand展开示例
#set math.vec(align: right) $ vec(-1, 1, -1) $

gap
relative
可用set规则
Question mark
默认值:0% + 0.2em

The gap between elements.

Expand展开示例
#set math.vec(gap: 1em) $ vec(1, 2) $

children
content
必需参数
Question mark
位置参数
Question mark
变长参数
Question mark

The elements of the vector.