]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
dinbrief: fix typos, correct obsolete environments, add missing environments, patch...
[lyx.git] / lib / layouts / endnotes.module
index 9c00b97bd52205bbbdb7bc09be763379b1af1f4e..3bfd7c6b223e9042563aae51441eb3e8d9db20cc 100644 (file)
@@ -1,6 +1,10 @@
-#\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 ERT where you want the endnotes to appear.
+#DescriptionEnd
 
-Format 6
+Format 10
 
 InsetLayout Custom:Endnote
    LyXType     custom
@@ -10,6 +14,7 @@ InsetLayout Custom:Endnote
    Font
      Size      Small
    EndFont
+   MultiPar true
    LabelString endnote
    Requires    endnotes
 End