Closed jpatteet closed 6 months ago
in my experience, setting citeproc: false
didn't help at all
I ended up enabling the plugin for html
only
Hi!
I just created a minimum example in this repo: https://github.com/ronnyhdez/quarto_references_per_chapter
I'm using a Lua filter that I copied and pasted from the link provided in the readme.
This approach allowed me to generate references for each chapter in my thesis document successfully. However, I encountered an issue where the complete set of references is placed at the very end of the document, which posed a problem for me that I couldn't resolve. (I needed the complete references before my appendices section)
Sorry for the late reply. I found that the following setting seems to work well with Quarto.
# Use this instead of "bibliography"
section-bibliographies:
bibliography: references.bib
If there are issues remaining, please open a new issue, ideally with a reproducible example.
Hi,
I am trying to have multiple references sections in my PhD thesis. One at the end of the "Manuscrit" part and one at the end of each Article (so three)
Unfortunately when I render in pdf, I have the reference title that appears but no references inside.
Here is my _quarto.yml file
Any idea of what I could try to make the references appear ?