pub type BibConverterFn = fn(&BibConversionRequest) -> Option<PostDocument>;Expand description
Convert raw BibTeX into a document containing ltx:bibentry elements.
latexml_post cannot run this itself: a conversion needs the model loader
and convert_document, which live in latexml_oxide (depending the other
way would be a cycle). The orchestrating binary installs an implementation
with set_bib_converter before running the pipeline.