Humans-of-Julia / BibParser.jl

Parser for bibliographic formats, including BibTeX, in pure Julia
MIT License
13 stars 5 forks source link

Preambles and comments #16

Open Azzaare opened 3 years ago

Azzaare commented 3 years ago

Preambles @preamble are not treated yet (and raise an incomplete entry error). If the preamble includes some LaTeX commands, it might impact the exported entries (some valid entries relying on @preamble would be considered invalid).

Entry comments @comment are not treated either (however it has no impact on the entries)