Sha256: 660f2ce0a4b5590f32b4d49f91a8b89c41763bc8891f3dec68a790b6bc126e75
Contents?: true
Size: 181 Bytes
Versions: 1
Compression:
Stored size: 181 Bytes
Contents
# -+- coding: utf-8 -*- require "bibtex2html/version" require "bibtex" module Bibtex2html def convert item bibitem = BibTeX.parse item p bibitem return doc end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
bibtex2html-0.1.0 | lib/bibtex2html/convert.rb |