Module: Bibtex2html
- Defined in:
- lib/bibtex2html.rb,
lib/bibtex2html/convert.rb,
lib/bibtex2html/version.rb
Constant Summary collapse
- VERSION =
"0.1.0"
Instance Method Summary collapse
Instance Method Details
#convert(item) ⇒ Object
6 7 8 9 10 |
# File 'lib/bibtex2html/convert.rb', line 6 def convert item bibitem = BibTeX.parse item p bibitem return doc end |