X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=lib%2Flayouts%2Fendnotes.module;h=54b5d3726240ebe195576617bb10b9c06634d290;hb=6196645ccefa4a03a0617e2741a824156ed9404f;hp=93ee98ed68812608b9c2d63f516ae804143b5fe8;hpb=8a947f63da25582224d20b29fadba6128f271555;p=features.git diff --git a/lib/layouts/endnotes.module b/lib/layouts/endnotes.module index 93ee98ed68..54b5d37262 100644 --- a/lib/layouts/endnotes.module +++ b/lib/layouts/endnotes.module @@ -1,16 +1,25 @@ -#\DeclareLyXModule[endnotes.sty]{Adds an endnote command, in addition to footnotes. You will need to add \theendnotes in ERT where you want the endnotes to appear.}{Endnote} +#\DeclareLyXModule[endnotes.sty]{Endnote} +#DescriptionBegin +#Adds an endnote inset, in addition to footnotes. You will need to add +#\theendnotes in TeX-code where you want the endnotes to appear. +#DescriptionEnd -Format 5 +Format 60 -InsetLayout Custom:Endnote - LyXType custom - LatexName endnote - LatexType command +Counter endnotes + PrettyFormat "Endnote ##" +End + +InsetLayout Flex:Endnote + LyXType custom + LatexName endnote + LatexType command + Counter endnotes + Decoration classic Font - Size Small + Size Small EndFont - LabelString endnote - Preamble - \usepackage{endnotes} - EndPreamble + MultiPar true + LabelString endnote + Requires endnotes End