]> git.lyx.org Git - features.git/blobdiff - lib/layouts/endnotes.module
Update layout formats
[features.git] / lib / layouts / endnotes.module
index b3a5553b61328b7d29064a43450a5fa961c05528..e5ad7a25749af052b17af060065d641eea037c1c 100644 (file)
@@ -1,10 +1,12 @@
-#\DeclareLyXModule[endnotes.sty]{Endnote}
+#\DeclareLyXModule[endnotes.sty]{Endnotes}
+#\DeclareCategory{Foot- and Endnotes}
 #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.
+#Adds an endnote inset, in addition to footnotes. You will need to add an
+#endnotes list (Insert > List/Contents/References > Endnotes) where you
+#want the endnotes to appear.
 #DescriptionEnd
 
-Format 63
+Format 80
 
 Counter endnotes
     PrettyFormat "Endnote ##"
@@ -23,3 +25,13 @@ InsetLayout Flex:Endnote
    LabelString endnote
    Requires    endnotes
 End
+
+# We are only interested in the list
+Float
+   Type          endnote
+   ListName      "Endnotes"
+   IsPredefined  true
+   UsesFloatPkg  false
+   ListCommand   theendnotes
+   Requires      endnotes
+End