From 560da18a434304d655ca2454040479b007897b29 Mon Sep 17 00:00:00 2001 From: Chris Thachuk Date: Tue, 27 Oct 2009 16:21:57 -0700 Subject: [PATCH] bibtex2html formula bibtex2html is a collection of tools for translating from BibTeX to HTML. They allow you to produce, from a set of bibliography files in BibTeX format, a bibliography in HTML format. --- Formula/bibtex2html.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Formula/bibtex2html.rb diff --git a/Formula/bibtex2html.rb b/Formula/bibtex2html.rb new file mode 100644 index 0000000000..7db7c544c4 --- /dev/null +++ b/Formula/bibtex2html.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Bibtex2html