[Analysis] Add title page

This commit is contained in:
2026-02-03 14:10:32 +01:00
parent f007762e50
commit 8a12d3a196
2 changed files with 25 additions and 11 deletions

View File

@@ -5,6 +5,8 @@
\setupCheatSheet{Analysis II} \setupCheatSheet{Analysis II}
\usepackage{tikz} \usepackage{tikz}
\usepackage{pgfplots}
\pgfplotsset{width=13cm}
\usetikzlibrary{positioning, arrows.meta} \usetikzlibrary{positioning, arrows.meta}
\begin{document} \begin{document}
@@ -18,11 +20,23 @@
% │ Title page │ % │ Title page │
% ╰────────────────────────────────────────────────╯ % ╰────────────────────────────────────────────────╯
\vspace{2cm} \vspace{2cm}
\begin{Huge}
\begin{center} \begin{center}
TITLE PAGE COMING SOON \begin{tikzpicture}
\begin{axis}[
hide axis,
colormap/cool,
]
\addplot3[
mesh,
samples=50,
domain=-8:8,
]
{sin(deg(sqrt(x^2+y^2)))/sqrt(x^2+y^2)};
\addlegendentry{\(\frac{sin(r)}{r}\)}
\legend{}
\end{axis}
\end{tikzpicture}
\end{center} \end{center}
\end{Huge}
\vspace{4cm} \vspace{4cm}
@@ -34,7 +48,7 @@
\hspace{3cm} - Özlem Imamoglu, 2025 \hspace{3cm} - Özlem Imamoglu, 2025
\end{center} \end{center}
\vspace{3cm} \vspace{2cm}
\begin{center} \begin{center}
HS2025, ETHZ\\[0.2cm] HS2025, ETHZ\\[0.2cm]
\begin{Large} \begin{Large}