Open clbarnes opened 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 []
Did you install the csl-styles
gem? It installs the default styles and locales. If not, you need to provide locale files.
That did it! I have everything working now.
require 'bibtex'
is needed.