packages feed

typst-0.1.0.0: test/typ/layout/page-style-02.typ

// Empty with multiple page styles.
// Should result in a small white page.
#set page("a4")
#set page("a5")
#set page(width: 1cm, height: 1cm)