[SPCA] Add title page

This commit is contained in:
2025-09-25 11:21:58 +02:00
parent 5ead33a442
commit bf16901e5a
5 changed files with 71 additions and 8 deletions

View File

@@ -0,0 +1,3 @@
\newsection
\section{Introduction to C}
I can clearly C why you'd want to use C

View File

@@ -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}

Binary file not shown.

View File

@@ -1,23 +1,60 @@
\documentclass{article} \documentclass{article}
\newcommand{\dir}{~/projects/latex} % IMPORTANT: No trailing slashes! \newcommand{\dir}{../../latex}
\input{\dir/include.tex} \input{\dir/include.tex}
\load{recommended} \load{recommended}
\setup{} \setup{Systems Programming and Computer Architecture}
\begin{document} \begin{document}
\startDocument \startDocument
\usetcolorboxes \usetcolorboxes
\textit{An LLM is a lossy index over human statements} \vspace{2cm}
\textit{- Professor Buhmann} \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. \vspace{4cm}
\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. \begin{center}
\textit{- Professor Timothy Roscoe} \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} \end{document}