Skip to content

techboy-coder/ethz-cheatsheets

Repository files navigation

ETHZ CompSci Cheatsheets

A collection of cheat sheets for ETH Zurich Computer Science courses.

Run Locally

Note that you need Typst (LaTeX alternative) to generate PDFs from source.

On macOS (with homebrew installed) simply run the following.

brew install typst

Then, to compile from source, clone the repository and run the commands below, with the appropriate filename of course.

git clone https://github.com/techboy-coder/ethz-cheatsheets
typst compile <file.typ>

Open in your favorite text editor and use/modify however you like.