archome / jekyll-citation

Jekyll plugin to parse/render BibTeX-encoded citations included in posts/pages
MIT License
52 stars 5 forks source link

Uninitialized constant Jekyll:BibtexBlock::IsTag #5

Open nate-wernimont opened 7 years ago

nate-wernimont commented 7 years ago

Hello,

I have recently installed this plugin, and I encounter this error when I try to put a bibtex block in:

Liquid Exception: uninitialized constant Jekyll::BibtexBlock::IsTag in papers.md

where papers.md is the location of the bibtex block. I installed citeproc-ruby and bibtex-ruby, put citation.rb in my _plugins/ folder and added citeproc-ruby and bibtex-ruby to my Gemfile. Jekyll effectively serves until I add in the bibtex block, so it has no problem loading the plugin, just using it. Am I going wrong somewhere?

Sciss commented 6 years ago

I have the same problem. Did you solve it?

fischstreicheln commented 6 years ago

Having the same problem. anyone solved it?