]> git.lyx.org Git - lyx.git/blob - lib/layouts/enotez.module
Typo
[lyx.git] / lib / layouts / enotez.module
1 #\DeclareLyXModule[enotez.sty]{Endnotes (Extended)}
2 #\DeclareCategory{Foot- and Endnotes}
3 #DescriptionBegin
4 #Adds an endnote inset, in addition to footnotes. This uses the enotez package
5 #which is more powerful and customizable than then endnotes package (module 'Endnotes (Basic)'),
6 #but requires a fairly modern LaTeX distribution (with LaTeX3).
7 #You will need to add an endnotes list (Insert > List/Contents/References > Endnotes)
8 #where you want the endnotes to appear.
9 #DescriptionEnd
10 #Excludes: endnotes | foottoend
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    enotez
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   printendnotes
39    Requires      enotez
40 End