未翻訳
このページはまだ翻訳されていません。原文の内容が表示されています。
pagebreak
ElementElement functions can be customized with set
and show
rules.
Element functions can be customized with
set
and show
rules.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 ...

引数Parameters are the inputs to a function. They are specified in parentheses after the function name.
Parameters are the inputs to a function. They are specified in parentheses after the function name.
weak
SettableSettable parameters can be customized for all following uses of the function with a set
rule.
Settable
Settable parameters can be customized for all following uses of the function with a
set
rule.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.
