add classic template styling

This commit is contained in:
2025-09-23 18:40:51 +02:00
parent 5407732395
commit 7aabfcf1f9
5 changed files with 107 additions and 12 deletions

View File

@@ -1,5 +1,7 @@
.PHONY: example
example: example.pdf
%.pdf: %.typ
TEMPLATE_SRCS := $(shell find template -type f)
%.pdf: %.typ $(TEMPLATE_SRCS)
typst compile --font-path template/fonts $<