mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-11 13:38:24 +00:00
24 lines
479 B
TeX
24 lines
479 B
TeX
\documentclass[a4paper,10pt]{article}
|
|
\usepackage[landscape, left=0.75cm, top=1cm, right=0.75cm, bottom=1.5cm, footskip=15pt]{geometry}
|
|
\input{util/setup.tex}
|
|
\input{util/helpers.tex}
|
|
|
|
\title{Analysis I}
|
|
\author{Robin Bacher}
|
|
\date{FS 2025}
|
|
|
|
\begin{document}
|
|
|
|
\section{Linear Algebra}
|
|
\input{parts/01_linalg.tex}
|
|
|
|
\newpage
|
|
\section{Differential Equations}
|
|
\input{parts/02_diffeq.tex}
|
|
|
|
\newpage
|
|
\section{Differential Calculus in $\R^n$}
|
|
\input{parts/03_diff.tex}
|
|
|
|
\end{document}
|