]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
- EmbeddedObjects.lyx: new chapter about objects surrounded by text
[lyx.git] / lib / layouts / endnotes.module
index bfab10d833f8719a0ec61492e9affcb6e04d5595..38751d510a90dc997374b9e867ab5eb4b1697644 100644 (file)
@@ -1,12 +1,12 @@
 #\DeclareLyXModule[endnotes.sty]{Endnote}
 #DescriptionBegin
-#Adds an endnote command, in addition to footnotes. You will need to add 
-#\theendnotes in ERT where you want the endnotes to appear.
+#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 7
+Format 35
 
-InsetLayout Custom:Endnote
+InsetLayout Flex:Endnote
    LyXType     custom
    LatexName   endnote
    LatexType   command
@@ -14,6 +14,7 @@ InsetLayout Custom:Endnote
    Font
      Size      Small
    EndFont
+   MultiPar true
    LabelString endnote
    Requires    endnotes
 End