]> git.lyx.org Git - features.git/blob - lib/layouts/foottoend.module
It turns out we do need this optional argument, because configure.py needs to be...
[features.git] / lib / layouts / foottoend.module
1 #\DeclareLyXModule[endnotes.sty]{Sets all footnotes as endnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Foot to End}
2
3 Format 6
4
5 Requires        endnotes
6
7 Preamble
8   \let\footnote=\endnote
9 EndPreamble