inukshuk / bibtex-ruby

A BibTeX library, parser, and converter for Ruby.
http://inukshuk.github.com/bibtex-ruby
GNU General Public License v3.0
156 stars 31 forks source link

:filter option should accept an array #42

Closed inukshuk closed 12 years ago

inukshuk commented 12 years ago
 BibTeX.open file, :filter => :latex

Applies the LaTeX filter after parsing; but

 BibTeX.open file, :filter => [:latex]

raises an error.