mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 18:44:24 +00:00
60 lines
972 B
TeX
60 lines
972 B
TeX
\documentclass{article}
|
|
|
|
\newcommand{\dir}{../../latex}
|
|
\input{\dir/include.tex}
|
|
\load{full}
|
|
\setLang{de}
|
|
|
|
\setup{Theoretische Informatik}
|
|
|
|
\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{A funny quote from the lecture still needed}``
|
|
\end{Large}
|
|
|
|
\hspace{3cm} - A professor in TI, 2025
|
|
\end{center}
|
|
|
|
\vspace{3cm}
|
|
\begin{center}
|
|
HS2025, ETHZ\\[0.2cm]
|
|
\begin{Large}
|
|
Summary of the Book
|
|
\end{Large}\\[0.2cm]
|
|
\end{center}
|
|
|
|
\newpage
|
|
|
|
\printtoc{Orange}
|
|
|
|
\newpage
|
|
|
|
|
|
% Combinatorics
|
|
\input{parts/combinatorics.tex}
|
|
|
|
|
|
\newsection
|
|
\section{Alphabete, Wörter, Sprachen und Darstellung von Problemen}
|
|
\input{parts/languages-problems/alphabet.tex}
|
|
\input{parts/languages-problems/algorithmic-problems.tex}
|
|
\input{parts/languages-problems/kolmogorov-complexity.tex}
|
|
|
|
|
|
|
|
|
|
\end{document}
|