Skip to content

Commit a55bf46

Browse files
fix: add semicolon
1 parent 35bf50c commit a55bf46

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

tex/GLL-based_CFPQ.tex

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)