]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
fix typos.
[lyx.git] / lib / layouts / endnotes.module
index de8e01c60a81dfee03e737897510d90dfdd00699..c13f5b4738ec081c7e06b491d7170bf1dbde7b3c 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 5
+Format 11
 
 InsetLayout Custom:Endnote
    LyXType     custom
@@ -10,8 +14,7 @@ InsetLayout Custom:Endnote
    Font
      Size      Small
    EndFont
+   MultiPar true
    LabelString endnote
-   Preamble
-     \usepackage{endnotes}
-   EndPreamble
+   Requires    endnotes
 End