Add A&W summary. Still WIP for fixing errors and more proofs

This commit is contained in:
2025-09-12 17:07:40 +02:00
parent 395c71b962
commit a4309f0ede
22 changed files with 3370 additions and 0 deletions

View 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}