Possible to use endnotes instead of footnotes for PDF? #4082
-
I footnotes in a manuscript that I am writing. However, for some awful reason, the journal is requesting that my footnotes be replaced as endnotes. Is there a way to turn my footnotes into endnotes? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
It might be much easier than that. Take a look at this comment in a pandoc issue: jgm/pandoc#4041 (comment) |
Beta Was this translation helpful? Give feedback.
The best solution will be for you to write a filter to catchNote
AST elements, collect all of them, and then create a new section in the end with all of their content. It's doable, but will require some Lua: https://pandoc.org/lua-filters.html#type-noteIt might be much easier than that. Take a look at this comment in a pandoc issue: jgm/pandoc#4041 (comment)