]> git.lyx.org Git - lyx.git/blob - lib/layouts/foottoend.module
4c9c756af7015c5a940ff96a8052852fd61ba37e
[lyx.git] / lib / layouts / foottoend.module
1 #\DeclareLyXModule[endnotes.sty]{Foot to End}
2 #DescriptionBegin
3 #Sets all footnotes as endnotes. You will need to add \theendnotes 
4 #in TeX-code where you want the endnotes to appear.
5 #DescriptionEnd
6
7 Format 68
8
9 Requires        endnotes
10
11 AddToPreamble
12   \let\footnote=\endnote
13 EndPreamble