Skip to content

Multibib and No bib files found #1348

Description

@jankollmitz

Hi,

unfortunately the cite auto completion is not working when using the multibib package ("No bib files found!" Error message).

The error is not hard to find:
Using multibib creates new commands to insert the bibliography, e.g. \bibliographyA and \bibliographyB.
I think the issue is, that the statement in line 243 of latex_cite_completions.py
elif c.command in MULTI_BIBCOMMANDS:
results in False and the no bib file is loadde for auto completion.

Anyway I solved the issue for now by adding my usual multibib commands to the MULTI_BIBCOMMANDS set, but this is only a temporary solution.

Could you add a better solution to add multibib support?

Thanks and regards,
Jan

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions