]> git.lyx.org Git - features.git/blob - lib/layouts/endnotes.module
This is one of a series of patches that will merge the layout modules development...
[features.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 5
4
5 InsetLayout Custom:Endnote
6    LyXType      custom
7    LatexName    endnote
8    LatexType    command
9    Font
10      Size       Small
11    EndFont
12    LabelString  endnote
13    Preamble
14      \usepackage{endnotes}
15    EndPreamble
16 End