mirror of
https://github.com/typst/typst
synced 2025-05-15 17:45:27 +08:00
14 lines
272 B
Typst
14 lines
272 B
Typst
// https://github.com/typst/typst/issues/2095
|
|
// The empty page 2 should not have a page number
|
|
|
|
#set page(numbering: none)
|
|
This and next page should not be numbered
|
|
|
|
#pagebreak(weak: true, to: "odd")
|
|
|
|
#set page(numbering: "1")
|
|
#counter(page).update(1)
|
|
|
|
This page should
|
|
|