These are summary notes I wrote for some of my university mathematics modules. The notes were made with Typst. The template used is available here. If you notice a mistake in any of these notes, feel free to create an issue or submit a pull request on this website's GitHub repository.
With the exception of the Durham: Year 2 notes, you can choose which kinds of items (theorems, lemmas, definitions, proofs, etc.) are shown in the compiled document, by adding the relevant items to the hidden
argument of the template, e.g. to hide proofs and remarks:
#show: doc => template(doc, hidden: ("proof", "remark"))
This can be useful e.g. if you simply want to memorise just the definitions or just the results.