]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
We have the magic keyword ObsoletedBy which allows renaming styles
[lyx.git] / lib / layouts / endnotes.module
index 79d8711a825cf062dead468d0068db8d6f856c00..342879bf2a21448254a6571c08d1eba3295fac55 100644 (file)
@@ -1,6 +1,10 @@
-#\DeclareLyXModule{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 26
 
 InsetLayout Custom:Endnote
    LyXType     custom
@@ -10,6 +14,7 @@ InsetLayout Custom:Endnote
    Font
      Size      Small
    EndFont
+   MultiPar true
    LabelString endnote
    Requires    endnotes
 End