summaryrefslogtreecommitdiff
path: root/info/tex-virtual-academy-pl/latex2e/macro/subeqnarray.html
blob: 0e6b47febc66a51694c776ace511f3171afe4cf0 (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
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-2">
<title> Zastaw ciekawych makroinstrukcji </title>
<LINK REL="stylesheet" TYPE="text/css" HREF="mycss.css">
<meta http-equiv="Content-language" content="pl">
<meta name="Author" content="W³odzimierz Macewicz">
<meta name="Keywords" content="tex, latex, makroinstrukcje, pakiety makroinstrukcji, Wirtualna Akademia">
</head>
<body bgcolor=#a0f0a0>
<h2>subeqnarray</h2>

Pakiet dostarcza ¶rodowiska 
<tt>subeqnarray</tt>, analogicznego do <tt>eqnarray</tt>, ale kolejne
wiersze tablicy s± numerowane jako <i> a, b, c, ...</i> (p. pakiety
<a href="subeqn.html">subeqn</a>, <a href="easyeqn.html">easyeqn</a> i <a href="sublabel.html">sublabel</a>).

<pre>
W przypadku ¶rodowiska {\tt subeqnarray}
\begin{subeqnarray}
\label{eqw}
\slabel{eq0}
 x & = & a \times b \\
\slabel{eq1}
 & = & z + t\\
\slabel{eq2}
 & = & z + t
\end{subeqnarray}
pierwsze równanie ma numer~\ref{eq0}, a ostatnie~\ref{eq2}.
natomiast ca³e wyra¿enie nosi numer:~\ref{eqw}.

W przypadku standardowego ¶rodowiska 
{\tt eqnarray}.
\begin{eqnarray}
\label{eq10}
 x & = & a \times b \\
\label{eq11}
 & = & z + t\\
\label{eq12}
 & = & z + t
\end{eqnarray}
pozycje nosz± numery:~\ref{eq10},~\ref{eq11} and~\ref{eq12}.
</pre>

<img src=sube1.gif>

<hr>
<em>W³odzimierz Macewicz</em>
<hr>
Ostatnie zmiany: 05.05.2014.

</body>
</html>