File: subeqnarray.html

package info (click to toggle)
texlive-lang 2018.20190227-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,175,732 kB
  • sloc: perl: 58,868; xml: 39,109; makefile: 4,050; sh: 4,033; python: 2,969; ansic: 2,846; ruby: 1,003; lisp: 714; awk: 636; java: 159; sed: 142; csh: 25; cpp: 12
file content (53 lines) | stat: -rw-r--r-- 1,381 bytes parent folder | download | duplicates (7)
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="Wodzimierz 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 rwnanie ma numer~\ref{eq0}, a ostatnie~\ref{eq2}.
natomiast cae wyraenie 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>Wodzimierz Macewicz</em>
<hr>
Ostatnie zmiany: 05.05.2014.

</body>
</html>