-
Notifications
You must be signed in to change notification settings - Fork 4
/
front.tex
47 lines (39 loc) · 927 Bytes
/
front.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
\thispagestyle{empty}
\begin{tikzpicture}
\pgftransformscale{.7}
\draw[very thick] (10,0) -- (-10,0);
\draw (-3,0) parabola bend (0,3.5) (3,0);
\node at (0,2.2) {
\begin{tabular}{c}
Крайни \\ езици
\end{tabular}
};
\draw (-5.5,0) parabola bend (0,6) (5.5,0);
\node at (0,4.8) {
\begin{tabular}{c}
Регулярни \\ езици
\end{tabular}
};
\draw (-7.5,0) parabola bend (0,8) (7.5,0);
\node at (0,6.8) {
\begin{tabular}{c}
Безконтекстни \\ езици
\end{tabular}
};
\draw (-9.5,0) parabola bend (0,10) (9.5,0);
\node at (0,8.8) {
\begin{tabular}{c}
Разрешими \\ езици
\end{tabular}
};
\draw[very thick] (-9.5,0) parabola bend (0,12.5) (9.5,0);
\node at (0,11) {
\begin{tabular}{c}
Полуразрешими \\ езици
\end{tabular}
};
\end{tikzpicture}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "eai"
%%% End: