[NumCS] Add title page

This commit is contained in:
2025-12-31 11:42:33 +01:00
parent bb03c9597d
commit 804ab6e80d
2 changed files with 39 additions and 9 deletions

Binary file not shown.

View File

@@ -3,7 +3,7 @@
\input{~/projects/latex/dist/full.tex} \input{~/projects/latex/dist/full.tex}
\usepackage{lmodern} \usepackage{lmodern}
% \usepackage{pgfplots} \usepackage{pgfplots}
\setFontType{sans} \setFontType{sans}
\renewcommand{\authorTitle}{Robin Bacher, Janis Hutz\\\url{https://github.com/janishutz/eth-summaries}} \renewcommand{\authorTitle}{Robin Bacher, Janis Hutz\\\url{https://github.com/janishutz/eth-summaries}}
@@ -23,23 +23,53 @@
% │ Title page │ % │ Title page │
% ╰────────────────────────────────────────────────╯ % ╰────────────────────────────────────────────────╯
\vspace{2cm} \vspace{2cm}
\begin{Huge} \begin{center}
\begin{center} \begin{tikzpicture}
TITLE PAGE COMING SOON \begin{axis}[
\end{center} legend pos=outer north east,
\end{Huge} axis lines = box,
xlabel = size $n$,
ylabel = Time ($s$),
variable = t,
trig format plots = rad,
]
\addplot [
domain=1:10,
samples=100,
color=blue,
]
{x^2};
\addlegendentry{$t = n^2$}
\addplot [
domain=1:10,
samples=100,
color=green,
]
{5 * x};
\addlegendentry{$t = 5n$}
\addplot [
domain=1:10,
samples=100,
color=red,
]
{2^x};
\addlegendentry{$t = 2^n$}
\end{axis}
\end{tikzpicture}
\end{center}
\vspace{4cm}
\vspace{3cm}
\begin{center} \begin{center}
\begin{Large} \begin{Large}
\quote{Wenn ich keine Lust habe, das zu berechnen, dann wende ich einfach Gewalt an} \quote{Wenn ich keine Lust habe, das zu berechnen, dann wende ich einfach Gewalt an}
\end{Large} \end{Large}
\hspace{3cm} - Vasile Gradinaru, 2025 \hspace{3cm} - Prof. Dr. Vasile Gradinaru, 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}