]> git.lyx.org Git - lyx.git/blob - lib/layouts/endnotes.module
91e2b3ef9d24dabffd91b4ca9d0efab69ea63cec
[lyx.git] / lib / layouts / endnotes.module
1 #\DeclareLyXModule[endnotes.sty]{Endnote}
2 #DescriptionBegin
3 #Adds an endnote inset, in addition to footnotes. You will need to add 
4 #\theendnotes in TeX-code where you want the endnotes to appear.
5 #DescriptionEnd
6
7 Format 68
8
9 Counter endnotes
10     PrettyFormat "Endnote ##"
11 End
12
13 InsetLayout Flex:Endnote
14    LyXType     custom
15    LatexName   endnote
16    LatexType   command
17    Counter     endnotes
18    Decoration  classic
19    Font
20      Size Small
21    EndFont
22    MultiPar    true
23    LabelString endnote
24    Requires    endnotes
25 End