]> git.lyx.org Git - lyx.git/blob - lib/layouts/foottoenotez.module
New Theorems Module. Contributed by Udicoudco <udifoglle@gmail.com> on the mailing...
[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 99
14
15
16 InsetLayout Foot
17         LabelString     Endnote
18         LatexName       endnote
19         Requires        enotez
20 End
21
22 # We are only interested in the list
23 Float
24    Type          endnote
25    ListName      "Endnotes"
26    IsPredefined  true
27    UsesFloatPkg  false
28    ListCommand   printendnotes
29    Requires      enotez
30 End