-
Notifications
You must be signed in to change notification settings - Fork 407
\cite completion and .bib file globbing #1658
Copy link
Copy link
Closed
Labels
Description
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?
Reactions are currently unavailable