diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html new file mode 100644 index 00000000000..1ea5aaf2e27 --- /dev/null +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html @@ -0,0 +1,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 ‘<code>P</code>’ 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’ve generated: +a sample of the script’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> |