This repository contains my personal Typst template for creating structured lecture notes (especially for mathematics lectures). In main.typ most features of this template are explained with toy examples.
To use this template as a submodule in your repository, run the following commands:
git submodule add https://github.com/ericceg/typst-template.git typst-template
git submodule update --init --recursive
git commit -m "Added typst-template as submodule"
git push origin main