summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/eskdx/test/numbering.tex
blob: ade70d20ee4db786d0af9b9e25a703ca4a495d65 (plain)
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
48
49
50
51
52
53
54
55
56
57
\documentclass[russian,koi8-r,pointsection,%
floatsection,equationsection]{eskdtext}
\usepackage[T2A]{fontenc}
\usepackage{pscyr}
\usepackage{amsmath}

\ESKDtitle{eskdx}
\ESKDdocName{ðÒÏ×ÅÒËÁ ËÏÌÌÅËÃÉÉ. ðÒÏ×ÅÒËÁ ÎÅÓË×ÏÚÎÏÇÏ ÓÔÉÌÑ ÎÕÍÅÒÁÃÉÉ}
\ESKDdate{2006/08/21}

\usepackage[unicode]{hyperref}

\begin{document}
\maketitle
\section{ðÅÒ×ÙÊ ÒÁÚÄÅÌ}
\begin{table}[h!]
\caption{ðÅÒ×ÁÑ ÔÁÂÌÉÃÁ}
\begin{tabular}{|c|c|c|}
\hline
1&2&3\\\hline
2&4&6\\\hline
3&6&9\\\hline
\end{tabular}
\end{table}

ôÕÔ ÆÏÒÍÕÌÙ:
\begin{eqnarray}
\label{efirst}
1 \cdot 1 & = & 1\\
2 \cdot 1 & = & 2\\
3 \cdot 1 & = & 3\\
1 \cdot 2 & = & 2\\
2 \cdot 2 & = & 4\\
3 \cdot 2 & = & 6\\
1 \cdot 3 & = & 3\\
2 \cdot 3 & = & 6\\
3 \cdot 3 & = & 9
\end{eqnarray}

æÏÒÍÕÌÁ \eqref{efirst} ×ÙÇÌÑÄÉÔ ÂÁÎÁÌØÎÏ.

\newpage
\section{÷ÔÏÒÏÊ ÒÁÚÄÅÌ}
÷ ÔÁÂÌÉÃÅ \ref{tsecond} ÐÒÉ×ÅÄÅÎ ÐÒÉÍÅÒ ÉÇÒÙ × ËÒÅÓÔÉËÉ ÎÏÌÉËÉ.
\begin{table}[h!]
\caption{÷ÔÏÒÁÑ ÔÁÂÌÉÃÁ}
\label{tsecond}
\begin{tabular}{|c|c|c|}
\hline
o& &x\\\hline
 &x& \\\hline
x& &o\\\hline
\end{tabular}
\end{table}

\end{document}
% vim:tw=70