├── .gitignore ├── README.md ├── assignment_example.pdf ├── assignment_example.typ └── template.typ /.gitignore: -------------------------------------------------------------------------------- 1 | typst.exe 2 | template.pdf -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongjr03/typst-assignment-template/HEAD/README.md -------------------------------------------------------------------------------- /assignment_example.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongjr03/typst-assignment-template/HEAD/assignment_example.pdf -------------------------------------------------------------------------------- /assignment_example.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongjr03/typst-assignment-template/HEAD/assignment_example.typ -------------------------------------------------------------------------------- /template.typ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hongjr03/typst-assignment-template/HEAD/template.typ --------------------------------------------------------------------------------