summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html')
-rw-r--r--Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html
new file mode 100644
index 00000000000..975e849eccb
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/tex-virtual-academy-pl/latex2e/macro/chapterbib.html
@@ -0,0 +1,63 @@
+
+
+<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=chapterbib>chapterbib</a></h2>
+Pakiet umożliwia definiowanie bibliografi po każdym rozdziale (<code>chapter</code>)
+(lub podrozdziale -- <code>section</code> w przypadku ,,klasy'' <code>article</code>).
+W tym przypadku należy określić opcję <code>sectionbib</code><br>
+<code>\usepackage[sectionbib]{chapterbib}</code>
+
+<p>
+Zmieniając definicję polecenia <code>\citeform</code> (patrz również
+<a href=cite.html>pakiet cite</a>), możemy
+określać w jaki sposób będą podawane numery cytowanych publikacji
+
+<p><b>Przyklad:</b><br>
+<pre>
+\newcommand\citeform[1]{\romannumeral 0#1}
+\cite{wm-95,wm-94}
+</pre>
+[i, ii]
+
+
+<pre>
+\renewcommand\citeform[1]{(#1)}
+\cite{wm-95,wm-94}
+</pre>
+[(i), (ii)]
+
+<pre>
+\renewcommand\citeform[1]{\thesection.#1}
+\cite{wm-95,wm-94}
+</pre>
+
+[11.1, 11.2]
+
+<p>
+oraz jak mają one być oddzielane (w poniższym przykładzie
+przecinkiem i spacją, ale z zakazem łamania wiersza między pozycjami)<p>
+<code>\def\citepunct{,\penalty10000\ }</code>
+
+
+<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>