Olivier Mangin

Results 51 comments of Olivier Mangin

Technically it is not completely ignored: entries with duplicate citekeys are actually parsed and stored in the `entries` attribute of the `BibDatabase` object (which is a list). So you can...

Thanks for the suggestion @nerdDan. Can you be more explicit about what you'd like `pdfx` to be used for within pubs? Do you mean using it for guessing the title...

Yes, that would indeed be a nice feature to have. I am not sure yet about which back end is the best suited for this. [Pdfx](https://github.com/metachris/pdfx) is one option, but...

Yes, that is an option to consider. In #177 you mention Pandoc but I am not sure why, it does not seem to be needed for pylatexenc. The main question...

Thanks @dvklopfenstein for the insight! I am not sure that either Fabien or myself have the time to commit to such a role. Yet, given the history of the two...

See also #163 and #212. the way the parser is implemented right now is to consider blocks that could not be parsed as implicit comments. Because of that, the parser...

I like the idea of making the remove operation atomic (although I am not sure how far we can go in this direction since it is unclear how much could...

Hi @sudarshan85. The short answer is that you can do everything by manipulating the `BibDatabase` `entries` attribute that is meant to be public. You should not call the `_add_entry` from...

That's a good idea too, although not a priority for now. I don't know how good is the result returned by `pdftotext` and how fast it is but this would...

Very good point. The question is now whether this deserves a dedicated pubs command (or plugin) or should stay an alias. I see two arguments in favor of the former:...