A set of utilities for programmatically generating Typst code.
Previously: Tikz/Latex code; now, Typst. This is a work in progress.
The implementation should be consistent with the surrounding style, be type annotated, and pass the linters below.
There are a few tools to clean and check the source:
uv run ruff checkuv run ruff formatuv run ty check
To do…
- Neil Girdhar