about summary refs log tree commit diff stats
BranchCommit messageAuthorAge
mainsave file as a *-0 instead of *.0Daniel Santos2 years
 
lass='blob'>
1
2
3
4
5
#!/bin/sh
cat prelude.typ > all.typ
ls text/a*.typ | awk '{ printf("#include(\"%s\")\n", $1) }' >> all.typ
typst compile --root $PWD all.typ docs/all.pdf
pdftk docs/all.pdf cat 1 4-5 8-end output docs/myphp-all.pdf