]> git.lyx.org Git - lyx.git/blob - lib/layouts/foottoend.module
some more uses of Requires.
[lyx.git] / lib / layouts / foottoend.module
1 #\DeclareLyXModule{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