completed README.md

This commit is contained in:
2024-05-19 18:03:52 +02:00
parent 56bfe03c44
commit bdbed8f8b0
12 changed files with 207 additions and 2 deletions

7
gallery/example2.typ Normal file
View File

@ -0,0 +1,7 @@
#import "../src/lib.typ": schema, config
#let example = schema.load("/gallery/example2.yaml")
#schema.render(example, config: config.blueprint(
full-page: true,
left-labels: true
))