pub fn from_biblatex(
bibliography: &Bibliography,
) -> Result<Library, Vec<TypeError>>
Expand description
Parse a bibliography from a BibLaTeX Bibliography
.
pub fn from_biblatex(
bibliography: &Bibliography,
) -> Result<Library, Vec<TypeError>>
Parse a bibliography from a BibLaTeX Bibliography
.