python-bibtexparser icon indicating copy to clipboard operation
python-bibtexparser copied to clipboard

Bibtex parser for Python 3

Results 81 python-bibtexparser issues
Sort by recently updated
recently updated
newest added

Currently the journal customization returns a dict when the journal field is non empty (i.e. `!= ''`) and the empty string otherwise. This is not a really consistent behavior since...

bug
v1

The current behavior for `homogenize_field` is to rename `url` to `link`. It seems however that `url` is more standard and understood at least by _biblatex_ and _natbib_ (according to [this](https://tex.stackexchange.com/questions/100782/add-a-hyperlink-in-bibtex)...

v1

When the same parser is used to parse multiple source files, the database object is shared and only a reference is returned. This has some (at least to me) unexpected...

According to [btxdoc](http://mirrors.ctan.org/biblio/bibtex/base/btxdoc.pdf), Section 4, item 7, p. 13 > BibTeX allows in the database files any comment that's not within an entry. If you want to comment out an...

I'm trying to match journal and conference names contained within a BibTeX entry with a list of known conferences and journals. So far I'm impressed how well bibtexparser is able...

There are quite a few codebase derivations from PEP8 in the code, we should fix it.

Sometimes names have braces, and these aren't understood by getnames. For example, `getnames(['A. {Delgado de Molina}'])` returns `['de Molina}, A. {Delgado']` instead, it should return `['Delgado de Molina, A.']`

bug

- http://maverick.inria.fr/~Xavier.Decoret/resources/xdkbibtex/bibtex_summary.html - http://pybliographer.org/

enhancement

`homogeneize_latex_encoding` has several issues: - Protect accent should act only on certain fields - we should check carefully that accent are correctly coded

While we keep versions 1.x with as few changes as possible, to ensure backward compatibility for the >1000 projects using it, we are currently working on version 2 which will...

v2