Olivier Mangin

Results 21 issues of Olivier Mangin

The issue was caused by pyparsing not returning as named result an empty string. Hence, although these are correctly parsed, they cannot be accessed by names. The rule would apply...

bug
stale
waiting for answer

The idea is to be able to represent undefined bibtex strings as such even if the definition does not appear in the current bibdata. This would be an alternative to...

enhancement
good first issue
needs help

The editor customization (https://github.com/sciunto-org/python-bibtexparser/blob/master/bibtexparser/customization.py#L355) is not consistent with the author one which is confusing. Are there some reason for this or has it just not been updated with the author...

Some options have to be set when the parser object is created like `common_strings` because they are treated in the `__init__`, others can be changed until the parsing occurs by...

enhancement
question

#165 implements the representation of bibdata where values use bibtex string combinations. The writer however does not implement how to export such data. Converting the ` BibDataStringExpression` to bibtex should...

enhancement
good first issue
v2

The [link customization](https://github.com/sciunto-org/python-bibtexparser/blob/master/bibtexparser/customization.py#L451) splits fields containing multiple links as well as an eventual anchor and format. However, I cannot find any reference to any such format specification. Has anyone any...

question

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

Basic import from pubs repository. - adds a `--list-only` option to the `import` command to allow dry-run before importing, - adds explicit import modes (`pubs` or `bibtex`), and basic guess...

As suggested by @benureau in #218, the [Pybtex](https://pybtex.org/) API could be used as a replacement of the current [sciunto-org/python-bibtexparser](https://github.com/sciunto-org/python-bibtexparser). Beyond being more actively maintained and targeting full compatibility with bibtex,...

enhancement