pandoc / lua-filters

A collection of lua filters for pandoc
MIT License
603 stars 165 forks source link

bibexport does not handle well BibLaTeX entries #86

Closed jooyoungseo closed 4 years ago

jooyoungseo commented 4 years ago

Currently it does not seem like bibexport simply finds and exports cited bib entries.

For example, @online is one of the entries that bibexport does not export in an appropriate form.

My guess is that bibexport just only does a good job for BibTeX entries, not for other newly added types in BibLaTeX.

Would there be any way to simply parse multiple bib file entries and export them into one bib file regardless of their entry types?

bibexport does not feel universal.

tarleb commented 4 years ago

Sorry for the late response, this somehow got lost.

Unfortunately, I'm not aware of a similar tool for BibLaTeX.

tarleb commented 4 years ago

Closing this now, but if anyone finds this issue and knows how to do this, I'd consider including it in the filter.