summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/subeqn.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/subeqn.html')
-rw-r--r--Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/subeqn.html93
1 files changed, 0 insertions, 93 deletions
diff --git a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/subeqn.html b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/subeqn.html
deleted file mode 100644
index 3f5055c8b98..00000000000
--- a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/subeqn.html
+++ /dev/null
@@ -1,93 +0,0 @@
-<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><a name="subeqn">subeqn</a></h2>
-
-<p>Pakiet udostępnia polecenia umożliwiające zmianę sposobu numeracji
-wzorów (środowiska: <code>equation</code> i nowe środowisko
-<code>subeqnarray</code>)</p>
-<p>Jeżeli umieścimy kilka wzorów (środowiska <code>eqation</code>) wewnątrz
-środowiska <code>subequations</code>, będą one numerowane licznikiem
-podrzędnym (bez zmiany właściwego licznika wzorów) -- domyślnie licznik
-podrzędny jest reprezentowany jako kolejne, małe, litery alfabetu).
-Pakiet jest bardziej intuicyjny (mniej skomplikowany, ale wystarczający)
-w użyciu niż pakiet <a href="subeqnarray.html">subeqnarray</a>
-(p. także <a href="easyeqn.html">easyeqn</a> i <a href="sublabel.html">sublabel</a>).<br/>
-Przykład:</p>
-<pre>
-\begin{subequations}
- \label{db}
- \begin{equation}
- \label{db1}
- d^2 + e^2 = f^2
- \end{equation}
- We can refer to
- equation~\ref{db2}, \ref{db}
- and~\ref{db1}.
- \begin{equation}
- \label{db2}
- g^2 + h^2 = i^2
- \end{equation}
-\end{subequations}
-</pre>
-<img src="subeqn-1.gif">
-<p>Pakiet udostępnia środowisko analogiczne do <code>eqnarray</code> --
-różniące się sposobem numerowania poszczególnych wierszy (domyślnie
-jak w poprzednim przykładzie)
-<pre>
-\begin{subeqnarray}
- \label{dd}
- x &=& y+z\label{dd1}\\
- u &=& v+w\label{dd2}
-\end{subeqnarray}
-This was equation~\ref{dd}, with parts~\ref{dd1} and~\ref{dd2}.
-</pre>
-<img src="subeqn-2.gif">
-<p>Sposób prezentacji licznika możemy zmienić, zmieniając definicję polecenia
-<code>\thesubequation</code> (definicja licznika podstawowego jest
-definiowana przez makroinstrukcję <code>\themainequation</code>; którą też
-można zmienić) np:<br/>
-<pre>
-\def\thesubequation{\themainequation-\alph{equation}}
-</pre>
-definicję tę należy umieścić <b>na zewnątrz</b> środowisk zmieniających sposób
-numeracji<br/>
-Przykład:
-<pre>
-\def\thesubequation{\themainequation-\alph{equation}}
-\begin{subequations}
- \label{db}
- \begin{equation}
- \label{db1}
- d^2 + e^2 = f^2
- \end{equation}
- We can refer to equation~\ref{db2}, \ref{db} and~\ref{db1}.
- \begin{equation}
- \label{db2}
- g^2 + h^2 = i^2
- \end{equation}
-\end{subequations}
-</pre>
-<img src="subeqn-3.gif">
-<p class="noindent">Pakiet jest dostępny pod adresem:<br/>
-<a href="ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/subeqn.tar">ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/subeqn</a></p>
-<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>