inukshuk / citeproc-ruby

A Citation Style Language (CSL) Cite Processor
101 stars 22 forks source link

README example fails #64

Open clbarnes opened 5 years ago

clbarnes commented 5 years ago

require 'bibtex' is needed.

retorquere commented 5 years ago

I also get

failed to extract CSL data from "en-US": No such file or directory @ rb_sysopen - en-US (CSL::ParseError)

The output from CSL::Locale.ls is []

inukshuk commented 5 years ago

Did you install the csl-styles gem? It installs the default styles and locales. If not, you need to provide locale files.

retorquere commented 5 years ago

That did it! I have everything working now.