]> git.lyx.org Git - lyx.git/blob - lib/layouts/endnotes.module
Update layout formats
[lyx.git] / lib / layouts / endnotes.module
1 #\DeclareLyXModule[endnotes.sty]{Endnotes}
2 #\DeclareCategory{Foot- and Endnotes}
3 #DescriptionBegin
4 #Adds an endnote inset, in addition to footnotes. 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 Counter endnotes
12     PrettyFormat "Endnote ##"
13 End
14
15 InsetLayout Flex:Endnote
16    LyXType     custom
17    LatexName   endnote
18    LatexType   command
19    Counter     endnotes
20    Decoration  classic
21    Font
22      Size Small
23    EndFont
24    MultiPar    true
25    LabelString endnote
26    Requires    endnotes
27 End
28
29 # We are only interested in the list
30 Float
31    Type          endnote
32    ListName      "Endnotes"
33    IsPredefined  true
34    UsesFloatPkg  false
35    ListCommand   theendnotes
36    Requires      endnotes
37 End