[Analysis] Cleaner structure

This commit is contained in:
RobinB27
2025-12-29 12:14:51 +01:00
parent 6cdfd1e8a9
commit 07bfaf0391
31 changed files with 12 additions and 6 deletions

View File

@@ -0,0 +1,32 @@
\documentclass{article}
\newcommand{\dir}{~/projects/latex}
\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}