]> git.lyx.org Git - lyx.git/blob - lib/layouts/enotez.module
Add translation info
[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 93
13
14 Counter endnotes
15         GuiName Endnotes
16     PrettyFormat "Endnote ##"
17 End
18
19 InsetLayout Flex:Endnote
20    LyXType     custom
21    LatexName   endnote
22    LatexType   command
23    Counter     endnotes
24    Decoration  classic
25    Font
26      Size Small
27    EndFont
28    MultiPar    true
29    LabelString endnote
30    Requires    enotez
31 End
32
33 # We are only interested in the list
34 Float
35    Type          endnote
36    ListName      "Endnotes"
37    IsPredefined  true
38    UsesFloatPkg  false
39    ListCommand   printendnotes
40    Requires      enotez
41 End