|
|
 |
How to automatically
generating a list of publications in html from BibTeX
like this one:
- Prepare a LaTeX document with a publications list in the
order you like, e.g. by citing a whole bib-file with \nocite{*}
- use the jhtmlunsrt bib-style by including
\bibliographystyle{jhtmlunsrt}
(this is based on the BibHTML package from the TeX distribution)
- this bib-bstyle allows the fields url (specifies a link for the entry)
and trurl (specifies an additional link for the entry, used for the
"Technical Report Version")
- the bib-file can contain additional headlines, text, and separators as
plain-entries, e.g. @plain{y2006, note = "<h2>2006</h2>"}
- LaTeX your source
- BibTeX your source
- process the resulting bbl file with pubhtml.pl
("perl pubhtml.pl file.bbl")
- use the resulting pub.html
Of course, you may modify the jhtmlunsrt bibstyle and the pubhtml.pl
perl script according to your needs.
|
 |
|