Based on my understanding of the discussion in this github issue:
https://github.com/jgm/pandoc/issues/4041 ,
it looks like there is no general way to generate endnotes.  Is this correct?  (There is an option --reference-location that does something like this for Markdown output.)

I'm generating a Word document from LaTeX.  I know how to generate endnotes in LaTeX using the LaTeX endnote package and using the \endnote command and \theendnotes.  However, when I use this with Pandoc, the notes disappear.   Here is an example of the kind of pandoc command line I use:

 pandoc -N --filter pandoc-crossref --citeproc --bibliography mybib.bib --csl .chicago-author-date.csl  mydoc.tex -o mydoc.docx

Is there a workaround of some kind?  (I'm converting a book, and there are many notes, so converting the notes to text at the end of the document by hand while preserving the numbering is something I'd like to avoid.)

Thanks!

--
You received this message because you are subscribed to the Google Groups "pandoc-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org.
To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/49706bc8-2016-449a-a5a2-9660a2f24fbdn%40googlegroups.com.