I have typed a whole book(text + commentary) with reledmac expecting that it will allow me to get the book which looks something like this.
However, due to some basic problems with LaTeX, it appears to be impossible at this time. It was revealed in this discussion.
So, now my requirement is to convert all critical footnotes to critical endnotes.
I know how to convert normal footnotes to normal endnotes with help of
\usepackage{endnotes}
\let\footnote=endnote
But, it doesn't work for critical footnotes. Does any command exist which can automate this process?
The second solution may be to use pandoc to convert the tex to docx, or something similar and then put manually in InDesign, etc. But, pandoc can't understand custom commands which I created for my project.
Is it possible to 'teach' pandoc to convert custom commands?
Any help is appreciated.