summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html
blob: 1ea5aaf2e273388e14062b85e45c8b1149d6abd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<head>
<title>UK TeX FAQ -- question label htmlbib</title>
</head><body>
<h3>Making HTML of your Bibliography</h3>
<p/>A neat solution is offered by the <i>noTeX</i> bibliography style.
This style produces a <code>.bbl</code> file which is in fact a series of
HTML &lsquo;<code>P</code>&rsquo; elements of class <code>noTeX</code>, and which
may therefore be included in an HTML file.  Provision is made
for customising your bibliography so that its content when processed by
<i>noTeX</i> is different from that presented when it is processed
in the ordinary way by (La)TeX.
<p/>A thorough solution is offered by <i>bib2xhtml</i>; using it, you
make use of one of its modified versions of many common BibTeX
styles, and post-process the output so produced using a
<i>perl</i> script.
<p/>A more conventional translator is the <i>awk</i> script
<i>bbl2html</i>, which translates the <code>.bbl</code> file you&rsquo;ve generated:
a sample of the script&rsquo;s output may be viewed on the web, at
<a href="http://rikblok.cjb.net/lib/refs.html">http://rikblok.cjb.net/lib/refs.html</a>
<dl>
<dt><tt><i>bbl2html.awk</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/misc/bbl2html.awk">biblio/bibtex/utils/misc/bbl2html.awk</a>
<dt><tt><i>bib2xhtml</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bib2xhtml.zip">biblio/bibtex/utils/bib2xhtml</a> (<a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/bib2xhtml.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/bib2xhtml/">browse</a>)
<dt><tt><i>noTeX.bst</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/biblio/bibtex/utils/misc/noTeX.bst">biblio/bibtex/utils/misc/noTeX.bst</a>
</dl>
<p/>
<p/><p/><p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=htmlbib">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=htmlbib</a>
</body>