diff --git a/semester3/spca/parts/intro-to-c.tex b/semester3/spca/parts/intro-to-c.tex deleted file mode 100644 index e69de29..0000000 diff --git a/semester3/spca/parts/intro-to-c/start.tex b/semester3/spca/parts/intro-to-c/start.tex new file mode 100644 index 0000000..a39561c --- /dev/null +++ b/semester3/spca/parts/intro-to-c/start.tex @@ -0,0 +1,3 @@ +\newsection +\section{Introduction to C} +I can clearly C why you'd want to use C diff --git a/semester3/spca/parts/quotes.tex b/semester3/spca/parts/quotes.tex new file mode 100644 index 0000000..3fef7c1 --- /dev/null +++ b/semester3/spca/parts/quotes.tex @@ -0,0 +1,23 @@ +\newpage +\hspace{1cm} +\begin{center} + \begin{Huge} + \shade{ForestGreen}{Quotes} + \end{Huge} + + \begin{Large} + ``\textit{An LLM is a lossy index over human statements}`` + \end{Large} + + \hspace{3cm} - Professor Buhmann, Date unknown + + \begin{Large} + ``\textit{If you are using CMake to solve the exercises... First off, sorry that you like CMake}`` + + ``\textit{You can't have a refrigerator behave like multiple refrigerators}`` % 10:55 16.09: TODO: Get exact wording + + ``\textit{Why is C++ called C++ and not ++C? It's like you don't get any value and then it's incremented, which is true}`` % 11:54 17.09: TODO: Get exact wording + \end{Large} + + \hspace{3cm} - Timothy Roscoe, 2025 +\end{center} diff --git a/semester3/spca/spca-summary.pdf b/semester3/spca/spca-summary.pdf new file mode 100644 index 0000000..8da51de Binary files /dev/null and b/semester3/spca/spca-summary.pdf differ diff --git a/semester3/spca/spca-summary.tex b/semester3/spca/spca-summary.tex index 5ea550e..dc74e29 100644 --- a/semester3/spca/spca-summary.tex +++ b/semester3/spca/spca-summary.tex @@ -1,23 +1,60 @@ \documentclass{article} -\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes! +\newcommand{\dir}{../../latex} \input{\dir/include.tex} \load{recommended} -\setup{} +\setup{Systems Programming and Computer Architecture} \begin{document} \startDocument \usetcolorboxes -\textit{An LLM is a lossy index over human statements} -\textit{- Professor Buhmann} +\vspace{2cm} +\begin{Huge} + \begin{center} + TITLE PAGE COMING SOON + \end{center} +\end{Huge} -\textit{If you are using CMake to solve the exercises... First off, sorry that you like CMake} -\textit{You can't have a refrigerator behave like multiple refrigerators} - 10:55 16.09. -\textit{Why is C++ called C++ and not ++C? It's like you don't get any value and then it's incremented, which is true} - 11:54 17.09. -\textit{- Professor Timothy Roscoe} + +\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}