-
Hi. I hope this is the right place to suggest/ask about this. When writing documents for non-technical audiences, sometimes it is nice to put technical matter in endnotes rather than footnotes. MS Word easily allows an endnotes section at the end of the document (or, with more trouble, in a section that is not the last section -- e.g., before an appendix). It would be great if endnotes were allowed in quarto qmd files for the docx format. As far as I can tell, it is only possible to use footnotes, which appear at the bottom of a page and can be distracting to a non-technical reader. Would much appreciate it if someone can tell me whether there currently is a way to create endnotes in quarto for the docx format. If not, I would like to put it on a wish list of new features. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
This is possible for some formats using the
Ultimately we'll need this to implemented natively in Pandoc. It's probably worth posting an issue there (https://github.com/jgm/pandoc/issues) to see whether this is something that would be considered. |
Beta Was this translation helpful? Give feedback.
-
Many thanks. I believe GitHub will cross reference this, but FWIW it appears to be an ongoing discussion on pandoc and I have added my hope that it can be implemented, here and here. There is a related quite old not-passing PR here. |
Beta Was this translation helpful? Give feedback.
This is possible for some formats using the
reference-location
option. From the Pandoc documentation:Ultimately we'll need this to implemented natively in Pandoc. It's probably worth posting an issue there (https://github.com/jgm/pandoc/issues) to see whether this is something that would be considered.