mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 01:18:27 +00:00
[Analysis] Add English and German versions of my cheat sheet
This commit is contained in:
@@ -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
|
||||
|
||||
6
semester2/analysis-i/cheat-sheet-jh/README.md
Normal file
6
semester2/analysis-i/cheat-sheet-jh/README.md
Normal 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.
BIN
semester2/analysis-i/cheat-sheet-jh/cheat-sheet-en.pdf
Normal file
BIN
semester2/analysis-i/cheat-sheet-jh/cheat-sheet-en.pdf
Normal file
Binary file not shown.
30
semester2/analysis-i/cheat-sheet-jh/cheat-sheet-en.tex
Normal file
30
semester2/analysis-i/cheat-sheet-jh/cheat-sheet-en.tex
Normal 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}
|
||||
Reference in New Issue
Block a user