@@ -290,7 +290,7 @@ \section{LL(k)-алгоритм синтаксического анализа}
290290 \hline
291291 a & \textcolor {red}{b} & a & b & \$ \\ \hline
292292 \end {tabular }
293-
293+
294294 \begin {center }
295295 \resizebox {1.5cm}{1.3cm}{
296296 \begin {tikzpicture }[shorten >=1pt,on grid,auto,node distance=1.8cm]
@@ -537,11 +537,11 @@ \section{LL(k)-алгоритм синтаксического анализа}
537537 \end {tabular }
538538
539539 \begin {center }
540- \resizebox {7cm}{4cm }{
541- \begin {tikzpicture }[shorten >=1pt,on grid,auto,node distance=1.8cm]
540+ \resizebox {6cm}{3.5cm }{
541+ \begin {tikzpicture }[shorten >=1pt,on grid,auto,node distance=1.8cm]
542542
543543 \node [symbol_node] (s_0) {$ (S)$ };
544- \node [symbol_node] (s_1) [below =of s_0] {$ (S)$ }
544+ \node [symbol_node] (s_1) [below =of s_0] {$ (S)$ };
545545 \node [symbol_node] (a_0) [left =of s_1] {$ (a)$ };
546546 \node [symbol_node] (b_0) [right =of s_1] {$ (b)$ };
547547 \node [symbol_node] (s_2) [right =of b_0] {$ (S)$ };
@@ -550,7 +550,6 @@ \section{LL(k)-алгоритм синтаксического анализа}
550550 \node [symbol_node] (b_1) [right =of s_3] {$ (b)$ };
551551 \node [symbol_node] (s_4) [right =of b_1] {$ (S)$ };
552552
553-
554553 \path [->]
555554 (s_0) edge (a_0)
556555 (s_0) edge (s_1)
@@ -560,7 +559,7 @@ \section{LL(k)-алгоритм синтаксического анализа}
560559 (s_2) edge (s_3)
561560 (s_2) edge (b_1)
562561 (s_2) edge (s_4)
563- ;
562+ ;
564563 \end {tikzpicture }
565564 }
566565 \end {center }
0 commit comments