\documentclass{article} \newcommand{\dir}{~/projects/latex} \input{\dir/include.tex} \load{recommended} \setup{Systems Programming and Computer Architecture} \begin{document} \startDocument \usetcolorboxes \vspace{2cm} \begin{Huge} \begin{center} TITLE PAGE COMING SOON \end{center} \end{Huge} \vspace{4cm} \begin{center} \begin{Large} ``\textit{If you are using CMake to solve the exercises... First off, sorry that you like CMake}`` \end{Large} \hspace{3cm} - Timothy Roscoe, 2025 \end{center} \vspace{3cm} \begin{center} HS2025, ETHZ\\[0.2cm] \begin{Large} Summary of the Lectures and Lecture Slides \end{Large}\\[0.2cm] \end{center} % ╭────────────────────────────────────────────────╮ % │ Quotes │ % ╰────────────────────────────────────────────────╯ \input{parts/quotes.tex} % ╭────────────────────────────────────────────────╮ % │ Table of contents │ % ╰────────────────────────────────────────────────╯ \newpage \printtoc{magenta} % ╭────────────────────────────────────────────────╮ % │ Content │ % ╰────────────────────────────────────────────────╯ % ── Intro to C ────────────────────────────────────────────────────── \input{parts/intro-to-c/start.tex} \end{document}