Skip to content

\cite completion and .bib file globbing #1658

@gipert

Description

@gipert

Is your feature request related to a problem? Please describe it.

The \cite completion list is empty for me with the following MWE:

\documentclass{article}
\usepackage{biblatex}
\addbibresource{*.bib}
\begin{document}
Test
\end{document}

ref.bib

@article{Agostini2019b,
    author        = "Agostini, M. and others",
    archivePrefix = "arXiv",
    collaboration = "Gerda",
    doi           = "10.1007/JHEP03(2020)139",
    eprint        = "1909.02522",
    journal       = "JHEP",
    pages         = "139",
    primaryClass  = "nucl-ex",
    title         = "{Modeling of GERDA Phase II data}",
    volume        = "03",
    year          = "2020"
}

And it works as expected if I \addbibresource{ref.bib}. Can you reproduce?

Describe the solution you'd like

Would it be possible to add support for wildcards in the \addbibresource command? Or is there already some trick I can use to make this work?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions