]> git.lyx.org Git - lyx.git/blob - lib/layouts/endnotes.module
9c00b97bd52205bbbdb7bc09be763379b1af1f4e
[lyx.git] / lib / layouts / endnotes.module
1 #\DeclareLyXModule[endnotes.sty]{Adds an endnote command, in addition to footnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Endnote}
2
3 Format 6
4
5 InsetLayout Custom:Endnote
6    LyXType      custom
7    LatexName    endnote
8    LatexType    command
9    Decoration classic
10    Font
11      Size       Small
12    EndFont
13    LabelString  endnote
14    Requires     endnotes
15 End