-
-
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
Similar to #2473, combining a pagebreak(to: and a show rule to start chapters on a new page breaks the parity check.
#set page(paper: "a8", numbering: "1")
#show heading.where(level: 1): it => {
pagebreak(weak: true)
it
}
#lorem(20)
#pagebreak(to: "odd")
= Part 1
#lorem(45)
= Part 2
#lorem(20)Reproduction URL
No response
Operating system
Web app, Linux
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
