Skip to content

creating endnotes in Word docx format #675

Answered by jjallaire
donboyd5 asked this question in Q&A
Discussion options

You must be logged in to vote

This is possible for some formats using the reference-location option. From the Pandoc documentation:

--reference-location=block|section|document

Specify whether footnotes (and references, if reference-links is set) are placed
at the end of the current (top-level) block, the current section, or the document. 
The default is document. Currently this option only affects the markdown, muse, 
html, epub, slidy, s5, slideous, dzslides, and revealjs writers.

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.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by donboyd5
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants