lyx_mirror/lib/layouts/foottoend.module
Juergen Spitzmueller 66afab4497 Update layout formats
2024-08-12 12:29:50 +02:00

37 lines
979 B
Plaintext

#\DeclareLyXModule[endnotes.sty]{Footnotes as Endnotes (Basic)}
#\DeclareCategory{Foot- and Endnotes}
#DescriptionBegin
#Sets all footnotes as endnotes. This uses the endnotes
#package, which has some limitations but works with older LaTeX distributions
#as well. You will need to add an endnotes list
#(Insert > List/Contents/References > Endnotes) where you
#want the endnotes to appear.
#DescriptionEnd
#Excludes: enotez | foottoenotez
Format 107
InsetLayout Foot
LabelString Endnote
LatexName endnote
Requires endnotes
LangPreamble
\providecommand{\notesname}{_(Notes[[Endnotes]])}
EndLangPreamble
BabelPreamble
\addto\captions$$lang{\renewcommand{\notesname}{_(Notes[[Endnotes]])}}
EndBabelPreamble
InheritFont false
End
# We are only interested in the list
Float
Type endnote
ListName "Endnotes"
IsPredefined true
UsesFloatPkg false
ListCommand theendnotes
Requires endnotes
End