summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html')
-rw-r--r--Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html67
1 files changed, 67 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html
new file mode 100644
index 00000000000..e36fdc46a27
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/subfigure.html
@@ -0,0 +1,67 @@
+<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>subfigure</h2>
+Pakiet pozwala na podzielenie rysunku na kilka
+części, z których każda może mieć swój podpis.
+
+Części są definiowane przez następujące polecenie:<br>
+<code>\subfigure[<i>opis</i>]{<i>treść</i>}</code><br>
+gdzie:
+\begin{description}
+\item[<i>opis</i> --] opis części rysunku; jeśli chcemy, aby rysunek
+zawierał opis tylko w postaci numeru należy wstawić opis
+pusty (<i>[]</i>).
+\item[<i>treść</i> --] rysunek
+\end{description}
+Powyżej rysunku dodawany jest odstęp określony przez
+parametr <code>\subfigtopskip</code>, a pomiędzy rysunkiem i opisem przez parametr
+<code>\subfigcapskip</code>
+
+Działanie zilustruje przykład
+<pre>
+\begin{figure}
+\begin{center}
+\begin{tabular}[t]{p{4cm}p{4cm}p{4cm}}
+\subfigure[pierwszy]{\label{mójrysunek-a}\hbox to 3.5cm{rysunek 1\hfill}} &
+\subfigure{\hbox to 3.5cm{rysunek 2\hfill}} &
+\subfigure[trzeci]{\hbox to 3.5cm{rysunek 3\hfill}}<br>
+\end{tabular}
+\end{center}
+\caption{Trzy rysunki}
+\label{mójrysunek}
+\end{figure}
+</pre>
+
+Parametr ujęty w nawiasy <tt>[]</tt> polecenia <tt>subfigure</tt> może
+być pominięty; stanowi on opis rysunku. Opis jest łamany na
+szerokości wyznaczonej przez szerokość obiektu traktowanego jako
+rysunek.
+
+<img src=subfig.gif>
+
+<p>
+Do rysunków można się odwoływać przez: <tt>\ref{mójrysunek}</tt> --
+1, <tt>\ref{mójrysunek-a}</tt> -- 1-a.
+
+<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>