summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subeqnarray.html
blob: 20fbee76d6945da6e0083fea2d2f17d41820618f (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
58
59
60
61
62
<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>




<a href=../../texologia.html><img src="../../gify/lew-7vs.gif" hspace=10 border=0 align=left></a>
<a href=mailto:W.Macewicz@ia.pw.edu.pl><img src="../../gify/mail.gif" hspace=10 align=left></a>
<a href=http://www.ia.pw.edu.pl/~wujek/index.html>W³odzimierz Macewicz</a><br clear=all>
<hr>
<!--#config timefmt="%y-%m-%d" -->
Ostatnie zmiany: <!--#echo var="LAST_MODIFIED" -->.

</body>
</html>