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 | 6 |
1 files changed, 3 insertions, 3 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 index a315dec9927..2230280cb7e 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-htmlbib.html @@ -4,7 +4,7 @@ <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 +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 @@ -14,8 +14,8 @@ 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 +<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="http://www.tex.ac.uk/tex-archive/biblio/bibtex/utils/misc/bbl2html.awk">biblio/bibtex/utils/misc/bbl2html.awk</a> |