Per-chapter bibliography for PDF book #712
-
Hi all, I would like to be able to have my references at the end of each chapter, and only the references that were used in the chapter. It's possible to do this for the HTML output with the Is there an easy option to do this that I missed in the documentation? If not, I can also submit an issue for a feature request. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
It look like there is a path to do this this filter: https://github.com/pandoc/lua-filters/tree/master/section-refs However, I don't know if this works straight away with Quarto. @cderv How easy would it be to make this work w/ Quarto and do you think we should just build it in so that it can be activated with a simple option? |
Beta Was this translation helpful? Give feedback.
-
@dragonstyle It seems like this filter does indeed do most of what's necessary. I'd second the idea of formally incorporating this into Quarto. |
Beta Was this translation helpful? Give feedback.
It look like there is a path to do this this filter: https://github.com/pandoc/lua-filters/tree/master/section-refs
However, I don't know if this works straight away with Quarto. @cderv How easy would it be to make this work w/ Quarto and do you think we should just build it in so that it can be activated with a simple option?