mirror of
https://github.com/janishutz/eth-summaries.git
synced 2026-01-12 20:28:31 +00:00
[Analysis] Cleaner structure
This commit is contained in:
@@ -0,0 +1,85 @@
|
||||
\documentclass{article}
|
||||
|
||||
\newcommand{\dir}{~/projects/latex}
|
||||
\input{\dir/include.tex}
|
||||
\load{recommended}
|
||||
|
||||
\setupCheatSheet{Analysis II}
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
\usetcolorboxes
|
||||
\setNumberingStyle{3}
|
||||
\setSubsectionNumbering{1}
|
||||
|
||||
|
||||
% ╭────────────────────────────────────────────────╮
|
||||
% │ Title page │
|
||||
% ╰────────────────────────────────────────────────╯
|
||||
\vspace{2cm}
|
||||
\begin{Huge}
|
||||
\begin{center}
|
||||
TITLE PAGE COMING SOON
|
||||
\end{center}
|
||||
\end{Huge}
|
||||
|
||||
|
||||
\vspace{4cm}
|
||||
\begin{center}
|
||||
\begin{Large}
|
||||
\quote{Multiply it by $ai$}
|
||||
\end{Large}
|
||||
|
||||
\hspace{3cm} - Özlem Imamoglu, 2025
|
||||
\end{center}
|
||||
|
||||
\vspace{3cm}
|
||||
\begin{center}
|
||||
HS2025, ETHZ\\[0.2cm]
|
||||
\begin{Large}
|
||||
Cheat-Sheet based on Lecture notes and Script
|
||||
\end{Large}\\[0.2cm]
|
||||
|
||||
\url{https://metaphor.ethz.ch/x/2025/hs/401-0213-16L/sc/script-analysis-II.pdf}
|
||||
\end{center}
|
||||
|
||||
|
||||
\newpage
|
||||
\printtoc{Cyan}
|
||||
|
||||
|
||||
\newpage
|
||||
\section{Introduction}
|
||||
This Cheat-Sheet does not serve as a replacement for solving exercises and getting familiar with the content.
|
||||
There is no guarantee that the content is 100\% accurate, so use at your own risk.
|
||||
If you discover any errors, please open an issue or fix the issue yourself and then open a Pull Request here:
|
||||
|
||||
\url{https://github.com/janishutz/eth-summaries}
|
||||
|
||||
This Cheat-Sheet was designed with the HS2025 page limit of 10 A4 pages in mind.
|
||||
Thus, the whole Cheat-Sheet can be printed full-sized, if you exclude the title page, contents and this page.
|
||||
You could also print it as two A5 pages per A4 page and also print the
|
||||
\color{MidnightBlue}\fbox{\href{https://github.com/janishutz/eth-summaries/blob/master/semester2/analysis-i/cheat-sheet.pdf}{Analysis I summary}}\color{black}
|
||||
\smallhspace in the same manner, allowing you to bring both to the exam.
|
||||
|
||||
And yes, she did really miss an opportunity there with the quote\dots But she was also sick, so it's not as unexpected
|
||||
|
||||
|
||||
|
||||
% ╭────────────────────────────────────────────────╮
|
||||
% │ Content │
|
||||
% ╰────────────────────────────────────────────────╯
|
||||
\newsection
|
||||
\section{Differential Equations}
|
||||
\input{parts/diffeq/00_intro.tex}
|
||||
\input{parts/diffeq/linear-ode/00_intro.tex}
|
||||
\input{parts/diffeq/linear-ode/01_order-one.tex}
|
||||
\input{parts/diffeq/linear-ode/02_constant-coefficient.tex}
|
||||
|
||||
\section{Differential Calculus in Vector Space}
|
||||
\input{parts/vectors/differentiation/00_continuity.tex}
|
||||
\input{parts/vectors/differentiation/01_partial_derivatives.tex}
|
||||
|
||||
|
||||
|
||||
\end{document}
|
||||
Reference in New Issue
Block a user