mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 18:44:24 +00:00
72 lines
2.6 KiB
TeX
72 lines
2.6 KiB
TeX
\documentclass{article}
|
|
|
|
\newcommand{\dir}{../../latex}
|
|
\input{\dir/include.tex}
|
|
\load{recommended}
|
|
|
|
\renewcommand{\authorTitle}{Robin Bacher, Janis Hutz\\\url{https://github.com/janishutz/eth-summaries}}
|
|
\renewcommand{\authorHeaders}{Robin Bacher, Janis Hutz}
|
|
\setLang{de}
|
|
|
|
\setup{Numerical Methods for Computer Science}
|
|
|
|
\begin{document}
|
|
\startDocument
|
|
\usetcolorboxes
|
|
\setcounter{numberingConfig}{3}
|
|
|
|
% ╭────────────────────────────────────────────────╮
|
|
% │ Title page │
|
|
% ╰────────────────────────────────────────────────╯
|
|
\vspace{2cm}
|
|
\begin{Huge}
|
|
\begin{center}
|
|
TITLE PAGE COMING SOON
|
|
\end{center}
|
|
\end{Huge}
|
|
|
|
|
|
\vspace{4cm}
|
|
\begin{center}
|
|
\begin{Large}
|
|
``\textit{Denken vor Rechnen}''
|
|
\end{Large}
|
|
|
|
\hspace{3cm} - Vasile Grudinaru, 2025
|
|
\end{center}
|
|
|
|
\vspace{3cm}
|
|
\begin{center}
|
|
HS2025, ETHZ\\[0.2cm]
|
|
\begin{Large}
|
|
Summary of the Script and Lectures
|
|
\end{Large}\\[0.2cm]
|
|
\end{center}
|
|
|
|
|
|
% ────────────────────────────────────────────────────────────────────
|
|
|
|
% ╭────────────────────────────────────────────────╮
|
|
% │ Table of Contents │
|
|
% ╰────────────────────────────────────────────────╯
|
|
\newpage
|
|
\printtoc{ForestGreen}
|
|
|
|
|
|
% ────────────────────────────────────────────────────────────────────
|
|
|
|
% ╭────────────────────────────────────────────────╮
|
|
% │ Main content │
|
|
% ╰────────────────────────────────────────────────╯
|
|
\newsection
|
|
\section{Einführung}
|
|
\input{parts/introduction/rounding-errors.tex}
|
|
\input{parts/introduction/time-complexity.tex}
|
|
\input{parts/introduction/matrix-multiplication.tex}
|
|
|
|
|
|
\input{parts/interpolation.tex}
|
|
|
|
|
|
\end{document}
|