summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-12-28 19:57:02 +0000
committerKarl Berry <karl@freefriends.org>2007-12-28 19:57:02 +0000
commitc7cfef6687f65c2538898ddd7c6bc9c9ba50e58d (patch)
tree8f4de70d1a11463779871162ba84c1dbc874155b /Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html
parent8948a31a6e2ac27883f7adac1b339003961ba43f (diff)
uk-tex-faq 3.17 (7nov07)
git-svn-id: svn://tug.org/texlive/trunk@5977 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html')
-rw-r--r--Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html
index 5a5cf86848e..03d4b998995 100644
--- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html
+++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-buildbib.html
@@ -2,15 +2,15 @@
<title>UK TeX FAQ -- question label buildbib</title>
</head><body>
<h3>Creating a BibTeX bibliography file</h3>
-<p>A BibTeX bibliography file may reasonably be compared to a small
+<p/>A BibTeX bibliography file may reasonably be compared to a small
database, the entries in which are references to literature that may
be called up by citations in a document.
-<p>Each entry in the bibliography has a <em>type</em> and a unique
+<p/>Each entry in the bibliography has a <em>type</em> and a unique
<em>key</em>. The bibliography is read, by BibTeX, using the details
specified in a <em>bibliography style</em>. From the style, BibTeX
finds what entry types are permissible, what <em>fields</em> each entry
type has, and how to format the whole entry.
-<p>The type specifies the type of document you&rsquo;re making reference to; it
+<p/>The type specifies the type of document you&rsquo;re making reference to; it
may run all the way from things like &ldquo;<code>Book</code>&rdquo; and
&ldquo;<code>Proceedings</code>&rdquo; (which may even contain other citations
of type &ldquo;<code>InBook</code>&rdquo; or &ldquo;<code>InProceedings</code>&rdquo;)
@@ -23,7 +23,7 @@ the year of publication, possibly with a marker to distinguish
publications in the same year. So, for example, the Dyson, Eddington,
Davidson paper about deflection of starlight appears in my
experimental <code>.bib</code> file as <code>Dyson20.1</code>.
-<p>So, noting the rules of the style, you have &lsquo;simply&rsquo; to write a
+<p/>So, noting the rules of the style, you have &lsquo;simply&rsquo; to write a
bibliography database. Fortunately, there are several tools to help
in this endeavour:
<ul>
@@ -36,12 +36,12 @@ in this endeavour:
available, some of which permit a graphical user interface to the
task. Sadly, none seems to be available with the ordinary TeX
distributions.
-<p> Tools such as <i>Xbibfile</i> (a graphical user interface),
+<p/> Tools such as <i>Xbibfile</i> (a graphical user interface),
<i>ebib</i> (a database application written to run &lsquo;inside&rsquo;
<i>emacs</i>) and
<i>btOOL</i> (a set of <i>perl</i> tools for building
BibTeX database handlers) are available from CTAN.
-<p> Other systems, such as
+<p/> Other systems, such as
<a href="http://refdb.sourceforge.net/"><i>RefDB</a></i>,
<a href="http://www.nongnu.org/biborb">BibORB</a>,
<a href="http://bibdesk.sourceforge.net/"><i>BibDesk</a></i>,
@@ -72,5 +72,5 @@ in this endeavour:
<dt><tt><i>tex2bib.readme</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/tex2bib/README">biblio/bibtex/utils/tex2bib/README</a>
<dt><tt><i>xbibfile</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/xbibfile.zip">biblio/bibtex/utils/xbibfile</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/xbibfile.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/xbibfile/">browse</a>)
</dl>
-<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buildbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buildbib</a>
+<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buildbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=buildbib</a>
</body>