From 736a154b3aa1f6ca04f54900ea9345b8ef1ddd0c Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Sep 2025 08:58:45 +0200 Subject: [PATCH] Update README, migrate to submodule for helpers --- README.md | 10 +++++++++- .../ad-janishutz.tex | 2 +- semester1/eprog/eprog-janishutz.tex | 2 +- semester1/linear-algebra/linAlg-janishutz.pdf | Bin 1515369 -> 1515942 bytes semester1/linear-algebra/linAlg-janishutz.tex | 2 +- .../algorithms-and-probability/aw-summary.tex | 2 +- semester2/analysis-i/cheat-sheet.tex | 2 +- .../pprog-compact-summary.tex | 2 +- 8 files changed, 15 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d6da6ac..1ee3c4c 100644 --- a/README.md +++ b/README.md @@ -7,13 +7,21 @@ If you find mistakes, please open an issue or fix them yourself and open a PR. ### Semester 1 - [Algorithms & Datastructures Summary](./semester1/algorithms-and-datastructures/ad-janishutz.pdf) Author: Janis Hutz - [Linear Algebra Cheat-Sheet](./semester1/linear-algebra/linAlg-janishutz.pdf) Author: Janis Hutz -- [EProg Short summary](./semester1/eprog/eprog-janishutz.pdf) Author: Janis Hutz +- [Introduction to Programming Short summary](./semester1/eprog/eprog-janishutz.pdf) Author: Janis Hutz ### Semester 2 - [Analysis Cheat-Sheet](./semester2/analysis-i/cheat-sheet.pdf) Author: Janis Hutz - [Algorithms & Probability Summary](./semester2/algorithms-and-probability/aw-summary.pdf) Author: Janis Hutz - [Parallel Programming Compact Summary](./semester2/parallel-programming-compact/pprog-compact-summary.pdf) Author: Janis Hutz + +## Contributing +Clone this repo locally using +``` +git clone --recursive https://github.com/janishutz/eth-summaries +``` +to also include the required LaTeX helpers for compiling the documents + ---