mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 18:44:24 +00:00
Add A&W summary. Still WIP for fixing errors and more proofs
This commit is contained in:
32
semester2/analysis-i/cheat-sheet.tex
Normal file
32
semester2/analysis-i/cheat-sheet.tex
Normal file
@@ -0,0 +1,32 @@
|
||||
\documentclass{article}
|
||||
|
||||
\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes!
|
||||
\input{\dir/include.tex}
|
||||
\load{recommended}
|
||||
|
||||
\setLang{de}
|
||||
|
||||
\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