Sep 05 2009

How to put BibTeX in your WordPress blog

Category: BibTeX,LaTeX,WordPressadmin @ 10:00 pm

I recently wanted to add a bibliography to one of my blogs. The bibliography was available in BibTeX format, but I wanted to display both HTML and BibTeX. There is a plugin available, bib2html but I did not want to use it because it produces the page on fly which means that theoretically it processes the BibTeX file everytime (there may be some caching going on, but I prefer not to rely on that). Instead, I decided to use static HTML pages generated using bibtex2html, but you cannot use it directly as the links it produces will not work. Instead, I had to do the following:

Continue reading “How to put BibTeX in your WordPress blog”

Tags: , , ,