A template to write SBC Papers with Typst
Important
THIS TEMPLATE IS UNFINISHED!!! Don't have any high expectations.
- Install typst
- From the project root, use the Makefile (
make helplists everything):makeormake pdf— compiletemplate.typ→template.pdfmake -B— force rebuild (ignores timestamps)make watch— rebuild on savemake open— opentemplate.pdf(macOS:open, Linux:xdg-open)make dev— compile, open the PDF, then watchmake clean— removetemplate.pdfmake help— list targets
You can still call typst directly if you prefer.