1 2 3 4 5 6 7 8 9
all: demo.svg %.pdf: %.typ typst compile $< %.svg: %.pdf pdf2svg $< $@ rsvg-convert --zoom 3 --background-color white --format svg --output $@ $@