BibTeX.jl
BibTeX.jl copied to clipboard
Instead of keeping the list of authors as a unique string, it would make sense to at least have the option to get it as a vector of individual authors?
It is common in some bibtex entry types to use a "type" field (well actually I don't know… but it's listed as a possible biblatex type in the documentation so...
Adds a function `parse_bibtex_ordered`, which, instead of returning a Dict of Dicts, returns an Array of Dicts. This may be useful for determination of primacy in the CITATION.bib file format.
This suffers the same problem as https://github.com/Azzaare/BibParser.jl/issues/5 (which is not surprising, as BibParser.jl uses the same code): ```julia julia> using BibTeX julia> bibtex = """@article{Heun1900, title = {Neue Methoden zur...