summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html
index 89f59c8d41a..ed760d082ab 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-multbib.html
@@ -2,12 +2,12 @@
<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&#8217;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
-a command <code>\</code><code>newbibliography</code> to define a bibliography &ldquo;tag&rdquo;. The package
+a command <code>\</code><code>newbibliography</code> to define a bibliography &#8220;tag&#8221;. 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
citations to appear. The <code>\</code><code>bibliography</code> command itself also takes
@@ -35,7 +35,7 @@ section or chapter (i.e., it patches
</blockquote><p>
(Note that the optional argument of <code>\</code><code>cite</code> appears <em>before</em> the
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
+more than one <code>.bib</code> file &#8212; 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
&lt;<i>tag-name</i>&gt;<em>.aux</em>, so you will need to run
@@ -48,7 +48,7 @@ bibtex art
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
-&ldquo;additional topics&rdquo;, each of which comes with its own series of
+&#8220;additional topics&#8221;, each of which comes with its own series of
bibliography commands. So one might write:
<blockquote>
<pre>
@@ -78,7 +78,7 @@ bibtex art
</pre>
</blockquote><p>
Note that, unlike <i>multibbl</i>, <i>multibib</i> allows a
-simple, unmodified bibliography (as well as the &ldquo;topic&rdquo; ones).
+simple, unmodified bibliography (as well as the &#8220;topic&#8221; ones).
<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
@@ -120,7 +120,7 @@ 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>multibbl</i> and
<i>multibib</i> is that selection of what appears in each
-bibliography section is determined in <i>bibtopic</i> by what&rsquo;s in
+bibliography section is determined in <i>bibtopic</i> by what&#8217;s in
the <code>.bib</code> files.
<p/>An entirely different approach is taken by the <i>splitbib</i>
package. You provide a <code>category</code> environment, in the
@@ -129,7 +129,7 @@ citation list for. In each environment, you list the <code>\</code><code>cite</
that you want listed in each category. The <code>\</code><code>bibliography</code> command
(or, more precisely, the <code>thebibliography</code> environment it
uses) will sort the keys as requested. (Keys not mentioned in a
-<code>category</code> appear in a &ldquo;misc&rdquo; category created in the
+<code>category</code> appear in a &#8220;misc&#8221; category created in the
sorting process.) A code example appears in the package documentation
(a PDF file in the CTAN directory,
which you can browse to, from the link, below).