Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.47 KB

README.md

File metadata and controls

27 lines (22 loc) · 1.47 KB

Cheat sheet for the lecture "Foundations of Data Science"

For the fall semester of 2022. Course catalogue: Link
Website of the department: Link

Usage

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.

Contributing

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.