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

multibib extension installed but not found during render #11

Closed
rolandknapp opened this issue Dec 7, 2023 · 1 comment
Closed

multibib extension installed but not found during render #11

rolandknapp opened this issue Dec 7, 2023 · 1 comment

Comments

@rolandknapp
Copy link

rolandknapp commented Dec 7, 2023

I am experiencing a similar issue to the one I encountered previously (and resolved) when using the section-bibliographies filter (link to description of section-bibliographies issue). That is, using RStudio/Quarto I installed the multibib extension and added multibib to the filters entry in the document's YAML header. When I render the document (to PDF), I get the error message, "Error running filter multibib: Could not find executable multibib". I then added the full relative path for multibib.lua to the multibib filter entry (/_extensions/pandoc-ext/multibib/multibib.lua). That errors with the message, "Error running filter /_extensions/pandoc-ext/multibib/multibib.lua: cannot open /_extensions/pandoc-ext/multibib/multibib.lua: No such file or directory." Using the full absolute file path produces the same error message. I have confirmed that multibib.lua is present in the referenced directory. The relevant portion of the YAML is as follows:

bibliography: 
  main: translocation.bib
  supporting: supporting_info.bib
filters: 
  - multibib
validate-yaml: false
csl: pnas.csl
format: pdf

Do you have any suggestions on how to resolve this?

Environment: Quarto 1.2.335, RStudio 2023.09.1+494, OS Ubuntu 22.04.3 LTS

@tarleb
Copy link
Member

tarleb commented May 5, 2024

Apologies for the late reply.

This appears to be a Quarto issue, and there's nothing we can do about it from here. Thus closing.

@tarleb tarleb closed this as completed May 5, 2024
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

2 participants