How do I include the bibliography at the end of a separate file? #6454
-
DescriptionMy writing project (thesis) consists of several .qmd files (mostly because it's also rendered as a website) and by default all the references will appear at the end of that particular file. I would however like to show the bibliography only in one file/page (in case of the website format) and in the case of PDF at the end of the entire document (concated from the several .qmd files). Hope my explanation makes sense. Here's a link to the actual project if it makes it clearer: https://www.greenfilter.app/research/references Does anyone have any advice? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 8 replies
-
One idea would be to use a |
Beta Was this translation helpful? Give feedback.
-
You might be interested in the following extension: https://github.com/pandoc-ext/section-bibliographies. |
Beta Was this translation helpful? Give feedback.
One idea would be to use a
book
project instead of awebsite
project. Book projects do place all the references at the end of the book in a single standalone section rather than on a per page basis. Books include a website (and more or less support all the variouswebsite
options for customizing the appearance).