From 0841885a4716ee307eb56e7c00a5e710e873e30d Mon Sep 17 00:00:00 2001 From: Chris Thachuk Date: Tue, 27 Oct 2009 16:21:57 -0700 Subject: 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. --- Library/Formula/bibtex2html.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/bibtex2html.rb (limited to 'Library/Formula') diff --git a/Library/Formula/bibtex2html.rb b/Library/Formula/bibtex2html.rb new file mode 100644 index 000000000..7db7c544c --- /dev/null +++ b/Library/Formula/bibtex2html.rb @@ -0,0 +1,15 @@ +require 'formula' + +class Bibtex2html