mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 13:38:24 +00:00
31 lines
517 B
TeX
31 lines
517 B
TeX
\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}
|