2
0
Fork 0
mirror of https://github.com/MartinThoma/LaTeX-examples.git synced 2025-04-26 06:48:04 +02:00

GeoTopo images for easier compiling; Lazy evalution; Logik

This commit is contained in:
Martin Thoma 2014-03-01 20:04:19 +01:00
parent 1eb807d278
commit 1938222321
11 changed files with 215 additions and 5 deletions

View file

@ -1,10 +1,9 @@
%!TEX root = Programmierparadigmen.tex
\markboth{Symbolverzeichnis}{Symbolverzeichnis}
\twocolumn
\chapter*{Symbolverzeichnis}
\addcontentsline{toc}{chapter}{Symbolverzeichnis}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Reguläre Ausdrücke %
% Reguläre Ausdrücke %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section*{Reguläre Ausdrücke}
$\emptyset\;\;\;$ Leere Menge\\
@ -15,4 +14,7 @@ $L(\alpha | \beta) = L(\alpha) \cup L(\beta)$\\
$L(\alpha \cdot \beta) = L(\alpha) \cdot L(\beta)$\\
$\alpha^+ = L(\alpha)^+$ TODO: Was ist $L(\alpha)^+$\\
$\alpha^* = L(\alpha)^*$ TODO: Was ist $L(\alpha)^*$\\
\onecolumn
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Reguläre Ausdrücke %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
$\bot\;\;\;$ Bottom\\