]> git.lyx.org Git - lyx.git/blob - lib/layouts/endnotes.module
Requires amsmath does not work. No idea why.
[lyx.git] / lib / layouts / endnotes.module
1 #\DeclareLyXModule{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