]> git.lyx.org Git - lyx.git/blob - lib/layouts/endnotes.module
dd3a77c4dc54ca9128ffdec0143de562a7100fce
[lyx.git] / lib / layouts / endnotes.module
1 #\DeclareLyXModule[endnotes.sty]{Endnotes (Basic)}
2 #\DeclareCategory{Foot- and Endnotes}
3 #DescriptionBegin
4 #Adds an endnote inset, in addition to footnotes. This uses the endnotes
5 #package, which has some limitations but works with older LaTeX distributions
6 #as well. You will need to add an endnotes list
7 #(Insert > List/Contents/References > Endnotes) where you
8 #want the endnotes to appear.
9 #DescriptionEnd
10 #Excludes: enotez | foottoenotez
11
12 Format 80
13
14 Counter endnotes
15     PrettyFormat "Endnote ##"
16 End
17
18 InsetLayout Flex:Endnote
19    LyXType     custom
20    LatexName   endnote
21    LatexType   command
22    Counter     endnotes
23    Decoration  classic
24    Font
25      Size Small
26    EndFont
27    MultiPar    true
28    LabelString endnote
29    Requires    endnotes
30 End
31
32 # We are only interested in the list
33 Float
34    Type          endnote
35    ListName      "Endnotes"
36    IsPredefined  true
37    UsesFloatPkg  false
38    ListCommand   theendnotes
39    Requires      endnotes
40 End