updated to CeTZ 0.3.2 and Typst 0.13.0

This commit is contained in:
2025-02-23 13:26:28 +01:00
parent a9633f25a3
commit 37dce1f7c9
5 changed files with 4 additions and 5 deletions

View File

@ -35,7 +35,7 @@ For more information, see the [manual](manual.pdf)
To use this package, simply import `schema` from [rivet](https://typst.app/universe/package/rivet) and call `schema.load` to parse a schema description. Then use `schema.render` to render it, et voilà !
```typ
#import "@preview/rivet:0.1.0": schema
#import "@preview/rivet:0.2.0": schema
#let doc = schema.load("path/to/schema.yaml")
#schema.render(doc)
```