wdbibtex.LaTeX.read_bbl#

LaTeX.read_bbl()#

Read .bbl file.

Read .bbl file to extract formatted thebibliography text.

Examples

>>> import wdbibtex
>>> bb = wdbibtex.Bibliography()
>>> bb.read_bbl()