pagebreak
元素
元素函数可以通过 set 和 show 规则进行样式自定义。
元素函数可以通过 set 和 show 规则进行样式自定义。
A manual page break.
Must not be used inside any containers.
Example
The next page contains
more details on compound theory.
#pagebreak()
== Compound Theory
In 1984, the first ...
参数
参数是函数的输入,它们在函数名称后面的括号中传入。
参数是函数的输入,它们在函数名称后面的括号中传入。
weak
If true
, the page break is skipped if the current page is already
empty.
默认:false
to
If given, ensures that the next page will be an even/odd page, with an empty page in between if necessary.
-
"even"
Next page will be an even page.
-
"odd"
Next page will be an odd page.
默认:none
查看示例
#set page(height: 30pt)
First.
#pagebreak(to: "odd")
Third.