For the fall semester of 2022.
Course
catalogue: Link
Website of the department: Link
It is a cheat sheet PDF generated with LaTex.
You can download the latest release
here: latest
For the latest commit on the main branch,
the nightly release is updated.
The PDF is created with latex using the cheatsheet document class.
This also needs additional dependencies, they are documented in the image/Dockerfile.
For local development, you can use the docker-compose.yml.
To generate the PDF, run docker-compose up
or docker-compose run --rm cheat-sheet-tex
.
To format the LaTex files, run docker-compose run --rm cheat-sheet-tex format
.
For fast iteration, auto completion and syntax highlighting, i am
using TeXiFy IDEA.
(With the dependencies locally installed)
The formatter used is prettier-plugin-latex, as you can
see its not perfect, but then the formatting is not up for discussion.