summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/dotseqn.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/dotseqn.html')
-rw-r--r--Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/dotseqn.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/dotseqn.html b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/dotseqn.html
new file mode 100644
index 00000000000..7da156329b0
--- /dev/null
+++ b/Master/texmf-doc/doc/polish/tex-virtual-academy-pl/latex2e/macro/dotseqn.html
@@ -0,0 +1,55 @@
+<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>
+<h2><a name="dotseqn">dotseqn</a></h2>
+
+<p>Pakiet zmienia definicję środowisk <tt>equation</tt>, <tt>eqnarray</tt> i
+<tt>\[</tt>. Wzory są pozycjonowane od lewego marginesu (wartość
+<tt>\mathindent</tt>), a przestrzeń między końcem wzoru, a jego numerem
+jest wypełniana kropkami.</p>
+
+Poniższy tekst
+<pre>
+\[
+\sqrt{1}
+\]
+
+\begin{equation}
+\sqrt{1}
+\end{equation}
+\begin{eqnarray}
+\sqrt{1}\\
+\sum_1^\infty x dx
+\end{eqnarray}
+</pre>
+daje następujący efekt<br/>
+<img src="dotseqn.png">
+</p>
+<p>Pakiet ma dwie opcje:<br/>
+<tt>leftjust</tt> -- pierwsza kolumna środowiska <tt>equnarray</tt> jest
+dosuwana do lewego marginesu (domyślnie do prawego)<br/>
+<tt>nocolsep</tt> -- nie jest wstawiany odstęp między kolumnami; przydatne
+jeśli konstrukcji używamy do wyrównania w pionie operatorów.
+<p class="noindent">Pakiet jest dostępny pod adresem:<br/></p>
+
+<a href="ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/dotseqn">ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/dotseqn</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>