Skip to content

page-restart 方法 0.2.9

该方法可以指定页码从xx开始。

示例

typst
#page-restart(num:100)
// 输出
第100页(共xx页)

参数

num

类型: int

默认值: 1

该参数用于设置页码的开始数

Released under the MIT License.