]> git.lyx.org Git - lyx.git/blob - lib/layouts/endnotes.module
ffd3ab262644d4bf8c3f1ecd44e3339ca9fedd32
[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 45
8
9 InsetLayout Flex:Endnote
10    LyXType      custom
11    LatexName    endnote
12    LatexType    command
13    Decoration classic
14    Font
15      Size       Small
16    EndFont
17    MultiPar true
18    LabelString  endnote
19    Requires     endnotes
20 End