summary refs log tree commit diff stats
path: root/java/buildall
blob: 7cdd0c0d8ecaf6e65651bfb5a0363d300872988c (plain) (blame)
1
2
3
4
#!/bin/sh

awk '$3 == "#" { printf("#include(\"text/%s.typ\")\n", $2) }' alist.txt > all.typ
typst compile --root $PWD all.typ a/all.pdf