Skip to content

Commit

Permalink
Lecture: fix math mode in image (CFG) (#206)
Browse files Browse the repository at this point in the history
Co-authored-by: Carsten Gips <[email protected]>
  • Loading branch information
bcg7 and cagix authored Oct 15, 2024
1 parent 6c3086b commit d39d55b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified lecture/02-parsing/images/Def_PDA.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions lecture/02-parsing/images/Def_PDA.tex
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
\begin{document}

\begin{tabular}{lp{11 cm}}
Q: & eine endliche Menge von Zuständen\\
$Q$: & eine endliche Menge von Zuständen\\
$\Sigma$: & eine endliche Menge von Eingabesymbolen\\
$\Gamma$: & ein endliches Kelleralphabet\\
$\delta$: & die Übergangsfunktion\\
Expand All @@ -19,6 +19,6 @@
$q_0$:& der Startzustand\\
$\perp \in \Gamma$: & der anfängliche Kellerinhalt, symbolisiert den leeren\\
& Keller ($\perp$ = bottom)\\
F $\subseteq$ Q: & die Menge von Endzuständen
$F \subseteq Q$: & die Menge von Endzuständen
\end{tabular}
\end{document}

0 comments on commit d39d55b

Please sign in to comment.