mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 13:38:24 +00:00
[Analysis] Add English and German versions of my cheat sheet
This commit is contained in:
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