[NumCS] Finish setup

This commit is contained in:
2025-09-22 11:24:13 +02:00
parent 48dbc68fb2
commit 2f858517c5
2 changed files with 27 additions and 0 deletions

View File

@@ -10,7 +10,34 @@
\startDocument
\usetcolorboxes
% ╭────────────────────────────────────────────────╮
% │ Title page │
% ╰────────────────────────────────────────────────╯
\textit{Denken vor Rechnen}
% ────────────────────────────────────────────────────────────────────
% ╭────────────────────────────────────────────────╮
% │ 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}