initial commit

This commit is contained in:
2025-09-23 14:52:20 +02:00
commit 5407732395
14 changed files with 326 additions and 0 deletions

5
Makefile Normal file
View File

@@ -0,0 +1,5 @@
.PHONY: example
example: example.pdf
%.pdf: %.typ
typst compile --font-path template/fonts $<