[Analysis] Add English and German versions of my cheat sheet

This commit is contained in:
2025-12-29 12:21:24 +01:00
parent 900490c6a9
commit 757b74fcb9
6 changed files with 37 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ If you find mistakes, please open an issue or fix them yourself and open a PR.
### Semester 2
#### Analysis I
- [Cheat-Sheet (EN & DE)](./semester2/analysis-i/cheat-sheet-jh/cheat-sheet.pdf) Author: Janis Hutz
- [Cheat-Sheet (EN & DE)](./semester2/analysis-i/cheat-sheet-jh/README.md) Author: Janis Hutz
- [Cheat-Sheet (DE)](./semester2/analysis-i/cheat-sheet-rb/main.pdf) Author: Robin Bacher
#### Other Courses
- [Algorithms & Probability Summary (EN)](./semester2/algorithms-and-probability/aw-summary.pdf) Author: Janis Hutz

View File

@@ -0,0 +1,6 @@
# Analysis I Cheat-Sheet
This Cheat-Sheet is available in two languages, showcasing the language switching feature of my LaTeX helpers
## Available Languages
- [Deutsch](./cheat-sheet-de.pdf)
- [English](./cheat-sheet-en.pdf)

Binary file not shown.

View File

@@ -0,0 +1,30 @@
\documentclass{article}
\newcommand{\dir}{~/projects/latex}
\input{\dir/include.tex}
\load{recommended}
\setupCheatSheet{Analysis Cheat-Sheet}
\begin{document}
\maketitle
\usetcolorboxes
\setcounter{numberingConfig}{3}
\setcounter{numberSubsections}{1}
\tableofcontents
\input{parts/fields.tex}
\input{parts/sequences-and-series.tex}
\input{parts/continuous-functions.tex}
\input{parts/differentiable-functions.tex}
\input{parts/riemann-integral.tex}
\input{parts/table-of-derivatives.tex}
\end{document}