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

下方/上方 [⚠️ need proofread]

方程的部分上方或下方的定界符。

大括号和方括号还允许在它们自己的下方或上方添加可选的注释。 [⚠️]

函数

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

A horizontal line under content.

Expand展开示例
$ underline(1 + 2 + ... + 5) $
math.underline(content) → content

body
content
必需参数
Question mark
位置参数
Question mark

The content above the line.

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

A horizontal line over content.

Expand展开示例
$ overline(1 + 2 + ... + 5) $
math.overline(content) → content

body
content
必需参数
Question mark
位置参数
Question mark

The content below the line.

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

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

Expand展开示例
$ underbrace(0 + 1 + dots.c + n, n + 1 "numbers") $
math.underbrace() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content above the brace.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content below the brace.

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

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

Expand展开示例
$ overbrace(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overbrace() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content below the brace.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content above the brace.

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

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

Expand展开示例
$ underbracket(0 + 1 + dots.c + n, n + 1 "numbers") $
math.underbracket() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content above the bracket.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content below the bracket.

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

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

Expand展开示例
$ overbracket(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overbracket() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content below the bracket.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content above the bracket.

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

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

Expand展开示例
$ underparen(0 + 1 + dots.c + n, n + 1 "numbers") $
math.underparen() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content above the parenthesis.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content below the parenthesis.

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

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

Expand展开示例
$ overparen(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overparen() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content below the parenthesis.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content above the parenthesis.

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

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

Expand展开示例
$ undershell(0 + 1 + dots.c + n, n + 1 "numbers") $
math.undershell() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content above the tortoise shell bracket.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content below the tortoise shell bracket.

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

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

Expand展开示例
$ overshell(0 + 1 + dots.c + n, n + 1 "numbers") $
math.overshell() → content

body
content
必需参数
Question mark
位置参数
Question mark

The content below the tortoise shell bracket.

annotation
none or content
位置参数
Question mark
可用set规则
Question mark
默认值:none

The optional content above the tortoise shell bracket.