-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Description
Some formats, like OpenDocument and Docx have support for footnotes and endnotes. LaTeX has endnotes package. FB3 format will have an option for endnotes: https://github.com/gribuser/FB3/blob/master/fb3_links.xsd
Now converting Docx to ODT or ODT to Docx converts all endnotes to footnotes. (edit: i stated that converting to ODT converted to endnotes, it was a result of my local modifications)
I suggest to add footnote/endnote marker to AST to avoid losing this information for ODT and Docx. For LaTeX read footnotes as footnotes and add support for endnotes package later. For wiki-like formats it has to be footnotes for compatibility so users converting markdown to PDF via LaTeX are not surprised when they see their notes placed at the end of the document.