mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 10:34:23 +00:00
44 lines
2.0 KiB
TeX
44 lines
2.0 KiB
TeX
\documentclass{article}
|
|
|
|
\newcommand{\dir}{../../latex}
|
|
\input{\dir/include.tex}
|
|
\load{recommended}
|
|
|
|
\setup{Numerical Methods for Computer Science}
|
|
|
|
\begin{document}
|
|
\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}
|