]> git.lyx.org Git - lyx.git/blob - lib/layouts/foottoend.module
Revert "Update layouts"
[lyx.git] / lib / layouts / foottoend.module
1 #\DeclareLyXModule[endnotes.sty]{Footnotes as Endnotes (Basic)}
2 #\DeclareCategory{Foot- and Endnotes}
3 #DescriptionBegin
4 #Sets all footnotes as endnotes. 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 104
13
14
15 InsetLayout Foot
16    LabelString     Endnote
17    LatexName       endnote
18    Requires        endnotes
19    LangPreamble
20      \providecommand{\notesname}{_(Notes[[Endnotes]])}
21    EndLangPreamble
22    BabelPreamble
23      \addto\captions$$lang{\renewcommand{\notesname}{_(Notes[[Endnotes]])}}
24    EndBabelPreamble
25         InheritFont false
26 End
27
28 # We are only interested in the list
29 Float
30    Type          endnote
31    ListName      "Endnotes"
32    IsPredefined  true
33    UsesFloatPkg  false
34    ListCommand   theendnotes
35    Requires      endnotes
36 End