]> git.lyx.org Git - lyx.git/blob - lib/layouts/foottoenotez.module
Update layouts
[lyx.git] / lib / layouts / foottoenotez.module
1 #\DeclareLyXModule[enotez.sty]{Footnotes as Endnotes (Extended)}
2 #\DeclareCategory{Foot- and Endnotes}
3 #DescriptionBegin
4 #Sets all footnotes as endnotes. This uses the enotez package
5 #which is more powerful and customizable than then endnotes package
6 #(module 'Footnotes as Endnotes (Basic)'), but requires a fairly modern
7 #LaTeX distribution (with LaTeX3).You will need to add an
8 #endnotes list (Insert > List/Contents/References > Endnotes) where you
9 #want the endnotes to appear.
10 #DescriptionEnd
11 #Excludes: endnotes | foottoend
12
13 Format 103
14
15
16 InsetLayout Foot
17         LabelString     Endnote
18         LatexName       endnote
19         Requires        enotez
20         InheritFont false
21 End
22
23 # We are only interested in the list
24 Float
25    Type          endnote
26    ListName      "Endnotes"
27    IsPredefined  true
28    UsesFloatPkg  false
29    ListCommand   printendnotes
30    Requires      enotez
31 End