diff options
author | Karl Berry <karl@freefriends.org> | 2006-12-14 00:56:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-12-14 00:56:47 +0000 |
commit | 13328a265ebe4ef58c26ab99e0c071edb0ca0195 (patch) | |
tree | 604fbea81411a5bda1ff25d9cd6ee5dd75acd761 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html | |
parent | da29691fd87e0073830e9d11a1dccd9725f01cc6 (diff) |
3.16c+html
git-svn-id: svn://tug.org/texlive/trunk@2723 c570f23f-e606-0410-a88d-b1316a301751
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.html | 26 |
1 files changed, 13 insertions, 13 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 df0dcc6d6bd..1aa4eb9eeca 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,12 +2,12 @@ <title>UK TeX FAQ -- question label multbib</title> </head><body> <h3>Multiple bibliographies?</h3> -<p>If you're thinking of multiple bibliographies tied to some part of +<p>If you’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 "tag". The package +a command <code>\</code><code>newbibliography</code> to define a bibliography “tag”. 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 @@ -32,10 +32,10 @@ section or chapter (i.e., it patches \bibliography{bk}{book-bib}{References to books} \bibliography{art}{art-bib}{References to articles} </pre> -</blockquote> +</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 - indeed all <code>\</code><code>bibliography</code> commands +more than one <code>.bib</code> file — 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 <<i>tag-name</i>><em>.aux</em>, so you will need to run @@ -44,11 +44,11 @@ may list the same set of files.) bibtex bk bibtex art </pre> -</blockquote> +</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 -"additional topics", each of which comes with its own series of +“additional topics”, each of which comes with its own series of bibliography commands. So one might write: <blockquote> <pre> @@ -66,7 +66,7 @@ bibliography commands. So one might write: \bibliographybk{book-bib} \bibliographyart{art-bib} </pre> -</blockquote> +</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 @@ -76,9 +76,9 @@ scan any list of <code>.bib</code> files. bibtex bk bibtex art </pre> -</blockquote> +</blockquote><p> Note that, unlike <i>multibbl</i>, <i>multibib</i> allows a -simple, unmodified bibliography (as well as the "topic" ones). +simple, unmodified bibliography (as well as the “topic” 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 @@ -102,7 +102,7 @@ bibliographies. Thus, one might have a file <i>diss.tex</i> containing: \btPrintCited \end{btSect} </pre> -</blockquote> +</blockquote><p> 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. @@ -114,13 +114,13 @@ you need to say: bibtex diss1 bibtex diss2 </pre> -</blockquote> +</blockquote><p> <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 <i>mltibib</i> is that selection of what appears in each -bibliography section is determined in <i>bibtopic</i> by what's in +bibliography section is determined in <i>bibtopic</i> by what’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>thebibliograph</code> environment it uses) will sort the keys as requested. (Keys not mentioned in a -<code>category</code> appear in a "misc" category created in the +<code>category</code> appear in a “misc” 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). |