From ac7aba2bacaaf74a91e218ee537fe3bf267b8e4d Mon Sep 17 00:00:00 2001 From: Sudipto Mallick Date: Fri, 12 Jan 2024 10:13:01 +0000 Subject: Initial implementation of complete assignment 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c5a6100..e04f898 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ */docs */docs/** +*/all.typ java/build/** .vscode/* *.class -- cgit 1.4.1-2-gfad0