]> git.lyx.org Git - lyx.git/blob - lib/layouts/foottoend.module
Fix grammar
[lyx.git] / lib / layouts / foottoend.module
1 #\DeclareLyXModule[endnotes.sty]{Footnotes as Endnotes}
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 74
9
10 Requires        endnotes
11
12 AddToPreamble
13   \let\footnote=\endnote
14 EndPreamble