# HG changeset patch # User Markus Kaiser # Date 1400755295 -7200 # Node ID 322b0166cc246c911f18a7958657a2547c02a0a6 # Parent 7afd6762980fa416813bab69f25148b82229ded6 fix errors in GNF and pda diff -r 7afd6762980f -r 322b0166cc24 notes/complete_notes.pdf Binary file notes/complete_notes.pdf has changed diff -r 7afd6762980f -r 322b0166cc24 notes/tex/grammars.tex --- a/notes/tex/grammars.tex Tue May 20 01:31:40 2014 +0200 +++ b/notes/tex/grammars.tex Thu May 22 12:41:35 2014 +0200 @@ -529,7 +529,7 @@ A_1 &\to A_2 \mid a \mid b \\ A_2 &\to \structure{A_1}A_1 \intertext{wird zu} - A_1 &\to a \mid b\\ + A_1 &\to A_2 \mid a \mid b\\ A_2 &\to \structure{A_2}A_1 \mid \structure{a}A_1 \mid \structure{b}A_1 \end{align} } @@ -649,7 +649,8 @@ \draw[->] (q1) edge [loop above] node {$a, */A*$} (q1); - \draw[->] (q2) edge [loop above] node {$b, */\epsilon$} (q2); + \draw[->] (q2) edge [loop above] node {$b, A/\epsilon$} (q2); + \draw[->] (q2) edge [loop below] node {$\epsilon, Z_0/\epsilon$} (q2); \end{tikzpicture} \end{example} \end{frame} diff -r 7afd6762980f -r 322b0166cc24 notes/ue05_notes.pdf Binary file notes/ue05_notes.pdf has changed