You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix#30: use bibtexparser.dumps() for BibTeX output rendering
Replace hand-built string formatting in _format_bibtex() with
bibtexparser.dumps() via BibDatabase + BibTexWriter. bibtexparser was
already used for input parsing; this closes the inconsistency.
Closes#30
0 commit comments