Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 544 Bytes

File metadata and controls

13 lines (10 loc) · 544 Bytes

Typst Template Document for Lecture Notes

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.

Usage

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