Past exam solutions for thmmy. You can find all the currently added solutions below:
If you want the black & white versions you can get them here
Contributions are welcome and appreciated. The notes are written in tldraw, there is also a VScode extension you can use. You need to follow these steps in order:
If you want to contribute to the code and/or build the pdf files yourself follow these steps:
npm install
npm run build
to build all of the pdf files (not recommended)npm start
and the code will automatically detect your changed .tldr files through git (make sure you haven’t commited the files before you run it). This is recommended if you want to save time.