]> git.lyx.org Git - lyx.git/blob - lib/layouts/endnotes.module
e219a08e516a643dc4059cc0039fbde31ba612c1
[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 
5 #\theendnotes in TeX-code where you want the endnotes to appear.
6 #DescriptionEnd
7
8 Format 78
9
10 Counter endnotes
11     PrettyFormat "Endnote ##"
12 End
13
14 InsetLayout Flex:Endnote
15    LyXType     custom
16    LatexName   endnote
17    LatexType   command
18    Counter     endnotes
19    Decoration  classic
20    Font
21      Size Small
22    EndFont
23    MultiPar    true
24    LabelString endnote
25    Requires    endnotes
26 End