]> git.lyx.org Git - features.git/blob - lib/layouts/foottoend.module
Update layout formats
[features.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 an
5 #endnotes list (Insert > List/Contents/References > Endnotes) where you
6 #want the endnotes to appear.
7 #DescriptionEnd
8
9 Format 80
10
11
12 InsetLayout Foot
13         LabelString     Endnote
14         LatexName       endnote
15         Requires        endnotes
16 End
17
18 # We are only interested in the list
19 Float
20    Type          endnote
21    ListName      "Endnotes"
22    IsPredefined  true
23    UsesFloatPkg  false
24    ListCommand   theendnotes
25    Requires      endnotes
26 End