summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html24
1 files changed, 12 insertions, 12 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html
index 1aa4eb9eeca..9ea0e52d624 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html
@@ -2,11 +2,11 @@
<title>UK TeX FAQ -- question label multbib</title>
</head><body>
<h3>Multiple bibliographies?</h3>
-<p>If you&rsquo;re thinking of multiple bibliographies tied to some part of
+<p/>If you&rsquo;re thinking of multiple bibliographies tied to some part of
your document (such as the chapters within the document), please see
<a href="FAQ-chapbib.html">bibliographies per chapter</a>.
-<p>For more than one bibliography, there are three options.
-<p>The <i>multibbl</i> package offers a very simple interface: you use
+<p/>For more than one bibliography, there are three options.
+<p/>The <i>multibbl</i> package offers a very simple interface: you use
a command <code>\</code><code>newbibliography</code> to define a bibliography &ldquo;tag&rdquo;. The package
redefines the other bibliography commands so that each time you use any one
of them, you give it the tag for the bibliography where you want the
@@ -37,7 +37,7 @@ section or chapter (i.e., it patches
new tag argument, and that the <code>\</code><code>bibliography</code> commands may list
more than one <code>.bib</code> file &mdash; indeed all <code>\</code><code>bibliography</code> commands
may list the same set of files.)
-<p>The <code>\</code><code>bibliography</code> data goes into files whose names are
+<p/>The <code>\</code><code>bibliography</code> data goes into files whose names are
&lt;<i>tag-name</i>&gt;<em>.aux</em>, so you will need to run
<blockquote>
<pre>
@@ -47,7 +47,7 @@ bibtex art
</blockquote><p>
after the first run of LaTeX, to get the citations in the correct
place.
-<p>The <i>multibib</i> package allows you to define a series of
+<p/>The <i>multibib</i> package allows you to define a series of
&ldquo;additional topics&rdquo;, each of which comes with its own series of
bibliography commands. So one might write:
<blockquote>
@@ -69,7 +69,7 @@ bibliography commands. So one might write:
</blockquote><p>
Again, as for <i>multibbl</i>, any <code>\</code><code>bibliography...</code> command may
scan any list of <code>.bib</code> files.
-<p>BibTeX processing with <i>multibib</i> is much like that with
+<p/>BibTeX processing with <i>multibib</i> is much like that with
<i>multibbl</i>; with the above example, one needs:
<blockquote>
<pre>
@@ -79,7 +79,7 @@ bibtex art
</blockquote><p>
Note that, unlike <i>multibbl</i>, <i>multibib</i> allows a
simple, unmodified bibliography (as well as the &ldquo;topic&rdquo; ones).
-<p>The <i>bibtopic</i> package allows you separately to cite several
+<p/>The <i>bibtopic</i> package allows you separately to cite several
different bibliographies. At the appropriate place in your document,
you put a sequence of <code>btSect</code> environments (each of which
specifies a bibliography database to scan) to typeset the separate
@@ -106,7 +106,7 @@ bibliographies. Thus, one might have a file <i>diss.tex</i> containing:
Note the different way of specifying a bibliographystyle: if you want
a different style for a particular bibliography, you may give it as an
optional argument to the <code>btSect</code> environment.
-<p>Processing with BibTeX, in this case, uses <code>.aux</code> files whose names
+<p/>Processing with BibTeX, in this case, uses <code>.aux</code> files whose names
are derived from the name of the base document. So in this example
you need to say:
<blockquote>
@@ -115,14 +115,14 @@ bibtex diss1
bibtex diss2
</pre>
</blockquote><p>
-<p>There is also a command <code>\</code><code>btPrintNotCited</code>, which gives the rest of
+<p/>There is also a command <code>\</code><code>btPrintNotCited</code>, which gives the rest of
the content of the database (if nothing has been cited from the
database, this is equivalent to LaTeX standard <code>\</code><code>nocite{*}</code>).
-<p>However, the <em>real</em> difference from <i>miltibbl</i> and
+<p/>However, the <em>real</em> difference from <i>miltibbl</i> and
<i>mltibib</i> is that selection of what appears in each
bibliography section is determined in <i>bibtopic</i> by what&rsquo;s in
the <code>.bib</code> files.
-<p>An entirely different approach is taken by the <i>splitbib</i>
+<p/>An entirely different approach is taken by the <i>splitbib</i>
package. You provide a <code>category</code> environment, in the
preamble of your document, for each category you want a separate
citation list for. In each environment, you list the <code>\</code><code>cite</code> keys
@@ -140,5 +140,5 @@ sorting process.) A code example appears in the package documentation
<dt><tt><i>multibib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multibib.zip">macros/latex/contrib/multibib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/multibib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/multibib/">browse</a>)
<dt><tt><i>splitbib.sty</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitbib.zip">macros/latex/contrib/splitbib</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/contrib/splitbib.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/splitbib/">browse</a>)
</dl>
-<p><p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multbib</a>
+<p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=multbib</a>
</body>