summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-21 13:58:54 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2008-06-21 13:58:54 +0000
commit4683bcefcc8e380dda5f46ff09833a4b9b7f7804 (patch)
tree114f6e4f828c88b59884c61813315b67314dfc54 /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-multbib.html
parentbaafafa261f8d350aaed51a28fb3c8627aa78237 (diff)
FAQ-en v3.18
git-svn-id: svn://tug.org/texlive/trunk@8900 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.html6
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&rsquo;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 &ldquo;misc&rdquo; category created in the
sorting process.) A code example appears in the package documentation