Open benureau opened 5 years ago
Indeed. I was already looking at this. The issue is that the editor
customization from bibtexparser
is not consistent to the author one and not compatible with the latex_to_unicode
. That makes this fail as soon as there is an editor in a paper, which is unfortunately not in the test usecases.
As a quickfix we can do something like the following in the endecoder:
bibdata["editor"] = [["name"] e in bibdata["editor"]]
I will report that to bibtexparser and we can add the above as a temporary fix.
Ok. If you want to add a quickfix to master, do it. I can't work on this this immediate moment.
OK
See https://github.com/sciunto-org/python-bibtexparser/issues/229 for the upstream issue.
@omangin: That was fast. This bibtex fails to be listed:
This is due to the editor field. Remove it (even in a much more complex bibtex entry), and that works.