]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
Add development manual.
[lyx.git] / lib / layouts / endnotes.module
index 93ee98ed68812608b9c2d63f516ae804143b5fe8..74414c518f1d3d487aeedfd518788cf1c372f3c8 100644 (file)
@@ -1,16 +1,20 @@
-#\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 44
 
-InsetLayout Custom:Endnote
+InsetLayout Flex:Endnote
    LyXType     custom
    LatexName   endnote
    LatexType   command
+   Decoration classic
    Font
      Size      Small
    EndFont
+   MultiPar true
    LabelString endnote
-   Preamble
-     \usepackage{endnotes}
-   EndPreamble
+   Requires    endnotes
 End