summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html')
-rw-r--r--Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html53
1 files changed, 53 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html
new file mode 100644
index 00000000000..57cce4f6921
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/cases.html
@@ -0,0 +1,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><a name=cases>cases</a></h2>
+Definiuje środowisko <code>numcases</code> pozwalające na robienie
+poniżej przedstawionej konstrukcji
+
+<p>
+<b>Przykład</b><br>
+<pre>
+ \begin{numcases}{|x|=}
+ x, & for $x \geq 0$\\
+ -x, & for $x < 0$
+ \end{numcases}
+</pre>
+
+<p>
+
+<img src=case1.gif>
+
+<pre>
+ \begin{subnumcases}{\label{w} w\equiv}
+ 0 & $c = d = 0$\label{wzero}\\
+ \sqrt{|c|}\,\sqrt{\frac{1 + \sqrt{1+(d/c)^2}}{2}} & $|c| \geq |d|$ \\
+ \sqrt{|d|}\,\sqrt{\frac{|c/d| + \sqrt{1+(c/d)^2}}{2}} & $|c| < |d|$
+ \end{subnumcases}
+</pre>
+
+<img src=http://www.ia.pw.edu.pl/~wujek/tex/latex2e/macro/case2.gif>
+
+<p>Pakiet jest dostępny pod adresem:<br>
+<a href=ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/misc/cases.sty>
+ftp://ftp.gust.org.pl/TeX/macros/latex/contrib/misc/cases.sty></a><br>
+<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>