[TI] Add summary

This commit is contained in:
2025-09-25 11:05:12 +02:00
parent 53788d19f9
commit ea0e9e57f1
7 changed files with 287 additions and 0 deletions

View File

@@ -0,0 +1,33 @@
\documentclass{article}
\newcommand{\dir}{~/projects/latex}
\input{\dir/include.tex}
\load{recommended}
\setLang{de}
\setup{Theoretische Informatik}
\begin{document}
\startDocument
\usetcolorboxes
\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}
\end{document}