]> git.lyx.org Git - features.git/blob - lib/layouts/foottoend.module
Update layouts (run layout2layout.py)
[features.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 95
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 End
26
27 # We are only interested in the list
28 Float
29    Type          endnote
30    ListName      "Endnotes"
31    IsPredefined  true
32    UsesFloatPkg  false
33    ListCommand   theendnotes
34    Requires      endnotes
35 End