Open ati-ozgur opened 1 month ago
I added following github repo and github workflow that show this issue.
https://github.com/ati-ozgur/quarto-bugs/tree/refs/heads/reference-bug https://github.com/ati-ozgur/quarto-bugs/actions/runs/11314112634
This makes me thing of this other issue:
which was a problem with upstream Pandoc
It has been now fixed in Pandoc 3.5 and there should not be any more error like this when no bibliography file is provided.
Pandoc 3.5 will be integrated in Quarto in a later version that should fix this problem. When this is done, I'll check for what happens in your reported example.
Thanks again for the feedback
Bug description
Create a project file. Remove references.bib file from _quarto.yml. command:
gives following error.
change cite-method: in format section like below:
format:
it works and you understand the error.
Steps to reproduce
Expected behavior
It should remind you that there is no bib file instead of giving this cryptic error.
Actual behavior
gives following error.
Your environment
command line quarto
Quarto check output
[✓] Checking tools....................OK │ │ TinyTeX: v2024.10 │ │ Chromium: 869685 │ │ │ │[✓] Checking LaTeX....................OK │ │ Using: TinyTex │ │ Path: /home/atilla/.TinyTeX/bin/x86_64-linux │ │ Version: 2024 │ │ │ │[✓] Checking basic markdown render....OK │ │ │ │[✓] Checking Python 3 installation....OK │ │ Version: 3.12.3 │ │ Path: /usr/bin/python3 │ │ Jupyter: 5.3.2 │ │ Kernels: python3 │ │ │ │[✓] Checking Jupyter engine render....OK │ │ │ │[✓] Checking R installation...........(None) │ │ │ │ Unable to locate an installed version of R. │ │ Install R from https://cloud.r-project.org/ │ │