packages feed

typst-0.1.0.0: test/typ/layout/pagebreak-03.typ

// Test a combination of pagebreaks, styled pages and pages with bodies.
// Should result in three five pages, with the fourth one being red-colored.
#set page(width: 80pt, height: 30pt)
#[#set page(width: 60pt); First]
#pagebreak()
#pagebreak()
Third
#page(height: 20pt, fill: red)[]
Fif#[#set page();th]