diff options
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 | 6 |
1 files changed, 3 insertions, 3 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 9ea0e52d624..1105a43ecc9 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 @@ -118,8 +118,8 @@ bibtex diss2 <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 +<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’s in the <code>.bib</code> files. <p/>An entirely different approach is taken by the <i>splitbib</i> @@ -127,7 +127,7 @@ 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 that you want listed in each category. The <code>\</code><code>bibliography</code> command -(or, more precisely, the <code>thebibliograph</code> environment it +(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 “misc” category created in the sorting process.) A code example appears in the package documentation |