mirror of
https://github.com/janishutz/eth-summaries.git
synced 2025-11-25 18:44:24 +00:00
34 lines
495 B
TeX
34 lines
495 B
TeX
\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}
|