Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple bibliography files don't work #7

Open
joeroe opened this issue Dec 4, 2024 · 0 comments
Open

Multiple bibliography files don't work #7

joeroe opened this issue Dec 4, 2024 · 0 comments

Comments

@joeroe
Copy link

joeroe commented Dec 4, 2024

Quarto supports using multiple bibliography files in a single document by giving bibliography as YAML array (https://quarto.org/docs/authoring/citations.html#bibliography-files), e.g.:

bibliography:
  - references1.bib
  - references2.bib
format: hikmah-pdf

However this doesn't work with hikmah-pdf, because Biber looks for the concatenated path, resulting in the following error:

generating bibliography
  INFO - This is Biber 2.20
  [...]
  INFO - Looking for bibtex file 'references1.bibreferences2.bib' for section 0
  ERROR - Cannot find 'references1.bibreferences2.bib'!
  INFO - ERRORS: 1

``
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant