summary refs log tree commit diff stats
path: root/java/prelude.typ
Commit message (Collapse)AuthorAgeFilesLines
* Initial implementation of complete assignmentSudipto Mallick2024-01-121-0/+38
This is the initial implementation of the generation of complete document of the assignments. java/buildall: Generates a Typst document from the list of assignments in `alist.txt` (needs to updated to work with `state.sql` in future). java/prelude.typ: Contains the prelude code responsible for generating the table of contents, using the facilities provided by Typst. java/template.typ: Updated so that it can be used with `prelude.typ` for generating the table of contents. .gitignore: To ignore `all.typ`, which is a build artifact.