summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html')
-rw-r--r--Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html82
1 files changed, 82 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html
new file mode 100644
index 00000000000..74ace393971
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/hhline.html
@@ -0,0 +1,82 @@
+
+
+<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>hhline</h2>
+<p>
+Zbiór zawierający makroinstrukcję pozwalającą robić ładne obramowania
+tabelek (szczególnie podwójne)
+(p. pakiet <a href=blkarray.html>blkarray.sty</a>).</p>
+<p>
+Wywołanie:<br>
+<code>\hhline{<i>parametry</i>}</code><br>
+na liście parametrów mogą występować następujące symbole:<br>
+<table border=1>
+<tr><td>
+<code>=</code></td><td> podwójna linia o szerokości danej kolumny</td></tr>
+<tr><td>
+<code>-</code></td><td> pojedyńcza linia o szerokości danej kolumny</td></tr>
+<tr><td>
+<code>~</code></td><td> brak linii w danej kolumnie (pozwala zastąpić
+dyrektywą <code>\hhline</code> dyrektywę <code>\cline</code>)</td></tr>
+<tr><td>
+<code>|</code></td><td> linia pionowa przecina (ma piorytet) konstrukcję poziomą</td></tr>
+<tr><td>
+<code>:</code></td><td> linia pionowa styka się z podwójną poziomą</td></tr>
+<tr><td>
+<code>#</code></td><td> skrzyżowanie podwójnych linii</td></tr>
+<tr><td>
+<code>t</code></td><td> górne wykończenie rogu (lewe lub prawe w zależności od
+sąsiedztwa)</td></tr>
+<tr><td>
+<code>b</code></td><td> dolne wykończenie rogu</td></tr>
+<tr><td>
+<code>*</code></td><td> powtórzenie sekwencji; np. <code>*{3}{==#}</code> jest równoważne
+<code>==#==#==#</code></td></tr>
+</table>
+</p>
+<p>
+ <table>
+ <tr><td>
+ <pre>
+ \begin{tabular}{||cc||c|c||}
+ \hhline{|t:==:t:==:t|}
+ a & b & c & d\\
+ \hhline{|:==:|~|~||}
+ 1 & 2 & 3 & 4\\
+ \hhline{#==#~|=#}
+ i & j & k & l\\
+ \hhline{||--||--||}
+ w & x & y & z\\
+ \hhline{|:==|:==:|}
+ 1 & 2 & 3 & 4 \\
+ \hhline{|:==::=|=:|}
+ 5 & 6 & 7 & 8 \\
+ \hhline{|b:==:b:==:b|}
+ \end{tabular}
+ </pre>
+</td><td><img src=hhline.gif></td></tr>
+</table>
+</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>