rivet-typst/gallery/test.typ

7 lines
180 B
Plaintext
Raw Normal View History

2024-05-19 10:16:43 +00:00
#import "../src/lib.typ": *
#let test = schema.load("/gallery/test.yaml")
#schema.render(test, config: config.blueprint(
full-page: true,
default-font-family: "Ubuntu Mono"
))