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