compile-typst-site is a command-line program for static site generation using Typst. It takes a directory structure like this: . ├── compile-typst-site.toml ├── src/ │ ├── about.typ │ ├── blog ...
A Java-based application to record students' marks (dynamic number of subjects), compute total, percentage, grade and performance category, and save records to both text (data/students.txt) and CSV ...