Description
References of my thesis project are not being rendered correctly anymore. This only applies to the citations in the text body, the reference section at the end of the document is rendered fine. So the .bib file seems to be working.
When rendering, xelatex runs multiple loops, aborting after reaching the maximum number of runs. I found an old GitHub Issue from the Quarto Repository, suggesting that this might have something to do with LaTex packages not working correctly (see here quarto-dev/quarto-cli#3518 (comment).
This also happens with previous version of my project, of which I'm sure, that they were working before. I assume that this is related to the new Quarto version 1.4, since this is the only thing I can think of that has changed since then. However, when not working with this project, e.g. basic Quarto scripts with pdf Output, references work fine.
I tried reproducing the error with the example of this repository, but here I got a different error:
ERROR:
compilation failed- missing packages (automatic installed disabled)
LaTeX Error: Something's wrong--perhaps a missing \item.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return> for immediate help.
...
l.872 \end{CSLReferences}
Is anyone else having this problem?
Description
References of my thesis project are not being rendered correctly anymore. This only applies to the citations in the text body, the reference section at the end of the document is rendered fine. So the .bib file seems to be working.
When rendering, xelatex runs multiple loops, aborting after reaching the maximum number of runs. I found an old GitHub Issue from the Quarto Repository, suggesting that this might have something to do with LaTex packages not working correctly (see here quarto-dev/quarto-cli#3518 (comment).
This also happens with previous version of my project, of which I'm sure, that they were working before. I assume that this is related to the new Quarto version 1.4, since this is the only thing I can think of that has changed since then. However, when not working with this project, e.g. basic Quarto scripts with pdf Output, references work fine.
I tried reproducing the error with the example of this repository, but here I got a different error:
Is anyone else having this problem?