提示:本教程存在过时问题,更详细教程请阅读 小蓝书Typst 中文社区导航 FAQ
注意:该中文文档为社区驱动的非官网文档,可能存在错译、漏译或过时等问题,请以官网文档 Documentation 为准,如发现错漏,也欢迎 您的贡献镜像)。Typst 非官方中文交流 QQ 群:793548390
Warning: the Chinese document is a community-driven non-official document, there may be mistranslation, omission or outdated problems, please refer to the official website documentation.
Typst 中文文档

accent 元素
元素函数可以通过 set 和 show 规则进行样式自定义。

在附基上添加重音符号。

译者注:形如 a² 这样的形式,我们将 a 称作“附基”(base),将 ² 称作“附缀”(attachment)

Example

$grave(a) = accent(a, `)$ \
$arrow(a) = accent(a, arrow)$ \
$tilde(a) = accent(a, \u{0303})$
Preview

参数
参数是函数的输入,它们在函数名称后面的括号中传入。

math.accent() -> content

base
content
必需参数位置参数
位置参数按顺序传入,不带名称。

添加重音符号的基数,可以由多个字母组成。

查看示例
$arrow(A B C)$
Preview

accent
str content
必需参数位置参数
位置参数按顺序传入,不带名称。

可添加于附基的重音符号。

支持的重音符号如下:

AccentNameCodepoint
Gravegrave`
Acuteacute´
Circumflexhat^
Tildetilde~
Macronmacron¯
Brevebreve˘
Dotdot.
Double dotdot.double¨
Triple dotdot.triple
Quadruple dotdot.quad
Diaeresisdiaer¨
Circlecircle
Double acuteacute.double˝
Caroncaronˇ
Right arrowarrow, ->
Left arrowarrow.l, <-