-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
bugSomething isn't workingSomething isn't workingstylingAbout set and show rules or style propertiesAbout set and show rules or style properties
Description
Description
When using #pagebreak(to) in combination with a change in page numbering with a set rule, the (maybe) inserted empty page uses the incorrect page numbering.
This is a minimal example:
#set page(height: 5cm, numbering: none)
= This page should not be numbered
#lorem(20)
#pagebreak(weak: true, to: "odd")
#set page(numbering: "1")
#counter(page).update(1)
= This page should
#lorem(20)The empty page has a page number when it should not.
This is in typst 0.7.0 (da8367e1) in windows. I got it from winget.
Reproduction URL
No response
Operating system
Windows
Typst version
- I am using the latest version of Typst
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingstylingAbout set and show rules or style propertiesAbout set and show rules or style properties
