\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 % ╭────────────────────────────────────────────────╮ % │ 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{Introduction} \input{parts/introduction/rounding-errors.tex} \input{parts/introduction/time-complexity.tex} \input{parts/introduction/matrix-multiplication.tex} \input{parts/interpolation.tex} \end{document}