]> git.lyx.org Git - lyx.git/blobdiff - lib/layouts/endnotes.module
IEEEtran-CompSoc.layout: use the new NoInsetLayout tag
[lyx.git] / lib / layouts / endnotes.module
index de8e01c60a81dfee03e737897510d90dfdd00699..74414c518f1d3d487aeedfd518788cf1c372f3c8 100644 (file)
@@ -1,8 +1,12 @@
-#\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
@@ -10,8 +14,7 @@ InsetLayout Custom:Endnote
    Font
      Size      Small
    EndFont
+   MultiPar true
    LabelString endnote
-   Preamble
-     \usepackage{endnotes}
-   EndPreamble
+   Requires    endnotes
 End