Files
eth-summaries/README.md
T
2026-08-06 08:21:53 +02:00

4.4 KiB

eth-summaries

The source code for summaries and cheat-sheets for the lectures of BSc Computer Science at ETH Zurich.

If you find mistakes, please open an issue or fix them yourself and open a PR.

Available Summaries & Credits

Semester 1

Summaries for Semester 1

Semester 2

Summaries for Semester 2

Analysis I

Other Courses

Semester 3

Summaries for Semester 3

Theoretical Computer Science

Analysis II

Other Courses

Semester 4

Summaries for Semester 4

Probability & Statistics

Other Courses

Semester 6

Summaries for Semester 6

Introduction to Machine Learning

Electives

Electives summaries

Contributing

Clone this repo locally using

git clone https://github.com/janishutz/eth-summaries

Then, run ./setup.sh to create the helpers.tex and helpers-old.tex files. These files are used for import of the helper files in all summaries, regardless of the save-location of the helpers, which you can find here. These files simply contain an import of the main helpers file (either from the git submodule or any other path on your system)

\input{/path/to/helpers}

In some instances it may be necessary to update the git submodule if I forgot after updating the LaTeX helpers.


NOTE: It is recommended that you fork the repo to contribute back to it (as you won't have write access to this one). To do that, click the fork button on the repo and clone it locally using

git clone https://github.com/<your username>/eth-summaries