Development build 586e1bd4
Typst文档简体中文版v0.15.1 + dev 586e1bd4

colbreak元素
Question mark
自始可用Go to source

Forces a column break.

The function will behave like a page break when used in a single column layout or the last column on a page. Otherwise, content after the column break will be placed in the next column.

Example

#set page(columns: 2) Preliminary findings from our ongoing research project have revealed a hitherto unknown phenomenon of extraordinary significance. #colbreak() Through rigorous experimentation and analysis, we have discovered a hitherto uncharacterized process that defies our current understanding of the fundamental laws of nature.

参数
Question mark

colbreak(weak: bool) → content

weak
bool
可用set规则
Question mark
默认值:false

If true, the column break is skipped if the current column is already empty.