mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 02:24:23 +00:00
[SPCA] Add title page
This commit is contained in:
3
semester3/spca/parts/intro-to-c/start.tex
Normal file
3
semester3/spca/parts/intro-to-c/start.tex
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
\newsection
|
||||||
|
\section{Introduction to C}
|
||||||
|
I can clearly C why you'd want to use C
|
||||||
23
semester3/spca/parts/quotes.tex
Normal file
23
semester3/spca/parts/quotes.tex
Normal 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}
|
||||||
BIN
semester3/spca/spca-summary.pdf
Normal file
BIN
semester3/spca/spca-summary.pdf
Normal file
Binary file not shown.
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user