Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 594 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 594 Bytes

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.