]> git.lyx.org Git - features.git/blob - lib/layouts/foottoend.module
New AddToPreamble tag for layout files. This tag will ADD some information to the...
[features.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 ERT where you want the endnotes to appear.
5 #DescriptionEnd
6
7 Format 7
8
9 Requires        endnotes
10
11 AddToPreamble
12   \let\footnote=\endnote
13 EndPreamble