mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 02:24:23 +00:00
61 lines
2.1 KiB
TeX
61 lines
2.1 KiB
TeX
\documentclass{article}
|
|
|
|
\newcommand{\dir}{../../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}
|