翻訳済み
このページは日本語に翻訳済みです。
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 ...

Even without manual page breaks, content will be automatically paginated
based on the configured page size. You can set the page height
to auto
to let the page grow dynamically until a manual page break
occurs.
Pagination tries to avoid single lines of text at the top or bottom of a
page (these are called widows and orphans). You can adjust the
text.costs
parameter to disable this behavior.
引数引数引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
引数
引数は関数への入力値です。関数名の後に括弧で囲んで指定します。
weak
設定可能引数設定可能引数設定可能引数は、set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。
設定可能引数
設定可能引数
設定可能引数は、
set
ルールを用いて設定でき、それ以降で使用するデフォルト値を変更できます。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.
